@sendbird/uikit-react 3.3.2-rc.2 → 3.3.2-rc.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 +33 -33
- package/CHANGELOG.md +3 -1
- package/Channel/components/ChannelHeader.js +18 -18
- package/Channel/components/ChannelUI.js +25 -25
- package/Channel/components/FileViewer.js +14 -14
- package/Channel/components/FrozenNotification.js +4 -4
- package/Channel/components/Message.js +21 -21
- package/Channel/components/MessageInput.js +16 -16
- package/Channel/components/MessageList.js +23 -23
- package/Channel/components/RemoveMessageModal.js +16 -16
- package/Channel/components/SuggestedMentionList.js +16 -16
- package/Channel/components/TypingIndicator.js +14 -14
- package/Channel/components/UnreadCount.js +4 -4
- package/Channel/context.js +13 -13
- package/Channel.js +25 -25
- package/ChannelList/components/AddChannel.js +15 -15
- package/ChannelList/components/ChannelListHeader.js +7 -7
- package/ChannelList/components/ChannelListUI.js +27 -27
- package/ChannelList/components/ChannelPreview.js +23 -23
- package/ChannelList/components/ChannelPreviewAction.js +14 -14
- package/ChannelList/context.js +8 -8
- package/ChannelList.js +27 -27
- package/{ChannelListProvider-bb8acb51.js → ChannelListProvider-18b22516.js} +8 -8
- package/{ChannelListProvider-bb8acb51.js.map → ChannelListProvider-18b22516.js.map} +1 -1
- package/{ChannelProvider-f6621afb.js → ChannelProvider-f110d9f0.js} +9 -9
- package/{ChannelProvider-f6621afb.js.map → ChannelProvider-f110d9f0.js.map} +1 -1
- package/ChannelSettings/components/ChannelProfile.js +12 -12
- package/ChannelSettings/components/ChannelSettingsUI.js +18 -18
- package/ChannelSettings/components/EditDetailsModal.js +12 -12
- package/ChannelSettings/components/LeaveChannel.js +12 -12
- package/ChannelSettings/components/ModerationPanel.js +15 -15
- package/ChannelSettings/components/UserListItem.js +11 -11
- package/ChannelSettings/components/UserPanel.js +14 -14
- package/ChannelSettings/context.js +3 -3
- package/ChannelSettings.js +18 -18
- package/CreateChannel/components/CreateChannelUI.js +14 -14
- package/CreateChannel/components/InviteUsers.js +14 -14
- package/CreateChannel/components/SelectChannelType.js +11 -11
- package/CreateChannel/context.js +4 -4
- package/CreateChannel.js +14 -14
- package/{CreateChannelProvider-4034fe39.js → CreateChannelProvider-0ae66a35.js} +1 -1
- package/{CreateChannelProvider-4034fe39.js.map → CreateChannelProvider-0ae66a35.js.map} +1 -1
- package/CreateOpenChannel/components/CreateOpenChannelUI.js +10 -10
- package/CreateOpenChannel/context.js +1 -1
- package/CreateOpenChannel.js +10 -10
- package/EditUserProfile/components/EditUserProfileUI.js +13 -13
- package/EditUserProfile.js +13 -13
- package/{LocalizationContext-215441e9.js → LocalizationContext-4d182493.js} +3 -3
- package/{LocalizationContext-215441e9.js.map → LocalizationContext-4d182493.js.map} +1 -1
- package/{MediaQueryContext-5cfffd1a.js → MediaQueryContext-f096f45e.js} +1 -1
- package/{MediaQueryContext-5cfffd1a.js.map → MediaQueryContext-f096f45e.js.map} +1 -1
- package/{MemberList-0d4dfa1c.js → MemberList-67b8af90.js} +5 -5
- package/{MemberList-0d4dfa1c.js.map → MemberList-67b8af90.js.map} +1 -1
- package/MessageSearch/components/MessageSearchUI.js +11 -11
- package/MessageSearch/context.js +8 -8
- package/MessageSearch/context.js.map +1 -1
- package/MessageSearch.js +11 -11
- package/OpenChannel/components/FrozenChannelNotification.js +4 -4
- package/OpenChannel/components/OpenChannelHeader.js +13 -13
- package/OpenChannel/components/OpenChannelInput.js +15 -15
- package/OpenChannel/components/OpenChannelMessage.js +22 -22
- package/OpenChannel/components/OpenChannelMessageList.js +24 -24
- package/OpenChannel/components/OpenChannelUI.js +24 -24
- package/OpenChannel/context.js +9 -9
- package/OpenChannel.js +24 -24
- package/OpenChannelList/components/OpenChannelListUI.js +13 -13
- package/OpenChannelList/components/OpenChannelPreview.js +4 -4
- package/OpenChannelList/context.js +4 -4
- package/OpenChannelList.js +13 -13
- package/{OpenChannelListProvider-e320b4f5.js → OpenChannelListProvider-20179730.js} +3 -3
- package/{OpenChannelListProvider-e320b4f5.js.map → OpenChannelListProvider-20179730.js.map} +1 -1
- package/{OpenChannelProvider-3f0342ff.js → OpenChannelProvider-600833cb.js} +7 -7
- package/{OpenChannelProvider-3f0342ff.js.map → OpenChannelProvider-600833cb.js.map} +1 -1
- package/OpenChannelSettings/components/EditDetailsModal.js +13 -13
- package/OpenChannelSettings/components/OpenChannelProfile.js +13 -13
- package/OpenChannelSettings/components/OpenChannelSettingsUI.js +18 -18
- package/OpenChannelSettings/components/OperatorUI.js +17 -17
- package/OpenChannelSettings/components/ParticipantUI.js +15 -15
- package/OpenChannelSettings/context.js +3 -3
- package/OpenChannelSettings.js +18 -18
- package/{RemoveMessageModal-7a5e3e82.js → RemoveMessageModal-410136b1.js} +3 -3
- package/{RemoveMessageModal-7a5e3e82.js.map → RemoveMessageModal-410136b1.js.map} +1 -1
- package/SendbirdProvider.js +10 -10
- package/Thread/components/ParentMessageInfo.js +21 -21
- package/Thread/components/ParentMessageInfoItem.js +14 -14
- package/Thread/components/ThreadHeader.js +6 -6
- package/Thread/components/ThreadList.js +21 -21
- package/Thread/components/ThreadListItem.js +21 -21
- package/Thread/components/ThreadMessageInput.js +16 -16
- package/Thread/components/ThreadUI.js +23 -23
- package/Thread/context.js +8 -8
- package/Thread.js +23 -23
- package/{ThreadProvider-24ceef80.js → ThreadProvider-12972645.js} +6 -6
- package/{ThreadProvider-24ceef80.js.map → ThreadProvider-12972645.js.map} +1 -1
- package/{UserProfileContext-ad54f528.js → UserProfileContext-c4dc45d2.js} +1 -1
- package/{UserProfileContext-ad54f528.js.map → UserProfileContext-c4dc45d2.js.map} +1 -1
- package/{_rollupPluginBabelHelpers-ad73b241.js → _rollupPluginBabelHelpers-edc1df4f.js} +1 -1
- package/_rollupPluginBabelHelpers-edc1df4f.js.map +1 -0
- package/{actionTypes-c39ded88.js → actionTypes-59956c03.js} +1 -1
- package/{actionTypes-c39ded88.js.map → actionTypes-59956c03.js.map} +1 -1
- package/cjs/App.js +33 -33
- package/cjs/Channel/components/ChannelHeader.js +18 -18
- package/cjs/Channel/components/ChannelUI.js +25 -25
- package/cjs/Channel/components/FileViewer.js +14 -14
- package/cjs/Channel/components/FrozenNotification.js +4 -4
- package/cjs/Channel/components/Message.js +21 -21
- package/cjs/Channel/components/MessageInput.js +16 -16
- package/cjs/Channel/components/MessageList.js +23 -23
- package/cjs/Channel/components/RemoveMessageModal.js +16 -16
- package/cjs/Channel/components/SuggestedMentionList.js +16 -16
- package/cjs/Channel/components/TypingIndicator.js +14 -14
- package/cjs/Channel/components/UnreadCount.js +4 -4
- package/cjs/Channel/context.js +13 -13
- package/cjs/Channel.js +25 -25
- package/cjs/ChannelList/components/AddChannel.js +15 -15
- package/cjs/ChannelList/components/ChannelListHeader.js +7 -7
- package/cjs/ChannelList/components/ChannelListUI.js +27 -27
- package/cjs/ChannelList/components/ChannelPreview.js +23 -23
- package/cjs/ChannelList/components/ChannelPreviewAction.js +14 -14
- package/cjs/ChannelList/context.js +8 -8
- package/cjs/ChannelList.js +27 -27
- package/cjs/{ChannelListProvider-1e2c9e4f.js → ChannelListProvider-0b12f32d.js} +8 -8
- package/cjs/{ChannelListProvider-1e2c9e4f.js.map → ChannelListProvider-0b12f32d.js.map} +1 -1
- package/cjs/{ChannelProvider-086c4c37.js → ChannelProvider-2e73acf4.js} +9 -9
- package/cjs/{ChannelProvider-086c4c37.js.map → ChannelProvider-2e73acf4.js.map} +1 -1
- package/cjs/ChannelSettings/components/ChannelProfile.js +12 -12
- package/cjs/ChannelSettings/components/ChannelSettingsUI.js +18 -18
- package/cjs/ChannelSettings/components/EditDetailsModal.js +12 -12
- package/cjs/ChannelSettings/components/LeaveChannel.js +12 -12
- package/cjs/ChannelSettings/components/ModerationPanel.js +15 -15
- package/cjs/ChannelSettings/components/UserListItem.js +11 -11
- package/cjs/ChannelSettings/components/UserPanel.js +14 -14
- package/cjs/ChannelSettings/context.js +3 -3
- package/cjs/ChannelSettings.js +18 -18
- package/cjs/CreateChannel/components/CreateChannelUI.js +14 -14
- package/cjs/CreateChannel/components/InviteUsers.js +14 -14
- package/cjs/CreateChannel/components/SelectChannelType.js +11 -11
- package/cjs/CreateChannel/context.js +4 -4
- package/cjs/CreateChannel.js +14 -14
- package/cjs/{CreateChannelProvider-1e773795.js → CreateChannelProvider-a019b622.js} +1 -1
- package/cjs/{CreateChannelProvider-1e773795.js.map → CreateChannelProvider-a019b622.js.map} +1 -1
- package/cjs/CreateOpenChannel/components/CreateOpenChannelUI.js +10 -10
- package/cjs/CreateOpenChannel/context.js +1 -1
- package/cjs/CreateOpenChannel.js +10 -10
- package/cjs/EditUserProfile/components/EditUserProfileUI.js +13 -13
- package/cjs/EditUserProfile.js +13 -13
- package/cjs/{LocalizationContext-47a37497.js → LocalizationContext-afe53212.js} +3 -3
- package/cjs/{LocalizationContext-47a37497.js.map → LocalizationContext-afe53212.js.map} +1 -1
- package/cjs/{MediaQueryContext-9a09dcf3.js → MediaQueryContext-c4334993.js} +1 -1
- package/cjs/{MediaQueryContext-9a09dcf3.js.map → MediaQueryContext-c4334993.js.map} +1 -1
- package/cjs/{MemberList-f89006a7.js → MemberList-6e48970d.js} +5 -5
- package/cjs/{MemberList-f89006a7.js.map → MemberList-6e48970d.js.map} +1 -1
- package/cjs/MessageSearch/components/MessageSearchUI.js +11 -11
- package/cjs/MessageSearch/context.js +8 -8
- package/cjs/MessageSearch/context.js.map +1 -1
- package/cjs/MessageSearch.js +11 -11
- package/cjs/OpenChannel/components/FrozenChannelNotification.js +4 -4
- package/cjs/OpenChannel/components/OpenChannelHeader.js +13 -13
- package/cjs/OpenChannel/components/OpenChannelInput.js +15 -15
- package/cjs/OpenChannel/components/OpenChannelMessage.js +22 -22
- package/cjs/OpenChannel/components/OpenChannelMessageList.js +24 -24
- package/cjs/OpenChannel/components/OpenChannelUI.js +24 -24
- package/cjs/OpenChannel/context.js +9 -9
- package/cjs/OpenChannel.js +24 -24
- package/cjs/OpenChannelList/components/OpenChannelListUI.js +13 -13
- package/cjs/OpenChannelList/components/OpenChannelPreview.js +4 -4
- package/cjs/OpenChannelList/context.js +4 -4
- package/cjs/OpenChannelList.js +13 -13
- package/cjs/{OpenChannelListProvider-2ebf3b2e.js → OpenChannelListProvider-faf04cca.js} +3 -3
- package/cjs/{OpenChannelListProvider-2ebf3b2e.js.map → OpenChannelListProvider-faf04cca.js.map} +1 -1
- package/cjs/{OpenChannelProvider-e0f079f4.js → OpenChannelProvider-f4e8a907.js} +7 -7
- package/cjs/{OpenChannelProvider-e0f079f4.js.map → OpenChannelProvider-f4e8a907.js.map} +1 -1
- package/cjs/OpenChannelSettings/components/EditDetailsModal.js +13 -13
- package/cjs/OpenChannelSettings/components/OpenChannelProfile.js +13 -13
- package/cjs/OpenChannelSettings/components/OpenChannelSettingsUI.js +18 -18
- package/cjs/OpenChannelSettings/components/OperatorUI.js +17 -17
- package/cjs/OpenChannelSettings/components/ParticipantUI.js +15 -15
- package/cjs/OpenChannelSettings/context.js +3 -3
- package/cjs/OpenChannelSettings.js +18 -18
- package/cjs/{RemoveMessageModal-ee657272.js → RemoveMessageModal-5fcc75f7.js} +3 -3
- package/cjs/{RemoveMessageModal-ee657272.js.map → RemoveMessageModal-5fcc75f7.js.map} +1 -1
- package/cjs/SendbirdProvider.js +10 -10
- package/cjs/Thread/components/ParentMessageInfo.js +21 -21
- package/cjs/Thread/components/ParentMessageInfoItem.js +14 -14
- package/cjs/Thread/components/ThreadHeader.js +6 -6
- package/cjs/Thread/components/ThreadList.js +21 -21
- package/cjs/Thread/components/ThreadListItem.js +21 -21
- package/cjs/Thread/components/ThreadMessageInput.js +16 -16
- package/cjs/Thread/components/ThreadUI.js +23 -23
- package/cjs/Thread/context.js +8 -8
- package/cjs/Thread.js +23 -23
- package/cjs/{ThreadProvider-4293185d.js → ThreadProvider-afe4d186.js} +6 -6
- package/cjs/{ThreadProvider-4293185d.js.map → ThreadProvider-afe4d186.js.map} +1 -1
- package/cjs/{UserProfileContext-650d4cff.js → UserProfileContext-b09bb0f4.js} +1 -1
- package/cjs/{UserProfileContext-650d4cff.js.map → UserProfileContext-b09bb0f4.js.map} +1 -1
- package/cjs/{_rollupPluginBabelHelpers-465b4c61.js → _rollupPluginBabelHelpers-91bc23d1.js} +1 -1
- package/cjs/_rollupPluginBabelHelpers-91bc23d1.js.map +1 -0
- package/cjs/{actionTypes-2ad47925.js → actionTypes-a4bd7472.js} +1 -1
- package/cjs/{actionTypes-2ad47925.js.map → actionTypes-a4bd7472.js.map} +1 -1
- package/cjs/{color-586742d4.js → color-a2ced3b3.js} +1 -1
- package/cjs/{color-586742d4.js.map → color-a2ced3b3.js.map} +1 -1
- package/cjs/{compareIds-c8469739.js → compareIds-439a1ef3.js} +1 -1
- package/cjs/{compareIds-c8469739.js.map → compareIds-439a1ef3.js.map} +1 -1
- package/cjs/{const-5ccb252d.js → const-5638239e.js} +1 -1
- package/cjs/{const-5ccb252d.js.map → const-5638239e.js.map} +1 -1
- package/cjs/{const-1299f049.js → const-7f0072da.js} +1 -1
- package/cjs/{const-1299f049.js.map → const-7f0072da.js.map} +1 -1
- package/cjs/{context-60444f40.js → context-53321ca8.js} +2 -2
- package/cjs/{context-60444f40.js.map → context-53321ca8.js.map} +1 -1
- package/cjs/dist/index.css +119 -119
- package/cjs/dist/index.css.map +1 -1
- package/cjs/{index-61134b37.js → index-2f1454d3.js} +4 -4
- package/cjs/{index-61134b37.js.map → index-2f1454d3.js.map} +1 -1
- package/cjs/{index-d90f2f47.js → index-366e803b.js} +2 -2
- package/cjs/{index-d90f2f47.js.map → index-366e803b.js.map} +1 -1
- package/cjs/{index-5e485ace.js → index-410e3830.js} +1 -1
- package/cjs/{index-5e485ace.js.map → index-410e3830.js.map} +1 -1
- package/cjs/{index-9e15b31d.js → index-5b038e0a.js} +7 -7
- package/cjs/{index-9e15b31d.js.map → index-5b038e0a.js.map} +1 -1
- package/cjs/{index-674dea33.js → index-724c3303.js} +5 -5
- package/cjs/{index-674dea33.js.map → index-724c3303.js.map} +1 -1
- package/cjs/{index-4639389f.js → index-8decb267.js} +1 -1
- package/cjs/{index-4639389f.js.map → index-8decb267.js.map} +1 -1
- package/cjs/{index-448899a5.js → index-b8450c3e.js} +2 -2
- package/cjs/{index-448899a5.js.map → index-b8450c3e.js.map} +1 -1
- package/cjs/{index-d39db221.js → index-c87221b4.js} +2 -2
- package/cjs/{index-d39db221.js.map → index-c87221b4.js.map} +1 -1
- package/cjs/{index-8ff38575.js → index-dc68548f.js} +2 -2
- package/cjs/{index-8ff38575.js.map → index-dc68548f.js.map} +1 -1
- package/cjs/{index-6277c42a.js → index-df817b42.js} +2 -2
- package/cjs/{index-6277c42a.js.map → index-df817b42.js.map} +1 -1
- package/cjs/{index-0aa8c4c6.js → index-f4dea4a9.js} +4 -4
- package/cjs/{index-0aa8c4c6.js.map → index-f4dea4a9.js.map} +1 -1
- package/cjs/index.js +37 -37
- package/cjs/sendbirdSelectors.js +2 -2
- package/cjs/{stringSet-0f4a59e2.js → stringSet-a0761db5.js} +1 -1
- package/cjs/{stringSet-0f4a59e2.js.map → stringSet-a0761db5.js.map} +1 -1
- package/cjs/{topics-ed73a11b.js → topics-5211ea76.js} +1 -1
- package/cjs/{topics-ed73a11b.js.map → topics-5211ea76.js.map} +1 -1
- package/cjs/{tslib.es6-d913c817.js → tslib.es6-161eb696.js} +1 -1
- package/cjs/{tslib.es6-d913c817.js.map → tslib.es6-161eb696.js.map} +1 -1
- package/cjs/ui/Accordion.js +3 -3
- package/cjs/ui/AccordionGroup.js +2 -2
- package/cjs/ui/AdminMessage.js +3 -3
- package/cjs/ui/Avatar.js +2 -2
- package/cjs/ui/Badge.js +5 -5
- package/cjs/ui/BottomSheet.js +1 -1
- package/cjs/ui/Button.js +3 -3
- package/cjs/ui/ChannelAvatar.js +3 -3
- package/cjs/ui/ConnectionStatus.js +4 -4
- package/cjs/ui/ContextMenu.js +5 -5
- package/cjs/ui/DateSeparator.js +4 -4
- package/cjs/ui/EmojiReactions.js +7 -7
- package/cjs/ui/FileMessageItemBody.js +6 -6
- package/cjs/ui/FileViewer.js +8 -8
- package/cjs/ui/IconButton.js +1 -1
- package/cjs/ui/ImageRenderer.js +1 -1
- package/cjs/ui/Input.js +2 -2
- package/cjs/ui/Label.js +2 -2
- package/cjs/ui/LinkLabel.js +2 -2
- package/cjs/ui/Loader.js +1 -1
- package/cjs/ui/MentionLabel.js +11 -11
- package/cjs/ui/MessageContent.js +17 -17
- package/cjs/ui/MessageInput.js +9 -9
- package/cjs/ui/MessageItemMenu.js +7 -7
- package/cjs/ui/MessageItemReactionMenu.js +5 -5
- package/cjs/ui/MessageSearchFileItem.js +9 -9
- package/cjs/ui/MessageSearchItem.js +9 -9
- package/cjs/ui/MessageStatus.js +7 -7
- package/cjs/ui/Modal.js +7 -7
- package/cjs/ui/OGMessageItemBody.js +11 -11
- package/cjs/ui/OpenChannelAdminMessage.js +3 -3
- package/cjs/ui/OpenChannelAvatar.js +6 -6
- package/cjs/ui/OpenchannelConversationHeader.js +6 -6
- package/cjs/ui/OpenchannelFileMessage.js +16 -16
- package/cjs/ui/OpenchannelOGMessage.js +16 -16
- package/cjs/ui/OpenchannelThumbnailMessage.js +15 -15
- package/cjs/ui/OpenchannelUserMessage.js +16 -16
- package/cjs/ui/PlaceHolder.js +6 -6
- package/cjs/ui/QuoteMessage.js +6 -6
- package/cjs/ui/QuoteMessageInput.js +6 -6
- package/cjs/ui/ReactionBadge.js +3 -3
- package/cjs/ui/ReactionButton.js +1 -1
- package/cjs/ui/SortByRow.js +2 -2
- package/cjs/ui/TextButton.js +2 -2
- package/cjs/ui/TextMessageItemBody.js +11 -11
- package/cjs/ui/ThreadReplies.js +6 -6
- package/cjs/ui/ThumbnailMessageItemBody.js +2 -2
- package/cjs/ui/Tooltip.js +3 -3
- package/cjs/ui/TooltipWrapper.js +1 -1
- package/cjs/ui/UnknownMessageItemBody.js +6 -6
- package/cjs/ui/UserListItem.js +11 -11
- package/cjs/ui/UserProfile.js +10 -10
- package/cjs/ui/Word.js +11 -11
- package/cjs/{useLongPress-40c98602.js → useLongPress-c69fb937.js} +3 -3
- package/cjs/{useLongPress-40c98602.js.map → useLongPress-c69fb937.js.map} +1 -1
- package/cjs/useSendbirdStateContext.js +1 -1
- package/cjs/{utils-a5d3a749.js → utils-4bf1b307.js} +2 -2
- package/cjs/{utils-a5d3a749.js.map → utils-4bf1b307.js.map} +1 -1
- package/cjs/{utils-ef15fdc6.js → utils-5b07615a.js} +1 -1
- package/cjs/{utils-ef15fdc6.js.map → utils-5b07615a.js.map} +1 -1
- package/cjs/{utils-c4f961bd.js → utils-8f439708.js} +1 -1
- package/cjs/{utils-c4f961bd.js.map → utils-8f439708.js.map} +1 -1
- package/cjs/{utils-a6334df1.js → utils-dae87511.js} +1 -1
- package/cjs/{utils-a6334df1.js.map → utils-dae87511.js.map} +1 -1
- package/cjs/{uuid-5931f316.js → uuid-9b3e79b6.js} +1 -1
- package/cjs/{uuid-5931f316.js.map → uuid-9b3e79b6.js.map} +1 -1
- package/cjs/withSendbird.js +1 -1
- package/{color-b94037c9.js → color-03483de1.js} +1 -1
- package/{color-b94037c9.js.map → color-03483de1.js.map} +1 -1
- package/{compareIds-245d1a56.js → compareIds-bc043890.js} +1 -1
- package/{compareIds-245d1a56.js.map → compareIds-bc043890.js.map} +1 -1
- package/{const-0590b748.js → const-40cf6b61.js} +1 -1
- package/{const-0590b748.js.map → const-40cf6b61.js.map} +1 -1
- package/{const-21999968.js → const-b9e24f71.js} +1 -1
- package/{const-21999968.js.map → const-b9e24f71.js.map} +1 -1
- package/{context-cf75c669.js → context-079a8fb8.js} +2 -2
- package/{context-cf75c669.js.map → context-079a8fb8.js.map} +1 -1
- package/dist/index.css +119 -119
- package/dist/index.css.map +1 -1
- package/{index-bfb4a84f.js → index-0763e689.js} +5 -5
- package/{index-bfb4a84f.js.map → index-0763e689.js.map} +1 -1
- package/{index-66029a7f.js → index-1416d209.js} +1 -1
- package/{index-66029a7f.js.map → index-1416d209.js.map} +1 -1
- package/{index-a7531fab.js → index-405687af.js} +2 -2
- package/{index-a7531fab.js.map → index-405687af.js.map} +1 -1
- package/{index-800d96a0.js → index-5fdb6089.js} +2 -2
- package/{index-800d96a0.js.map → index-5fdb6089.js.map} +1 -1
- package/{index-5ac9756a.js → index-8d05d01b.js} +2 -2
- package/{index-5ac9756a.js.map → index-8d05d01b.js.map} +1 -1
- package/{index-4ca3704b.js → index-aaefc7fd.js} +2 -2
- package/{index-4ca3704b.js.map → index-aaefc7fd.js.map} +1 -1
- package/{index-0d995908.js → index-c3ae6094.js} +7 -7
- package/{index-0d995908.js.map → index-c3ae6094.js.map} +1 -1
- package/{index-7c2a1348.js → index-db7ecf0e.js} +4 -4
- package/{index-7c2a1348.js.map → index-db7ecf0e.js.map} +1 -1
- package/{index-e8750210.js → index-ec117c56.js} +1 -1
- package/{index-e8750210.js.map → index-ec117c56.js.map} +1 -1
- package/{index-fc70cabc.js → index-f172edc4.js} +4 -4
- package/{index-fc70cabc.js.map → index-f172edc4.js.map} +1 -1
- package/{index-a5f9bd74.js → index-fd6c31a6.js} +2 -2
- package/{index-a5f9bd74.js.map → index-fd6c31a6.js.map} +1 -1
- package/index.d.ts +1 -1
- package/index.js +37 -37
- package/package.json +1 -1
- package/sendbirdSelectors.js +2 -2
- package/{stringSet-a91bf1a3.js → stringSet-c497f542.js} +1 -1
- package/{stringSet-a91bf1a3.js.map → stringSet-c497f542.js.map} +1 -1
- package/{topics-05bd3350.js → topics-a94a92d0.js} +1 -1
- package/{topics-05bd3350.js.map → topics-a94a92d0.js.map} +1 -1
- package/{tslib.es6-0a3798a6.js → tslib.es6-e3446b11.js} +1 -1
- package/{tslib.es6-0a3798a6.js.map → tslib.es6-e3446b11.js.map} +1 -1
- package/ui/Accordion.js +3 -3
- package/ui/AccordionGroup.js +2 -2
- package/ui/AdminMessage.js +3 -3
- package/ui/Avatar.js +2 -2
- package/ui/Badge.js +5 -5
- package/ui/BottomSheet.js +1 -1
- package/ui/Button.js +3 -3
- package/ui/ChannelAvatar.js +3 -3
- package/ui/ConnectionStatus.js +4 -4
- package/ui/ContextMenu.js +5 -5
- package/ui/DateSeparator.js +4 -4
- package/ui/EmojiReactions.js +7 -7
- package/ui/FileMessageItemBody.js +6 -6
- package/ui/FileViewer.js +8 -8
- package/ui/IconButton.js +1 -1
- package/ui/ImageRenderer.js +1 -1
- package/ui/Input.js +2 -2
- package/ui/Label.js +2 -2
- package/ui/LinkLabel.js +2 -2
- package/ui/Loader.js +1 -1
- package/ui/MentionLabel.js +11 -11
- package/ui/MessageContent.js +17 -17
- package/ui/MessageInput.js +9 -9
- package/ui/MessageItemMenu.js +7 -7
- package/ui/MessageItemReactionMenu.js +5 -5
- package/ui/MessageSearchFileItem.js +9 -9
- package/ui/MessageSearchItem.js +9 -9
- package/ui/MessageStatus.js +7 -7
- package/ui/Modal.js +7 -7
- package/ui/OGMessageItemBody.js +11 -11
- package/ui/OpenChannelAdminMessage.js +3 -3
- package/ui/OpenChannelAvatar.js +6 -6
- package/ui/OpenchannelConversationHeader.js +6 -6
- package/ui/OpenchannelFileMessage.js +16 -16
- package/ui/OpenchannelOGMessage.js +16 -16
- package/ui/OpenchannelThumbnailMessage.js +15 -15
- package/ui/OpenchannelUserMessage.js +16 -16
- package/ui/PlaceHolder.js +6 -6
- package/ui/QuoteMessage.js +6 -6
- package/ui/QuoteMessageInput.js +6 -6
- package/ui/ReactionBadge.js +3 -3
- package/ui/ReactionButton.js +1 -1
- package/ui/SortByRow.js +2 -2
- package/ui/TextButton.js +2 -2
- package/ui/TextMessageItemBody.js +11 -11
- package/ui/ThreadReplies.js +6 -6
- package/ui/ThumbnailMessageItemBody.js +2 -2
- package/ui/Tooltip.js +3 -3
- package/ui/TooltipWrapper.js +1 -1
- package/ui/UnknownMessageItemBody.js +6 -6
- package/ui/UserListItem.js +11 -11
- package/ui/UserProfile.js +10 -10
- package/ui/Word.js +11 -11
- package/{useLongPress-c0cc0bf4.js → useLongPress-386b197e.js} +3 -3
- package/{useLongPress-c0cc0bf4.js.map → useLongPress-386b197e.js.map} +1 -1
- package/useSendbirdStateContext.js +1 -1
- package/{utils-400238f5.js → utils-888c0f86.js} +1 -1
- package/{utils-400238f5.js.map → utils-888c0f86.js.map} +1 -1
- package/{utils-f694cff2.js → utils-a87dc9ca.js} +2 -2
- package/{utils-f694cff2.js.map → utils-a87dc9ca.js.map} +1 -1
- package/{utils-6a8f5abb.js → utils-dff6caba.js} +1 -1
- package/{utils-6a8f5abb.js.map → utils-dff6caba.js.map} +1 -1
- package/{utils-b5dcedeb.js → utils-fce84ee4.js} +1 -1
- package/{utils-b5dcedeb.js.map → utils-fce84ee4.js.map} +1 -1
- package/{uuid-3b66ed29.js → uuid-6a82e06a.js} +1 -1
- package/{uuid-3b66ed29.js.map → uuid-6a82e06a.js.map} +1 -1
- package/withSendbird.js +1 -1
- package/_rollupPluginBabelHelpers-ad73b241.js.map +0 -1
- package/cjs/_rollupPluginBabelHelpers-465b4c61.js.map +0 -1
|
@@ -1,26 +1,26 @@
|
|
|
1
1
|
import React__default, { useRef, useContext, useEffect, useMemo, useState } from 'react';
|
|
2
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from '../../index-
|
|
2
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../../index-405687af.js';
|
|
3
3
|
import Icon, { IconTypes, IconColors } from '../../ui/Icon.js';
|
|
4
4
|
import Avatar from '../../ui/Avatar.js';
|
|
5
|
-
import { a as LocalizationContext } from '../../LocalizationContext-
|
|
6
|
-
import { u as uuidv4 } from '../../uuid-
|
|
7
|
-
import { u as useChannelContext } from '../../ChannelProvider-
|
|
5
|
+
import { a as LocalizationContext } from '../../LocalizationContext-4d182493.js';
|
|
6
|
+
import { u as uuidv4 } from '../../uuid-6a82e06a.js';
|
|
7
|
+
import { u as useChannelContext } from '../../ChannelProvider-f110d9f0.js';
|
|
8
8
|
import useSendbirdStateContext from '../../useSendbirdStateContext.js';
|
|
9
|
-
import { U as USER_MENTION_TEMP_CHAR, M as MAX_USER_MENTION_COUNT, a as MAX_USER_SUGGESTION_COUNT } from '../../const-
|
|
10
|
-
import { M as MessageInputKeys } from '../../const-
|
|
11
|
-
import { u as useThreadContext } from '../../ThreadProvider-
|
|
9
|
+
import { U as USER_MENTION_TEMP_CHAR, M as MAX_USER_MENTION_COUNT, a as MAX_USER_SUGGESTION_COUNT } from '../../const-b9e24f71.js';
|
|
10
|
+
import { M as MessageInputKeys } from '../../const-40cf6b61.js';
|
|
11
|
+
import { u as useThreadContext } from '../../ThreadProvider-12972645.js';
|
|
12
12
|
import 'prop-types';
|
|
13
|
-
import '../../stringSet-
|
|
14
|
-
import '../../tslib.es6-
|
|
13
|
+
import '../../stringSet-c497f542.js';
|
|
14
|
+
import '../../tslib.es6-e3446b11.js';
|
|
15
15
|
import '../../ui/ImageRenderer.js';
|
|
16
|
-
import '../../index-
|
|
17
|
-
import '../../UserProfileContext-
|
|
18
|
-
import '../../index-
|
|
19
|
-
import '../../topics-
|
|
20
|
-
import '../../index-
|
|
16
|
+
import '../../index-ec117c56.js';
|
|
17
|
+
import '../../UserProfileContext-c4dc45d2.js';
|
|
18
|
+
import '../../index-fd6c31a6.js';
|
|
19
|
+
import '../../topics-a94a92d0.js';
|
|
20
|
+
import '../../index-aaefc7fd.js';
|
|
21
21
|
import '../../utils/message/getOutgoingMessageState.js';
|
|
22
|
-
import '../../_rollupPluginBabelHelpers-
|
|
23
|
-
import '../../compareIds-
|
|
22
|
+
import '../../_rollupPluginBabelHelpers-edc1df4f.js';
|
|
23
|
+
import '../../compareIds-bc043890.js';
|
|
24
24
|
import '@sendbird/chat/groupChannel';
|
|
25
25
|
import '@sendbird/chat/message';
|
|
26
26
|
import '../../ui/ContextMenu.js';
|
|
@@ -1,22 +1,22 @@
|
|
|
1
1
|
import React__default, { useContext, useState, useEffect } from 'react';
|
|
2
2
|
import { GroupChannelHandler } from '@sendbird/chat/groupChannel';
|
|
3
|
-
import { a as LocalizationContext } from '../../LocalizationContext-
|
|
4
|
-
import { u as uuidv4 } from '../../uuid-
|
|
5
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from '../../index-
|
|
6
|
-
import { u as useChannelContext } from '../../ChannelProvider-
|
|
3
|
+
import { a as LocalizationContext } from '../../LocalizationContext-4d182493.js';
|
|
4
|
+
import { u as uuidv4 } from '../../uuid-6a82e06a.js';
|
|
5
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../../index-405687af.js';
|
|
6
|
+
import { u as useChannelContext } from '../../ChannelProvider-f110d9f0.js';
|
|
7
7
|
import useSendbirdStateContext from '../../useSendbirdStateContext.js';
|
|
8
|
-
import '../../stringSet-
|
|
9
|
-
import '../../index-
|
|
8
|
+
import '../../stringSet-c497f542.js';
|
|
9
|
+
import '../../index-ec117c56.js';
|
|
10
10
|
import 'prop-types';
|
|
11
|
-
import '../../UserProfileContext-
|
|
12
|
-
import '../../index-
|
|
13
|
-
import '../../topics-
|
|
14
|
-
import '../../index-
|
|
15
|
-
import '../../tslib.es6-
|
|
11
|
+
import '../../UserProfileContext-c4dc45d2.js';
|
|
12
|
+
import '../../index-fd6c31a6.js';
|
|
13
|
+
import '../../topics-a94a92d0.js';
|
|
14
|
+
import '../../index-aaefc7fd.js';
|
|
15
|
+
import '../../tslib.es6-e3446b11.js';
|
|
16
16
|
import '../../utils/message/getOutgoingMessageState.js';
|
|
17
|
-
import '../../_rollupPluginBabelHelpers-
|
|
18
|
-
import '../../compareIds-
|
|
19
|
-
import '../../const-
|
|
17
|
+
import '../../_rollupPluginBabelHelpers-edc1df4f.js';
|
|
18
|
+
import '../../compareIds-bc043890.js';
|
|
19
|
+
import '../../const-b9e24f71.js';
|
|
20
20
|
import '@sendbird/chat/message';
|
|
21
21
|
import '../../ui/ContextMenu.js';
|
|
22
22
|
import 'react-dom';
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import React__default, { useContext } from 'react';
|
|
2
|
-
import { a as LocalizationContext } from '../../LocalizationContext-
|
|
3
|
-
import { L as Label, b as LabelColors, a as LabelTypography } from '../../index-
|
|
2
|
+
import { a as LocalizationContext } from '../../LocalizationContext-4d182493.js';
|
|
3
|
+
import { L as Label, b as LabelColors, a as LabelTypography } from '../../index-405687af.js';
|
|
4
4
|
import Icon, { IconTypes, IconColors } from '../../ui/Icon.js';
|
|
5
|
-
import '../../stringSet-
|
|
6
|
-
import '../../index-
|
|
5
|
+
import '../../stringSet-c497f542.js';
|
|
6
|
+
import '../../index-ec117c56.js';
|
|
7
7
|
import 'prop-types';
|
|
8
8
|
|
|
9
9
|
var UnreadCount = function (props) {
|
package/Channel/context.js
CHANGED
|
@@ -1,26 +1,26 @@
|
|
|
1
1
|
import 'react';
|
|
2
|
-
import '../UserProfileContext-
|
|
2
|
+
import '../UserProfileContext-c4dc45d2.js';
|
|
3
3
|
import '../useSendbirdStateContext.js';
|
|
4
|
-
export { C as ChannelProvider, T as ThreadReplySelectType, u as useChannelContext } from '../ChannelProvider-
|
|
4
|
+
export { C as ChannelProvider, T as ThreadReplySelectType, u as useChannelContext } from '../ChannelProvider-f110d9f0.js';
|
|
5
5
|
import 'prop-types';
|
|
6
6
|
import '../withSendbird.js';
|
|
7
|
-
import '../_rollupPluginBabelHelpers-
|
|
8
|
-
import '../index-
|
|
9
|
-
import '../index-
|
|
10
|
-
import '../topics-
|
|
11
|
-
import '../index-
|
|
12
|
-
import '../tslib.es6-
|
|
7
|
+
import '../_rollupPluginBabelHelpers-edc1df4f.js';
|
|
8
|
+
import '../index-fd6c31a6.js';
|
|
9
|
+
import '../index-ec117c56.js';
|
|
10
|
+
import '../topics-a94a92d0.js';
|
|
11
|
+
import '../index-aaefc7fd.js';
|
|
12
|
+
import '../tslib.es6-e3446b11.js';
|
|
13
13
|
import '../utils/message/getOutgoingMessageState.js';
|
|
14
|
-
import '../compareIds-
|
|
15
|
-
import '../const-
|
|
14
|
+
import '../compareIds-bc043890.js';
|
|
15
|
+
import '../const-b9e24f71.js';
|
|
16
16
|
import '@sendbird/chat/groupChannel';
|
|
17
|
-
import '../uuid-
|
|
17
|
+
import '../uuid-6a82e06a.js';
|
|
18
18
|
import '@sendbird/chat/message';
|
|
19
19
|
import '../ui/ContextMenu.js';
|
|
20
20
|
import 'react-dom';
|
|
21
21
|
import '../ui/SortByRow.js';
|
|
22
|
-
import '../index-
|
|
23
|
-
import '../stringSet-
|
|
22
|
+
import '../index-405687af.js';
|
|
23
|
+
import '../stringSet-c497f542.js';
|
|
24
24
|
import '../ui/ReactionButton.js';
|
|
25
25
|
import '../ui/ImageRenderer.js';
|
|
26
26
|
import '../ui/Icon.js';
|
package/Channel.js
CHANGED
|
@@ -1,52 +1,52 @@
|
|
|
1
1
|
import React__default from 'react';
|
|
2
|
-
import { C as ChannelProvider } from './ChannelProvider-
|
|
2
|
+
import { C as ChannelProvider } from './ChannelProvider-f110d9f0.js';
|
|
3
3
|
import ChannelUI from './Channel/components/ChannelUI.js';
|
|
4
|
-
import './UserProfileContext-
|
|
4
|
+
import './UserProfileContext-c4dc45d2.js';
|
|
5
5
|
import 'prop-types';
|
|
6
6
|
import './useSendbirdStateContext.js';
|
|
7
7
|
import './withSendbird.js';
|
|
8
|
-
import './_rollupPluginBabelHelpers-
|
|
9
|
-
import './index-
|
|
10
|
-
import './index-
|
|
11
|
-
import './topics-
|
|
12
|
-
import './index-
|
|
13
|
-
import './tslib.es6-
|
|
8
|
+
import './_rollupPluginBabelHelpers-edc1df4f.js';
|
|
9
|
+
import './index-fd6c31a6.js';
|
|
10
|
+
import './index-ec117c56.js';
|
|
11
|
+
import './topics-a94a92d0.js';
|
|
12
|
+
import './index-aaefc7fd.js';
|
|
13
|
+
import './tslib.es6-e3446b11.js';
|
|
14
14
|
import './utils/message/getOutgoingMessageState.js';
|
|
15
|
-
import './compareIds-
|
|
16
|
-
import './const-
|
|
15
|
+
import './compareIds-bc043890.js';
|
|
16
|
+
import './const-b9e24f71.js';
|
|
17
17
|
import '@sendbird/chat/groupChannel';
|
|
18
|
-
import './uuid-
|
|
18
|
+
import './uuid-6a82e06a.js';
|
|
19
19
|
import '@sendbird/chat/message';
|
|
20
20
|
import './ui/ContextMenu.js';
|
|
21
21
|
import 'react-dom';
|
|
22
22
|
import './ui/SortByRow.js';
|
|
23
|
-
import './index-
|
|
24
|
-
import './stringSet-
|
|
23
|
+
import './index-405687af.js';
|
|
24
|
+
import './stringSet-c497f542.js';
|
|
25
25
|
import './ui/ReactionButton.js';
|
|
26
26
|
import './ui/ImageRenderer.js';
|
|
27
27
|
import './ui/Icon.js';
|
|
28
|
-
import './index-
|
|
29
|
-
import './LocalizationContext-
|
|
28
|
+
import './index-f172edc4.js';
|
|
29
|
+
import './LocalizationContext-4d182493.js';
|
|
30
30
|
import './ui/Loader.js';
|
|
31
31
|
import './ui/ConnectionStatus.js';
|
|
32
32
|
import './Channel/components/ChannelHeader.js';
|
|
33
|
-
import './utils-
|
|
33
|
+
import './utils-a87dc9ca.js';
|
|
34
34
|
import './ui/IconButton.js';
|
|
35
35
|
import './ui/ChannelAvatar.js';
|
|
36
36
|
import './ui/Avatar.js';
|
|
37
|
-
import './utils-
|
|
38
|
-
import './MediaQueryContext-
|
|
39
|
-
import './utils-
|
|
37
|
+
import './utils-dff6caba.js';
|
|
38
|
+
import './MediaQueryContext-f096f45e.js';
|
|
39
|
+
import './utils-888c0f86.js';
|
|
40
40
|
import './Channel/components/MessageList.js';
|
|
41
|
-
import './index-
|
|
41
|
+
import './index-5fdb6089.js';
|
|
42
42
|
import './Channel/components/Message.js';
|
|
43
43
|
import './Channel/components/SuggestedMentionList.js';
|
|
44
|
-
import './const-
|
|
45
|
-
import './ThreadProvider-
|
|
44
|
+
import './const-40cf6b61.js';
|
|
45
|
+
import './ThreadProvider-12972645.js';
|
|
46
46
|
import './Thread/context/types.js';
|
|
47
47
|
import '@sendbird/chat';
|
|
48
48
|
import './ui/DateSeparator.js';
|
|
49
|
-
import './color-
|
|
49
|
+
import './color-03483de1.js';
|
|
50
50
|
import './ui/MessageInput.js';
|
|
51
51
|
import 'react-dom/server';
|
|
52
52
|
import './ui/Button.js';
|
|
@@ -72,9 +72,9 @@ import './ui/ThumbnailMessageItemBody.js';
|
|
|
72
72
|
import './ui/OGMessageItemBody.js';
|
|
73
73
|
import './ui/UnknownMessageItemBody.js';
|
|
74
74
|
import './ui/QuoteMessage.js';
|
|
75
|
-
import './useLongPress-
|
|
75
|
+
import './useLongPress-386b197e.js';
|
|
76
76
|
import './ui/BottomSheet.js';
|
|
77
|
-
import './index-
|
|
77
|
+
import './index-1416d209.js';
|
|
78
78
|
import './ui/ThreadReplies.js';
|
|
79
79
|
import './Channel/components/FileViewer.js';
|
|
80
80
|
import './Channel/components/RemoveMessageModal.js';
|
|
@@ -3,39 +3,39 @@ import IconButton from '../../ui/IconButton.js';
|
|
|
3
3
|
import Icon, { IconTypes, IconColors } from '../../ui/Icon.js';
|
|
4
4
|
import CreateChannel from '../../CreateChannel.js';
|
|
5
5
|
import useSendbirdStateContext from '../../useSendbirdStateContext.js';
|
|
6
|
-
import { u as useChannelListContext } from '../../ChannelListProvider-
|
|
7
|
-
import '../../tslib.es6-
|
|
6
|
+
import { u as useChannelListContext } from '../../ChannelListProvider-18b22516.js';
|
|
7
|
+
import '../../tslib.es6-e3446b11.js';
|
|
8
8
|
import 'prop-types';
|
|
9
9
|
import '../../CreateChannel/components/CreateChannelUI.js';
|
|
10
|
-
import '../../CreateChannelProvider-
|
|
10
|
+
import '../../CreateChannelProvider-0ae66a35.js';
|
|
11
11
|
import '../../sendbirdSelectors.js';
|
|
12
|
-
import '../../topics-
|
|
13
|
-
import '../../utils-
|
|
12
|
+
import '../../topics-a94a92d0.js';
|
|
13
|
+
import '../../utils-888c0f86.js';
|
|
14
14
|
import '../../CreateChannel/components/InviteUsers.js';
|
|
15
|
-
import '../../LocalizationContext-
|
|
16
|
-
import '../../stringSet-
|
|
17
|
-
import '../../index-
|
|
15
|
+
import '../../LocalizationContext-4d182493.js';
|
|
16
|
+
import '../../stringSet-c497f542.js';
|
|
17
|
+
import '../../index-ec117c56.js';
|
|
18
18
|
import '../../ui/Modal.js';
|
|
19
19
|
import 'react-dom';
|
|
20
|
-
import '../../index-
|
|
20
|
+
import '../../index-1416d209.js';
|
|
21
21
|
import '../../ui/Button.js';
|
|
22
|
-
import '../../index-
|
|
23
|
-
import '../../MediaQueryContext-
|
|
22
|
+
import '../../index-405687af.js';
|
|
23
|
+
import '../../MediaQueryContext-f096f45e.js';
|
|
24
24
|
import '../../ui/UserListItem.js';
|
|
25
|
-
import '../../UserProfileContext-
|
|
25
|
+
import '../../UserProfileContext-c4dc45d2.js';
|
|
26
26
|
import '../../ui/Avatar.js';
|
|
27
27
|
import '../../ui/ImageRenderer.js';
|
|
28
|
-
import '../../uuid-
|
|
28
|
+
import '../../uuid-6a82e06a.js';
|
|
29
29
|
import '../../ui/MutedAvatarOverlay.js';
|
|
30
30
|
import '../../ui/Checkbox.js';
|
|
31
31
|
import '../../ui/UserProfile.js';
|
|
32
32
|
import '../../ui/ContextMenu.js';
|
|
33
33
|
import '../../ui/SortByRow.js';
|
|
34
|
-
import '../../index-
|
|
34
|
+
import '../../index-aaefc7fd.js';
|
|
35
35
|
import '../../utils/message/getOutgoingMessageState.js';
|
|
36
36
|
import '../../CreateChannel/components/SelectChannelType.js';
|
|
37
37
|
import '../../withSendbird.js';
|
|
38
|
-
import '../../_rollupPluginBabelHelpers-
|
|
38
|
+
import '../../_rollupPluginBabelHelpers-edc1df4f.js';
|
|
39
39
|
import '@sendbird/chat/groupChannel';
|
|
40
40
|
|
|
41
41
|
var AddChannel = function () {
|
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
import React__default, { useContext } from 'react';
|
|
2
|
-
import { a as LocalizationContext } from '../../LocalizationContext-
|
|
2
|
+
import { a as LocalizationContext } from '../../LocalizationContext-4d182493.js';
|
|
3
3
|
import useSendbirdStateContext from '../../useSendbirdStateContext.js';
|
|
4
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from '../../index-
|
|
4
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../../index-405687af.js';
|
|
5
5
|
import Avatar from '../../ui/Avatar.js';
|
|
6
|
-
import '../../stringSet-
|
|
7
|
-
import '../../index-
|
|
6
|
+
import '../../stringSet-c497f542.js';
|
|
7
|
+
import '../../index-ec117c56.js';
|
|
8
8
|
import '../../withSendbird.js';
|
|
9
|
-
import '../../_rollupPluginBabelHelpers-
|
|
9
|
+
import '../../_rollupPluginBabelHelpers-edc1df4f.js';
|
|
10
10
|
import 'prop-types';
|
|
11
|
-
import '../../tslib.es6-
|
|
11
|
+
import '../../tslib.es6-e3446b11.js';
|
|
12
12
|
import '../../ui/ImageRenderer.js';
|
|
13
13
|
import '../../ui/Icon.js';
|
|
14
|
-
import '../../uuid-
|
|
14
|
+
import '../../uuid-6a82e06a.js';
|
|
15
15
|
|
|
16
16
|
var ChannelListHeader = function (_a) {
|
|
17
17
|
var renderHeader = _a.renderHeader,
|
|
@@ -3,67 +3,67 @@ import ChannelListHeader from './ChannelListHeader.js';
|
|
|
3
3
|
import { AddChannel } from './AddChannel.js';
|
|
4
4
|
import ChannelPreview from './ChannelPreview.js';
|
|
5
5
|
import ChannelPreviewAction from './ChannelPreviewAction.js';
|
|
6
|
-
import { u as useChannelListContext, F as FETCH_CHANNELS_START, a as FETCH_CHANNELS_SUCCESS, b as FETCH_CHANNELS_FAILURE, L as LEAVE_CHANNEL_SUCCESS, S as SET_CURRENT_CHANNEL } from '../../ChannelListProvider-
|
|
6
|
+
import { u as useChannelListContext, F as FETCH_CHANNELS_START, a as FETCH_CHANNELS_SUCCESS, b as FETCH_CHANNELS_FAILURE, L as LEAVE_CHANNEL_SUCCESS, S as SET_CURRENT_CHANNEL } from '../../ChannelListProvider-18b22516.js';
|
|
7
7
|
import useSendbirdStateContext from '../../useSendbirdStateContext.js';
|
|
8
8
|
import EditProfile from '../../EditUserProfile.js';
|
|
9
|
-
import { P as PlaceHolder, a as PlaceHolderTypes } from '../../index-
|
|
10
|
-
import '../../LocalizationContext-
|
|
11
|
-
import '../../stringSet-
|
|
12
|
-
import '../../index-
|
|
13
|
-
import '../../index-
|
|
9
|
+
import { P as PlaceHolder, a as PlaceHolderTypes } from '../../index-f172edc4.js';
|
|
10
|
+
import '../../LocalizationContext-4d182493.js';
|
|
11
|
+
import '../../stringSet-c497f542.js';
|
|
12
|
+
import '../../index-ec117c56.js';
|
|
13
|
+
import '../../index-405687af.js';
|
|
14
14
|
import 'prop-types';
|
|
15
15
|
import '../../ui/Avatar.js';
|
|
16
|
-
import '../../tslib.es6-
|
|
16
|
+
import '../../tslib.es6-e3446b11.js';
|
|
17
17
|
import '../../ui/ImageRenderer.js';
|
|
18
18
|
import '../../ui/Icon.js';
|
|
19
|
-
import '../../uuid-
|
|
19
|
+
import '../../uuid-6a82e06a.js';
|
|
20
20
|
import '../../ui/IconButton.js';
|
|
21
21
|
import '../../CreateChannel.js';
|
|
22
22
|
import '../../CreateChannel/components/CreateChannelUI.js';
|
|
23
|
-
import '../../CreateChannelProvider-
|
|
23
|
+
import '../../CreateChannelProvider-0ae66a35.js';
|
|
24
24
|
import '../../sendbirdSelectors.js';
|
|
25
|
-
import '../../topics-
|
|
26
|
-
import '../../utils-
|
|
25
|
+
import '../../topics-a94a92d0.js';
|
|
26
|
+
import '../../utils-888c0f86.js';
|
|
27
27
|
import '../../CreateChannel/components/InviteUsers.js';
|
|
28
28
|
import '../../ui/Modal.js';
|
|
29
29
|
import 'react-dom';
|
|
30
|
-
import '../../index-
|
|
30
|
+
import '../../index-1416d209.js';
|
|
31
31
|
import '../../ui/Button.js';
|
|
32
|
-
import '../../MediaQueryContext-
|
|
32
|
+
import '../../MediaQueryContext-f096f45e.js';
|
|
33
33
|
import '../../ui/UserListItem.js';
|
|
34
|
-
import '../../UserProfileContext-
|
|
34
|
+
import '../../UserProfileContext-c4dc45d2.js';
|
|
35
35
|
import '../../ui/MutedAvatarOverlay.js';
|
|
36
36
|
import '../../ui/Checkbox.js';
|
|
37
37
|
import '../../ui/UserProfile.js';
|
|
38
38
|
import '../../ui/ContextMenu.js';
|
|
39
39
|
import '../../ui/SortByRow.js';
|
|
40
|
-
import '../../index-
|
|
40
|
+
import '../../index-aaefc7fd.js';
|
|
41
41
|
import '../../utils/message/getOutgoingMessageState.js';
|
|
42
42
|
import '../../CreateChannel/components/SelectChannelType.js';
|
|
43
|
-
import '../../_rollupPluginBabelHelpers-
|
|
43
|
+
import '../../_rollupPluginBabelHelpers-edc1df4f.js';
|
|
44
44
|
import '../../ui/ChannelAvatar.js';
|
|
45
|
-
import '../../utils-
|
|
45
|
+
import '../../utils-dff6caba.js';
|
|
46
46
|
import '../../ui/Badge.js';
|
|
47
|
-
import '../../index-
|
|
48
|
-
import '../../index-
|
|
49
|
-
import '../../index-
|
|
47
|
+
import '../../index-db7ecf0e.js';
|
|
48
|
+
import '../../index-5fdb6089.js';
|
|
49
|
+
import '../../index-fd6c31a6.js';
|
|
50
50
|
import '../../ui/MentionUserLabel.js';
|
|
51
51
|
import '../../ui/TextButton.js';
|
|
52
|
-
import '../../color-
|
|
52
|
+
import '../../color-03483de1.js';
|
|
53
53
|
import '../../Channel/components/TypingIndicator.js';
|
|
54
54
|
import '@sendbird/chat/groupChannel';
|
|
55
|
-
import '../../ChannelProvider-
|
|
56
|
-
import '../../compareIds-
|
|
57
|
-
import '../../const-
|
|
55
|
+
import '../../ChannelProvider-f110d9f0.js';
|
|
56
|
+
import '../../compareIds-bc043890.js';
|
|
57
|
+
import '../../const-b9e24f71.js';
|
|
58
58
|
import '@sendbird/chat/message';
|
|
59
59
|
import '../../ui/ReactionButton.js';
|
|
60
60
|
import '../../ui/MessageStatus.js';
|
|
61
61
|
import '../../ui/Loader.js';
|
|
62
|
-
import '../../useLongPress-
|
|
62
|
+
import '../../useLongPress-386b197e.js';
|
|
63
63
|
import '../../withSendbird.js';
|
|
64
|
-
import '../../index-
|
|
64
|
+
import '../../index-0763e689.js';
|
|
65
65
|
import '../../ui/Input.js';
|
|
66
|
-
import '../../actionTypes-
|
|
66
|
+
import '../../actionTypes-59956c03.js';
|
|
67
67
|
|
|
68
68
|
const isAboutSame = (a, b, px) => Math.abs(a - b) <= px;
|
|
69
69
|
|
|
@@ -1,45 +1,45 @@
|
|
|
1
|
-
import { a as _extends } from '../../_rollupPluginBabelHelpers-
|
|
2
|
-
import { _ as __assign } from '../../tslib.es6-
|
|
1
|
+
import { a as _extends } from '../../_rollupPluginBabelHelpers-edc1df4f.js';
|
|
2
|
+
import { _ as __assign } from '../../tslib.es6-e3446b11.js';
|
|
3
3
|
import React__default, { useState } from 'react';
|
|
4
4
|
import ChannelAvatar from '../../ui/ChannelAvatar.js';
|
|
5
5
|
import Badge from '../../ui/Badge.js';
|
|
6
6
|
import Icon, { IconTypes, IconColors } from '../../ui/Icon.js';
|
|
7
|
-
import { c as LabelStringSet, L as Label, a as LabelTypography, b as LabelColors } from '../../index-
|
|
8
|
-
import { i as isToday, a as isYesterday, f as formatRelative } from '../../index-
|
|
9
|
-
import { f as format } from '../../index-
|
|
10
|
-
import { t as truncateString, d as isEditedMessage } from '../../index-
|
|
7
|
+
import { c as LabelStringSet, L as Label, a as LabelTypography, b as LabelColors } from '../../index-405687af.js';
|
|
8
|
+
import { i as isToday, a as isYesterday, f as formatRelative } from '../../index-db7ecf0e.js';
|
|
9
|
+
import { f as format } from '../../index-fd6c31a6.js';
|
|
10
|
+
import { t as truncateString, d as isEditedMessage } from '../../index-aaefc7fd.js';
|
|
11
11
|
import useSendbirdStateContext from '../../useSendbirdStateContext.js';
|
|
12
|
-
import { u as useLocalization } from '../../LocalizationContext-
|
|
12
|
+
import { u as useLocalization } from '../../LocalizationContext-4d182493.js';
|
|
13
13
|
import MentionUserLabel from '../../ui/MentionUserLabel.js';
|
|
14
14
|
import Modal from '../../ui/Modal.js';
|
|
15
15
|
import TextButton from '../../ui/TextButton.js';
|
|
16
|
-
import { u as useChannelListContext } from '../../ChannelListProvider-
|
|
16
|
+
import { u as useChannelListContext } from '../../ChannelListProvider-18b22516.js';
|
|
17
17
|
import { TypingIndicatorText } from '../../Channel/components/TypingIndicator.js';
|
|
18
18
|
import MessageStatus from '../../ui/MessageStatus.js';
|
|
19
|
-
import { u as useMediaQueryContext } from '../../MediaQueryContext-
|
|
20
|
-
import { u as useLongPress } from '../../useLongPress-
|
|
19
|
+
import { u as useMediaQueryContext } from '../../MediaQueryContext-f096f45e.js';
|
|
20
|
+
import { u as useLongPress } from '../../useLongPress-386b197e.js';
|
|
21
21
|
import '../../ui/Avatar.js';
|
|
22
22
|
import '../../ui/ImageRenderer.js';
|
|
23
|
-
import '../../uuid-
|
|
24
|
-
import '../../utils-
|
|
23
|
+
import '../../uuid-6a82e06a.js';
|
|
24
|
+
import '../../utils-dff6caba.js';
|
|
25
25
|
import 'prop-types';
|
|
26
|
-
import '../../stringSet-
|
|
27
|
-
import '../../index-
|
|
28
|
-
import '../../index-
|
|
26
|
+
import '../../stringSet-c497f542.js';
|
|
27
|
+
import '../../index-5fdb6089.js';
|
|
28
|
+
import '../../index-ec117c56.js';
|
|
29
29
|
import '../../utils/message/getOutgoingMessageState.js';
|
|
30
30
|
import '../../withSendbird.js';
|
|
31
31
|
import 'react-dom';
|
|
32
|
-
import '../../index-
|
|
32
|
+
import '../../index-1416d209.js';
|
|
33
33
|
import '../../ui/Button.js';
|
|
34
34
|
import '../../ui/IconButton.js';
|
|
35
|
-
import '../../color-
|
|
35
|
+
import '../../color-03483de1.js';
|
|
36
36
|
import '@sendbird/chat/groupChannel';
|
|
37
|
-
import '../../topics-
|
|
38
|
-
import '../../utils-
|
|
39
|
-
import '../../UserProfileContext-
|
|
40
|
-
import '../../ChannelProvider-
|
|
41
|
-
import '../../compareIds-
|
|
42
|
-
import '../../const-
|
|
37
|
+
import '../../topics-a94a92d0.js';
|
|
38
|
+
import '../../utils-888c0f86.js';
|
|
39
|
+
import '../../UserProfileContext-c4dc45d2.js';
|
|
40
|
+
import '../../ChannelProvider-f110d9f0.js';
|
|
41
|
+
import '../../compareIds-bc043890.js';
|
|
42
|
+
import '../../const-b9e24f71.js';
|
|
43
43
|
import '@sendbird/chat/message';
|
|
44
44
|
import '../../ui/ContextMenu.js';
|
|
45
45
|
import '../../ui/SortByRow.js';
|
|
@@ -1,30 +1,30 @@
|
|
|
1
1
|
import React__default, { useRef, useState, useContext } from 'react';
|
|
2
2
|
import PropTypes from 'prop-types';
|
|
3
|
-
import { u as useLocalization, a as LocalizationContext } from '../../LocalizationContext-
|
|
3
|
+
import { u as useLocalization, a as LocalizationContext } from '../../LocalizationContext-4d182493.js';
|
|
4
4
|
import ContextMenu, { MenuItems, MenuItem } from '../../ui/ContextMenu.js';
|
|
5
5
|
import IconButton from '../../ui/IconButton.js';
|
|
6
6
|
import Icon, { IconTypes, IconColors } from '../../ui/Icon.js';
|
|
7
7
|
import useSendbirdStateContext from '../../useSendbirdStateContext.js';
|
|
8
|
-
import { n as noop } from '../../utils-
|
|
8
|
+
import { n as noop } from '../../utils-888c0f86.js';
|
|
9
9
|
import Modal from '../../ui/Modal.js';
|
|
10
|
-
import { u as useChannelListContext } from '../../ChannelListProvider-
|
|
11
|
-
import '../../stringSet-
|
|
12
|
-
import '../../index-
|
|
13
|
-
import '../../tslib.es6-
|
|
10
|
+
import { u as useChannelListContext } from '../../ChannelListProvider-18b22516.js';
|
|
11
|
+
import '../../stringSet-c497f542.js';
|
|
12
|
+
import '../../index-ec117c56.js';
|
|
13
|
+
import '../../tslib.es6-e3446b11.js';
|
|
14
14
|
import 'react-dom';
|
|
15
15
|
import '../../ui/SortByRow.js';
|
|
16
|
-
import '../../uuid-
|
|
17
|
-
import '../../index-
|
|
16
|
+
import '../../uuid-6a82e06a.js';
|
|
17
|
+
import '../../index-aaefc7fd.js';
|
|
18
18
|
import '../../utils/message/getOutgoingMessageState.js';
|
|
19
|
-
import '../../index-
|
|
19
|
+
import '../../index-405687af.js';
|
|
20
20
|
import '../../withSendbird.js';
|
|
21
|
-
import '../../_rollupPluginBabelHelpers-
|
|
22
|
-
import '../../index-
|
|
21
|
+
import '../../_rollupPluginBabelHelpers-edc1df4f.js';
|
|
22
|
+
import '../../index-1416d209.js';
|
|
23
23
|
import '../../ui/Button.js';
|
|
24
|
-
import '../../MediaQueryContext-
|
|
24
|
+
import '../../MediaQueryContext-f096f45e.js';
|
|
25
25
|
import '@sendbird/chat/groupChannel';
|
|
26
|
-
import '../../topics-
|
|
27
|
-
import '../../UserProfileContext-
|
|
26
|
+
import '../../topics-a94a92d0.js';
|
|
27
|
+
import '../../UserProfileContext-c4dc45d2.js';
|
|
28
28
|
|
|
29
29
|
var LeaveChannel = function (props) {
|
|
30
30
|
var _a, _b, _c;
|
package/ChannelList/context.js
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import '../tslib.es6-
|
|
1
|
+
import '../tslib.es6-e3446b11.js';
|
|
2
2
|
import 'react';
|
|
3
3
|
import '@sendbird/chat/groupChannel';
|
|
4
|
-
export { C as ChannelListProvider, u as useChannelListContext } from '../ChannelListProvider-
|
|
5
|
-
import '../uuid-
|
|
6
|
-
import '../utils-
|
|
7
|
-
import '../UserProfileContext-
|
|
4
|
+
export { C as ChannelListProvider, u as useChannelListContext } from '../ChannelListProvider-18b22516.js';
|
|
5
|
+
import '../uuid-6a82e06a.js';
|
|
6
|
+
import '../utils-888c0f86.js';
|
|
7
|
+
import '../UserProfileContext-c4dc45d2.js';
|
|
8
8
|
import '../useSendbirdStateContext.js';
|
|
9
|
-
import '../topics-
|
|
10
|
-
import '../_rollupPluginBabelHelpers-
|
|
11
|
-
import '../index-
|
|
9
|
+
import '../topics-a94a92d0.js';
|
|
10
|
+
import '../_rollupPluginBabelHelpers-edc1df4f.js';
|
|
11
|
+
import '../index-aaefc7fd.js';
|
|
12
12
|
import '../utils/message/getOutgoingMessageState.js';
|
|
13
13
|
import 'prop-types';
|
|
14
14
|
import '../withSendbird.js';
|