@sendbird/uikit-react 3.3.2-rc.3 → 3.3.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/App.js +33 -33
- package/Channel/components/ChannelHeader.js +18 -18
- package/Channel/components/ChannelUI.js +25 -25
- package/Channel/components/FileViewer.js +14 -14
- package/Channel/components/FrozenNotification.js +4 -4
- package/Channel/components/Message.js +21 -21
- package/Channel/components/MessageInput.js +16 -16
- package/Channel/components/MessageList.js +23 -23
- package/Channel/components/RemoveMessageModal.js +16 -16
- package/Channel/components/SuggestedMentionList.js +16 -16
- package/Channel/components/TypingIndicator.js +14 -14
- package/Channel/components/UnreadCount.js +4 -4
- package/Channel/context.js +13 -13
- package/Channel.js +25 -25
- package/ChannelList/components/AddChannel.js +15 -15
- package/ChannelList/components/ChannelListHeader.js +7 -7
- package/ChannelList/components/ChannelListUI.js +27 -27
- package/ChannelList/components/ChannelPreview.js +23 -23
- package/ChannelList/components/ChannelPreviewAction.js +14 -14
- package/ChannelList/context.js +8 -8
- package/ChannelList.js +27 -27
- package/{ChannelListProvider-18b22516.js → ChannelListProvider-95089982.js} +8 -8
- package/{ChannelListProvider-18b22516.js.map → ChannelListProvider-95089982.js.map} +1 -1
- package/{ChannelProvider-f110d9f0.js → ChannelProvider-2ced8109.js} +9 -9
- package/{ChannelProvider-f110d9f0.js.map → ChannelProvider-2ced8109.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-0ae66a35.js → CreateChannelProvider-d4db4fa3.js} +1 -1
- package/{CreateChannelProvider-0ae66a35.js.map → CreateChannelProvider-d4db4fa3.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-4d182493.js → LocalizationContext-3c8d4888.js} +3 -3
- package/{LocalizationContext-4d182493.js.map → LocalizationContext-3c8d4888.js.map} +1 -1
- package/{MediaQueryContext-f096f45e.js → MediaQueryContext-94cfc605.js} +1 -1
- package/{MediaQueryContext-f096f45e.js.map → MediaQueryContext-94cfc605.js.map} +1 -1
- package/{MemberList-67b8af90.js → MemberList-66867e1c.js} +5 -5
- package/{MemberList-67b8af90.js.map → MemberList-66867e1c.js.map} +1 -1
- package/MessageSearch/components/MessageSearchUI.js +11 -11
- package/MessageSearch/context.js +2 -2
- package/MessageSearch.js +11 -11
- package/OpenChannel/components/FrozenChannelNotification.js +4 -4
- package/OpenChannel/components/OpenChannelHeader.js +13 -13
- package/OpenChannel/components/OpenChannelInput.js +15 -15
- package/OpenChannel/components/OpenChannelMessage.js +22 -22
- package/OpenChannel/components/OpenChannelMessageList.js +24 -24
- package/OpenChannel/components/OpenChannelUI.js +24 -24
- package/OpenChannel/context.js +9 -9
- package/OpenChannel.js +24 -24
- package/OpenChannelList/components/OpenChannelListUI.js +13 -13
- package/OpenChannelList/components/OpenChannelPreview.js +4 -4
- package/OpenChannelList/context.js +4 -4
- package/OpenChannelList.js +13 -13
- package/{OpenChannelListProvider-20179730.js → OpenChannelListProvider-2588561c.js} +3 -3
- package/{OpenChannelListProvider-20179730.js.map → OpenChannelListProvider-2588561c.js.map} +1 -1
- package/{OpenChannelProvider-600833cb.js → OpenChannelProvider-0c024af9.js} +7 -7
- package/{OpenChannelProvider-600833cb.js.map → OpenChannelProvider-0c024af9.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-410136b1.js → RemoveMessageModal-26a3d52b.js} +3 -3
- package/{RemoveMessageModal-410136b1.js.map → RemoveMessageModal-26a3d52b.js.map} +1 -1
- package/SendbirdProvider.js +10 -10
- package/SendbirdProvider.js.map +1 -1
- package/Thread/components/ParentMessageInfo.js +21 -21
- package/Thread/components/ParentMessageInfoItem.js +14 -14
- package/Thread/components/ThreadHeader.js +6 -6
- package/Thread/components/ThreadList.js +21 -21
- package/Thread/components/ThreadListItem.js +21 -21
- package/Thread/components/ThreadMessageInput.js +16 -16
- package/Thread/components/ThreadUI.js +23 -23
- package/Thread/context.js +8 -8
- package/Thread.js +23 -23
- package/{ThreadProvider-12972645.js → ThreadProvider-ab67609d.js} +6 -6
- package/{ThreadProvider-12972645.js.map → ThreadProvider-ab67609d.js.map} +1 -1
- package/{UserProfileContext-c4dc45d2.js → UserProfileContext-e8063b05.js} +1 -1
- package/{UserProfileContext-c4dc45d2.js.map → UserProfileContext-e8063b05.js.map} +1 -1
- package/{_rollupPluginBabelHelpers-edc1df4f.js → _rollupPluginBabelHelpers-16667c95.js} +1 -1
- package/_rollupPluginBabelHelpers-16667c95.js.map +1 -0
- package/{actionTypes-59956c03.js → actionTypes-f4aea3af.js} +1 -1
- package/{actionTypes-59956c03.js.map → actionTypes-f4aea3af.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-0b12f32d.js → ChannelListProvider-504f1020.js} +8 -8
- package/cjs/{ChannelListProvider-0b12f32d.js.map → ChannelListProvider-504f1020.js.map} +1 -1
- package/cjs/{ChannelProvider-2e73acf4.js → ChannelProvider-7a9eb366.js} +9 -9
- package/cjs/{ChannelProvider-2e73acf4.js.map → ChannelProvider-7a9eb366.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-a019b622.js → CreateChannelProvider-57dbed94.js} +1 -1
- package/cjs/{CreateChannelProvider-a019b622.js.map → CreateChannelProvider-57dbed94.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-afe53212.js → LocalizationContext-fde44de7.js} +3 -3
- package/cjs/{LocalizationContext-afe53212.js.map → LocalizationContext-fde44de7.js.map} +1 -1
- package/cjs/{MediaQueryContext-c4334993.js → MediaQueryContext-8bddac7a.js} +1 -1
- package/cjs/{MediaQueryContext-c4334993.js.map → MediaQueryContext-8bddac7a.js.map} +1 -1
- package/cjs/{MemberList-6e48970d.js → MemberList-d6eef621.js} +5 -5
- package/cjs/{MemberList-6e48970d.js.map → MemberList-d6eef621.js.map} +1 -1
- package/cjs/MessageSearch/components/MessageSearchUI.js +11 -11
- package/cjs/MessageSearch/context.js +2 -2
- package/cjs/MessageSearch.js +11 -11
- package/cjs/OpenChannel/components/FrozenChannelNotification.js +4 -4
- package/cjs/OpenChannel/components/OpenChannelHeader.js +13 -13
- package/cjs/OpenChannel/components/OpenChannelInput.js +15 -15
- package/cjs/OpenChannel/components/OpenChannelMessage.js +22 -22
- package/cjs/OpenChannel/components/OpenChannelMessageList.js +24 -24
- package/cjs/OpenChannel/components/OpenChannelUI.js +24 -24
- package/cjs/OpenChannel/context.js +9 -9
- package/cjs/OpenChannel.js +24 -24
- package/cjs/OpenChannelList/components/OpenChannelListUI.js +13 -13
- package/cjs/OpenChannelList/components/OpenChannelPreview.js +4 -4
- package/cjs/OpenChannelList/context.js +4 -4
- package/cjs/OpenChannelList.js +13 -13
- package/cjs/{OpenChannelListProvider-faf04cca.js → OpenChannelListProvider-402e197d.js} +3 -3
- package/cjs/{OpenChannelListProvider-faf04cca.js.map → OpenChannelListProvider-402e197d.js.map} +1 -1
- package/cjs/{OpenChannelProvider-f4e8a907.js → OpenChannelProvider-734280b6.js} +7 -7
- package/cjs/{OpenChannelProvider-f4e8a907.js.map → OpenChannelProvider-734280b6.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-5fcc75f7.js → RemoveMessageModal-16ff5893.js} +3 -3
- package/cjs/{RemoveMessageModal-5fcc75f7.js.map → RemoveMessageModal-16ff5893.js.map} +1 -1
- package/cjs/SendbirdProvider.js +10 -10
- package/cjs/SendbirdProvider.js.map +1 -1
- package/cjs/Thread/components/ParentMessageInfo.js +21 -21
- package/cjs/Thread/components/ParentMessageInfoItem.js +14 -14
- package/cjs/Thread/components/ThreadHeader.js +6 -6
- package/cjs/Thread/components/ThreadList.js +21 -21
- package/cjs/Thread/components/ThreadListItem.js +21 -21
- package/cjs/Thread/components/ThreadMessageInput.js +16 -16
- package/cjs/Thread/components/ThreadUI.js +23 -23
- package/cjs/Thread/context.js +8 -8
- package/cjs/Thread.js +23 -23
- package/cjs/{ThreadProvider-afe4d186.js → ThreadProvider-50868a09.js} +6 -6
- package/cjs/{ThreadProvider-afe4d186.js.map → ThreadProvider-50868a09.js.map} +1 -1
- package/cjs/{UserProfileContext-b09bb0f4.js → UserProfileContext-64d86d86.js} +1 -1
- package/cjs/{UserProfileContext-b09bb0f4.js.map → UserProfileContext-64d86d86.js.map} +1 -1
- package/cjs/{_rollupPluginBabelHelpers-91bc23d1.js → _rollupPluginBabelHelpers-5ac4f130.js} +1 -1
- package/cjs/_rollupPluginBabelHelpers-5ac4f130.js.map +1 -0
- package/cjs/{actionTypes-a4bd7472.js → actionTypes-e8ee98d1.js} +1 -1
- package/cjs/{actionTypes-a4bd7472.js.map → actionTypes-e8ee98d1.js.map} +1 -1
- package/cjs/{color-a2ced3b3.js → color-30f1bdcf.js} +1 -1
- package/cjs/{color-a2ced3b3.js.map → color-30f1bdcf.js.map} +1 -1
- package/cjs/{compareIds-439a1ef3.js → compareIds-a376065f.js} +1 -1
- package/cjs/{compareIds-439a1ef3.js.map → compareIds-a376065f.js.map} +1 -1
- package/cjs/{const-5638239e.js → const-02cb026d.js} +1 -1
- package/cjs/{const-5638239e.js.map → const-02cb026d.js.map} +1 -1
- package/cjs/{const-7f0072da.js → const-3f939a13.js} +1 -1
- package/cjs/{const-7f0072da.js.map → const-3f939a13.js.map} +1 -1
- package/cjs/{context-53321ca8.js → context-445c5f71.js} +2 -2
- package/cjs/{context-53321ca8.js.map → context-445c5f71.js.map} +1 -1
- package/cjs/{index-5b038e0a.js → index-0229dcdd.js} +7 -7
- package/cjs/{index-5b038e0a.js.map → index-0229dcdd.js.map} +1 -1
- package/cjs/{index-b8450c3e.js → index-0658bd8a.js} +2 -2
- package/cjs/{index-b8450c3e.js.map → index-0658bd8a.js.map} +1 -1
- package/cjs/{index-dc68548f.js → index-2d0b25a9.js} +2 -2
- package/cjs/{index-dc68548f.js.map → index-2d0b25a9.js.map} +1 -1
- package/cjs/{index-2f1454d3.js → index-34e83d5c.js} +4 -4
- package/cjs/{index-2f1454d3.js.map → index-34e83d5c.js.map} +1 -1
- package/cjs/{index-366e803b.js → index-45203576.js} +2 -2
- package/cjs/{index-366e803b.js.map → index-45203576.js.map} +1 -1
- package/cjs/{index-f4dea4a9.js → index-7aaa5cf4.js} +4 -4
- package/cjs/{index-f4dea4a9.js.map → index-7aaa5cf4.js.map} +1 -1
- package/cjs/{index-c87221b4.js → index-b8854f13.js} +2 -2
- package/cjs/{index-c87221b4.js.map → index-b8854f13.js.map} +1 -1
- package/cjs/{index-410e3830.js → index-b9386945.js} +1 -1
- package/cjs/{index-410e3830.js.map → index-b9386945.js.map} +1 -1
- package/cjs/{index-df817b42.js → index-bd06c1c5.js} +2 -2
- package/cjs/{index-df817b42.js.map → index-bd06c1c5.js.map} +1 -1
- package/cjs/{index-8decb267.js → index-cf3bc419.js} +1 -1
- package/cjs/{index-8decb267.js.map → index-cf3bc419.js.map} +1 -1
- package/cjs/{index-724c3303.js → index-e1fcf475.js} +5 -5
- package/cjs/{index-724c3303.js.map → index-e1fcf475.js.map} +1 -1
- package/cjs/index.js +37 -37
- package/cjs/sendbirdSelectors.js +2 -2
- package/cjs/{stringSet-a0761db5.js → stringSet-5e01e582.js} +1 -1
- package/cjs/{stringSet-a0761db5.js.map → stringSet-5e01e582.js.map} +1 -1
- package/cjs/{topics-5211ea76.js → topics-eca4f611.js} +1 -1
- package/cjs/{topics-5211ea76.js.map → topics-eca4f611.js.map} +1 -1
- package/cjs/{tslib.es6-161eb696.js → tslib.es6-ab92712f.js} +1 -1
- package/cjs/{tslib.es6-161eb696.js.map → tslib.es6-ab92712f.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-c69fb937.js → useLongPress-de56560b.js} +3 -3
- package/cjs/{useLongPress-c69fb937.js.map → useLongPress-de56560b.js.map} +1 -1
- package/cjs/useSendbirdStateContext.js +1 -1
- package/cjs/{utils-4bf1b307.js → utils-283a4d8e.js} +2 -2
- package/cjs/{utils-4bf1b307.js.map → utils-283a4d8e.js.map} +1 -1
- package/cjs/{utils-5b07615a.js → utils-52b3bc70.js} +1 -1
- package/cjs/{utils-5b07615a.js.map → utils-52b3bc70.js.map} +1 -1
- package/cjs/{utils-dae87511.js → utils-63d69dc7.js} +1 -1
- package/cjs/{utils-dae87511.js.map → utils-63d69dc7.js.map} +1 -1
- package/cjs/{utils-8f439708.js → utils-a5971870.js} +1 -1
- package/cjs/{utils-8f439708.js.map → utils-a5971870.js.map} +1 -1
- package/cjs/{uuid-9b3e79b6.js → uuid-9207aa84.js} +1 -1
- package/cjs/{uuid-9b3e79b6.js.map → uuid-9207aa84.js.map} +1 -1
- package/cjs/withSendbird.js +1 -1
- package/{color-03483de1.js → color-36e07432.js} +1 -1
- package/{color-03483de1.js.map → color-36e07432.js.map} +1 -1
- package/{compareIds-bc043890.js → compareIds-5f127d04.js} +1 -1
- package/{compareIds-bc043890.js.map → compareIds-5f127d04.js.map} +1 -1
- package/{const-40cf6b61.js → const-5b3992dc.js} +1 -1
- package/{const-40cf6b61.js.map → const-5b3992dc.js.map} +1 -1
- package/{const-b9e24f71.js → const-dd057875.js} +1 -1
- package/{const-b9e24f71.js.map → const-dd057875.js.map} +1 -1
- package/{context-079a8fb8.js → context-fce7cc05.js} +2 -2
- package/{context-079a8fb8.js.map → context-fce7cc05.js.map} +1 -1
- package/{index-db7ecf0e.js → index-13e7d10f.js} +4 -4
- package/{index-db7ecf0e.js.map → index-13e7d10f.js.map} +1 -1
- package/{index-405687af.js → index-19980ce5.js} +2 -2
- package/{index-405687af.js.map → index-19980ce5.js.map} +1 -1
- package/{index-f172edc4.js → index-1df05cfe.js} +4 -4
- package/{index-f172edc4.js.map → index-1df05cfe.js.map} +1 -1
- package/{index-1416d209.js → index-6c456a2e.js} +1 -1
- package/{index-1416d209.js.map → index-6c456a2e.js.map} +1 -1
- package/{index-5fdb6089.js → index-840f7123.js} +2 -2
- package/{index-5fdb6089.js.map → index-840f7123.js.map} +1 -1
- package/{index-ec117c56.js → index-8e552833.js} +1 -1
- package/{index-ec117c56.js.map → index-8e552833.js.map} +1 -1
- package/{index-0763e689.js → index-adeb77df.js} +5 -5
- package/{index-0763e689.js.map → index-adeb77df.js.map} +1 -1
- package/{index-fd6c31a6.js → index-ba11d77d.js} +2 -2
- package/{index-fd6c31a6.js.map → index-ba11d77d.js.map} +1 -1
- package/{index-8d05d01b.js → index-c10a6080.js} +2 -2
- package/{index-8d05d01b.js.map → index-c10a6080.js.map} +1 -1
- package/{index-aaefc7fd.js → index-c45e5f15.js} +2 -2
- package/{index-aaefc7fd.js.map → index-c45e5f15.js.map} +1 -1
- package/{index-c3ae6094.js → index-db2b3752.js} +7 -7
- package/{index-c3ae6094.js.map → index-db2b3752.js.map} +1 -1
- package/index.d.ts +5 -4
- package/index.js +37 -37
- package/package.json +1 -1
- package/sendbirdSelectors.js +2 -2
- package/{stringSet-c497f542.js → stringSet-90d297f1.js} +1 -1
- package/{stringSet-c497f542.js.map → stringSet-90d297f1.js.map} +1 -1
- package/{topics-a94a92d0.js → topics-354c1db2.js} +1 -1
- package/{topics-a94a92d0.js.map → topics-354c1db2.js.map} +1 -1
- package/{tslib.es6-e3446b11.js → tslib.es6-99c8fa97.js} +1 -1
- package/{tslib.es6-e3446b11.js.map → tslib.es6-99c8fa97.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-386b197e.js → useLongPress-e7b1aee7.js} +3 -3
- package/{useLongPress-386b197e.js.map → useLongPress-e7b1aee7.js.map} +1 -1
- package/useSendbirdStateContext.js +1 -1
- package/{utils-a87dc9ca.js → utils-41eb3c8f.js} +2 -2
- package/{utils-a87dc9ca.js.map → utils-41eb3c8f.js.map} +1 -1
- package/{utils-fce84ee4.js → utils-90c4ea70.js} +1 -1
- package/{utils-fce84ee4.js.map → utils-90c4ea70.js.map} +1 -1
- package/{utils-888c0f86.js → utils-c17213bb.js} +1 -1
- package/{utils-888c0f86.js.map → utils-c17213bb.js.map} +1 -1
- package/{utils-dff6caba.js → utils-f30e00ac.js} +1 -1
- package/{utils-dff6caba.js.map → utils-f30e00ac.js.map} +1 -1
- package/{uuid-6a82e06a.js → uuid-5399e6af.js} +1 -1
- package/{uuid-6a82e06a.js.map → uuid-5399e6af.js.map} +1 -1
- package/withSendbird.js +1 -1
- package/_rollupPluginBabelHelpers-edc1df4f.js.map +0 -1
- package/cjs/_rollupPluginBabelHelpers-91bc23d1.js.map +0 -1
|
@@ -1,32 +1,32 @@
|
|
|
1
1
|
import React__default, { useRef, useState, useContext } from 'react';
|
|
2
|
-
import { a as LocalizationContext } from '../../LocalizationContext-
|
|
3
|
-
import { c as UPDATE_OPEN_CHANNEL } from '../../topics-
|
|
2
|
+
import { a as LocalizationContext } from '../../LocalizationContext-3c8d4888.js';
|
|
3
|
+
import { c as UPDATE_OPEN_CHANNEL } from '../../topics-354c1db2.js';
|
|
4
4
|
import Modal from '../../ui/Modal.js';
|
|
5
5
|
import Input, { InputLabel } from '../../ui/Input.js';
|
|
6
6
|
import Avatar from '../../ui/Avatar.js';
|
|
7
7
|
import { ButtonTypes } from '../../ui/Button.js';
|
|
8
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from '../../index-
|
|
8
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../../index-19980ce5.js';
|
|
9
9
|
import TextButton from '../../ui/TextButton.js';
|
|
10
10
|
import ChannelAvatar from '../../ui/OpenChannelAvatar.js';
|
|
11
11
|
import { useOpenChannelSettingsContext } from '../context.js';
|
|
12
12
|
import useSendbirdStateContext from '../../useSendbirdStateContext.js';
|
|
13
|
-
import '../../stringSet-
|
|
14
|
-
import '../../index-
|
|
13
|
+
import '../../stringSet-90d297f1.js';
|
|
14
|
+
import '../../index-8e552833.js';
|
|
15
15
|
import 'react-dom';
|
|
16
|
-
import '../../index-
|
|
16
|
+
import '../../index-6c456a2e.js';
|
|
17
17
|
import '../../ui/Icon.js';
|
|
18
18
|
import 'prop-types';
|
|
19
19
|
import '../../ui/IconButton.js';
|
|
20
|
-
import '../../tslib.es6-
|
|
21
|
-
import '../../MediaQueryContext-
|
|
20
|
+
import '../../tslib.es6-99c8fa97.js';
|
|
21
|
+
import '../../MediaQueryContext-94cfc605.js';
|
|
22
22
|
import '../../ui/ImageRenderer.js';
|
|
23
|
-
import '../../uuid-
|
|
24
|
-
import '../../color-
|
|
25
|
-
import '../../utils-
|
|
23
|
+
import '../../uuid-5399e6af.js';
|
|
24
|
+
import '../../color-36e07432.js';
|
|
25
|
+
import '../../utils-f30e00ac.js';
|
|
26
26
|
import '@sendbird/chat/openChannel';
|
|
27
|
-
import '../../UserProfileContext-
|
|
27
|
+
import '../../UserProfileContext-e8063b05.js';
|
|
28
28
|
import '../../withSendbird.js';
|
|
29
|
-
import '../../_rollupPluginBabelHelpers-
|
|
29
|
+
import '../../_rollupPluginBabelHelpers-16667c95.js';
|
|
30
30
|
|
|
31
31
|
var EditDetails = function (props) {
|
|
32
32
|
var onCancel = props.onCancel;
|
|
@@ -1,33 +1,33 @@
|
|
|
1
1
|
import React__default, { useState, useContext } from 'react';
|
|
2
|
-
import { a as LocalizationContext } from '../../LocalizationContext-
|
|
3
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from '../../index-
|
|
2
|
+
import { a as LocalizationContext } from '../../LocalizationContext-3c8d4888.js';
|
|
3
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../../index-19980ce5.js';
|
|
4
4
|
import TextButton from '../../ui/TextButton.js';
|
|
5
5
|
import ChannelAvatar from '../../ui/OpenChannelAvatar.js';
|
|
6
6
|
import EditDetails from './EditDetailsModal.js';
|
|
7
7
|
import useSendbirdStateContext from '../../useSendbirdStateContext.js';
|
|
8
8
|
import { useOpenChannelSettingsContext } from '../context.js';
|
|
9
|
-
import '../../stringSet-
|
|
10
|
-
import '../../index-
|
|
9
|
+
import '../../stringSet-90d297f1.js';
|
|
10
|
+
import '../../index-8e552833.js';
|
|
11
11
|
import 'prop-types';
|
|
12
|
-
import '../../tslib.es6-
|
|
13
|
-
import '../../color-
|
|
12
|
+
import '../../tslib.es6-99c8fa97.js';
|
|
13
|
+
import '../../color-36e07432.js';
|
|
14
14
|
import '../../ui/Avatar.js';
|
|
15
15
|
import '../../ui/ImageRenderer.js';
|
|
16
16
|
import '../../ui/Icon.js';
|
|
17
|
-
import '../../uuid-
|
|
18
|
-
import '../../utils-
|
|
19
|
-
import '../../topics-
|
|
17
|
+
import '../../uuid-5399e6af.js';
|
|
18
|
+
import '../../utils-f30e00ac.js';
|
|
19
|
+
import '../../topics-354c1db2.js';
|
|
20
20
|
import '../../ui/Modal.js';
|
|
21
21
|
import 'react-dom';
|
|
22
|
-
import '../../index-
|
|
22
|
+
import '../../index-6c456a2e.js';
|
|
23
23
|
import '../../ui/Button.js';
|
|
24
24
|
import '../../ui/IconButton.js';
|
|
25
|
-
import '../../MediaQueryContext-
|
|
25
|
+
import '../../MediaQueryContext-94cfc605.js';
|
|
26
26
|
import '../../ui/Input.js';
|
|
27
27
|
import '../../withSendbird.js';
|
|
28
|
-
import '../../_rollupPluginBabelHelpers-
|
|
28
|
+
import '../../_rollupPluginBabelHelpers-16667c95.js';
|
|
29
29
|
import '@sendbird/chat/openChannel';
|
|
30
|
-
import '../../UserProfileContext-
|
|
30
|
+
import '../../UserProfileContext-e8063b05.js';
|
|
31
31
|
|
|
32
32
|
function ChannelProfile() {
|
|
33
33
|
var _a, _b;
|
|
@@ -1,45 +1,45 @@
|
|
|
1
1
|
import React__default, { useContext } from 'react';
|
|
2
2
|
import useSendbirdStateContext from '../../useSendbirdStateContext.js';
|
|
3
3
|
import { useOpenChannelSettingsContext } from '../context.js';
|
|
4
|
-
import { U as UserProfileProvider } from '../../UserProfileContext-
|
|
5
|
-
import { a as LocalizationContext } from '../../LocalizationContext-
|
|
6
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from '../../index-
|
|
4
|
+
import { U as UserProfileProvider } from '../../UserProfileContext-e8063b05.js';
|
|
5
|
+
import { a as LocalizationContext } from '../../LocalizationContext-3c8d4888.js';
|
|
6
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../../index-19980ce5.js';
|
|
7
7
|
import Icon, { IconTypes } from '../../ui/Icon.js';
|
|
8
|
-
import { P as PlaceHolder, b as PlaceHolderTypes } from '../../index-
|
|
8
|
+
import { P as PlaceHolder, b as PlaceHolderTypes } from '../../index-1df05cfe.js';
|
|
9
9
|
import { OperatorUI } from './OperatorUI.js';
|
|
10
|
-
import { P as ParticipantList } from '../../index-
|
|
10
|
+
import { P as ParticipantList } from '../../index-db2b3752.js';
|
|
11
11
|
import '../../withSendbird.js';
|
|
12
|
-
import '../../_rollupPluginBabelHelpers-
|
|
12
|
+
import '../../_rollupPluginBabelHelpers-16667c95.js';
|
|
13
13
|
import '@sendbird/chat/openChannel';
|
|
14
|
-
import '../../uuid-
|
|
14
|
+
import '../../uuid-5399e6af.js';
|
|
15
15
|
import 'prop-types';
|
|
16
|
-
import '../../stringSet-
|
|
17
|
-
import '../../index-
|
|
18
|
-
import '../../tslib.es6-
|
|
16
|
+
import '../../stringSet-90d297f1.js';
|
|
17
|
+
import '../../index-8e552833.js';
|
|
18
|
+
import '../../tslib.es6-99c8fa97.js';
|
|
19
19
|
import '../../ui/Loader.js';
|
|
20
20
|
import './OpenChannelProfile.js';
|
|
21
21
|
import '../../ui/TextButton.js';
|
|
22
|
-
import '../../color-
|
|
22
|
+
import '../../color-36e07432.js';
|
|
23
23
|
import '../../ui/OpenChannelAvatar.js';
|
|
24
24
|
import '../../ui/Avatar.js';
|
|
25
25
|
import '../../ui/ImageRenderer.js';
|
|
26
|
-
import '../../utils-
|
|
26
|
+
import '../../utils-f30e00ac.js';
|
|
27
27
|
import './EditDetailsModal.js';
|
|
28
|
-
import '../../topics-
|
|
28
|
+
import '../../topics-354c1db2.js';
|
|
29
29
|
import '../../ui/Modal.js';
|
|
30
30
|
import 'react-dom';
|
|
31
|
-
import '../../index-
|
|
31
|
+
import '../../index-6c456a2e.js';
|
|
32
32
|
import '../../ui/Button.js';
|
|
33
33
|
import '../../ui/IconButton.js';
|
|
34
|
-
import '../../MediaQueryContext-
|
|
34
|
+
import '../../MediaQueryContext-94cfc605.js';
|
|
35
35
|
import '../../ui/Input.js';
|
|
36
36
|
import '../../ui/Accordion.js';
|
|
37
37
|
import '../../ui/AccordionGroup.js';
|
|
38
|
-
import '../../context-
|
|
39
|
-
import '../../utils-
|
|
38
|
+
import '../../context-fce7cc05.js';
|
|
39
|
+
import '../../utils-c17213bb.js';
|
|
40
40
|
import '../../ui/ContextMenu.js';
|
|
41
41
|
import '../../ui/SortByRow.js';
|
|
42
|
-
import '../../index-
|
|
42
|
+
import '../../index-c45e5f15.js';
|
|
43
43
|
import '../../utils/message/getOutgoingMessageState.js';
|
|
44
44
|
import '../../ui/UserListItem.js';
|
|
45
45
|
import '../../ui/MutedAvatarOverlay.js';
|
|
@@ -1,45 +1,45 @@
|
|
|
1
1
|
import React__default, { useState, useContext, useEffect, useCallback } from 'react';
|
|
2
|
-
import { a as LocalizationContext } from '../../LocalizationContext-
|
|
3
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from '../../index-
|
|
2
|
+
import { a as LocalizationContext } from '../../LocalizationContext-3c8d4888.js';
|
|
3
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../../index-19980ce5.js';
|
|
4
4
|
import Icon, { IconTypes, IconColors } from '../../ui/Icon.js';
|
|
5
5
|
import { useOpenChannelSettingsContext } from '../context.js';
|
|
6
6
|
import ChannelProfile from './OpenChannelProfile.js';
|
|
7
7
|
import Modal from '../../ui/Modal.js';
|
|
8
8
|
import useSendbirdStateContext from '../../useSendbirdStateContext.js';
|
|
9
|
-
import { U as UserListItem$1, P as ParticipantList } from '../../index-
|
|
9
|
+
import { U as UserListItem$1, P as ParticipantList } from '../../index-db2b3752.js';
|
|
10
10
|
import Accordion, { AccordionGroup } from '../../ui/Accordion.js';
|
|
11
11
|
import Button, { ButtonTypes, ButtonSizes } from '../../ui/Button.js';
|
|
12
12
|
import ContextMenu, { MenuItems, MenuItem } from '../../ui/ContextMenu.js';
|
|
13
13
|
import IconButton from '../../ui/IconButton.js';
|
|
14
|
-
import { a as __spreadArray, _ as __assign } from '../../tslib.es6-
|
|
14
|
+
import { a as __spreadArray, _ as __assign } from '../../tslib.es6-99c8fa97.js';
|
|
15
15
|
import UserListItem from '../../ui/UserListItem.js';
|
|
16
|
-
import { n as noop } from '../../utils-
|
|
17
|
-
import '../../stringSet-
|
|
18
|
-
import '../../index-
|
|
16
|
+
import { n as noop } from '../../utils-c17213bb.js';
|
|
17
|
+
import '../../stringSet-90d297f1.js';
|
|
18
|
+
import '../../index-8e552833.js';
|
|
19
19
|
import 'prop-types';
|
|
20
20
|
import '@sendbird/chat/openChannel';
|
|
21
|
-
import '../../UserProfileContext-
|
|
22
|
-
import '../../uuid-
|
|
21
|
+
import '../../UserProfileContext-e8063b05.js';
|
|
22
|
+
import '../../uuid-5399e6af.js';
|
|
23
23
|
import '../../withSendbird.js';
|
|
24
|
-
import '../../_rollupPluginBabelHelpers-
|
|
24
|
+
import '../../_rollupPluginBabelHelpers-16667c95.js';
|
|
25
25
|
import '../../ui/TextButton.js';
|
|
26
|
-
import '../../color-
|
|
26
|
+
import '../../color-36e07432.js';
|
|
27
27
|
import '../../ui/OpenChannelAvatar.js';
|
|
28
28
|
import '../../ui/Avatar.js';
|
|
29
29
|
import '../../ui/ImageRenderer.js';
|
|
30
|
-
import '../../utils-
|
|
30
|
+
import '../../utils-f30e00ac.js';
|
|
31
31
|
import './EditDetailsModal.js';
|
|
32
|
-
import '../../topics-
|
|
32
|
+
import '../../topics-354c1db2.js';
|
|
33
33
|
import '../../ui/Input.js';
|
|
34
34
|
import 'react-dom';
|
|
35
|
-
import '../../index-
|
|
36
|
-
import '../../MediaQueryContext-
|
|
37
|
-
import '../../context-
|
|
35
|
+
import '../../index-6c456a2e.js';
|
|
36
|
+
import '../../MediaQueryContext-94cfc605.js';
|
|
37
|
+
import '../../context-fce7cc05.js';
|
|
38
38
|
import '../../ui/UserProfile.js';
|
|
39
39
|
import '../../sendbirdSelectors.js';
|
|
40
40
|
import '../../ui/AccordionGroup.js';
|
|
41
41
|
import '../../ui/SortByRow.js';
|
|
42
|
-
import '../../index-
|
|
42
|
+
import '../../index-c45e5f15.js';
|
|
43
43
|
import '../../utils/message/getOutgoingMessageState.js';
|
|
44
44
|
import '../../ui/MutedAvatarOverlay.js';
|
|
45
45
|
import '../../ui/Checkbox.js';
|
|
@@ -1,36 +1,36 @@
|
|
|
1
|
-
import '../../tslib.es6-
|
|
1
|
+
import '../../tslib.es6-99c8fa97.js';
|
|
2
2
|
import 'react';
|
|
3
3
|
import '../../ui/Button.js';
|
|
4
4
|
import '../../ui/ContextMenu.js';
|
|
5
5
|
import '../../ui/Icon.js';
|
|
6
6
|
import '../../ui/IconButton.js';
|
|
7
|
-
import '../../index-
|
|
8
|
-
export { P as default } from '../../index-
|
|
9
|
-
import '../../LocalizationContext-
|
|
7
|
+
import '../../index-19980ce5.js';
|
|
8
|
+
export { P as default } from '../../index-db2b3752.js';
|
|
9
|
+
import '../../LocalizationContext-3c8d4888.js';
|
|
10
10
|
import '../context.js';
|
|
11
11
|
import '../../useSendbirdStateContext.js';
|
|
12
12
|
import 'prop-types';
|
|
13
|
-
import '../../stringSet-
|
|
13
|
+
import '../../stringSet-90d297f1.js';
|
|
14
14
|
import 'react-dom';
|
|
15
15
|
import '../../ui/SortByRow.js';
|
|
16
|
-
import '../../uuid-
|
|
17
|
-
import '../../index-
|
|
16
|
+
import '../../uuid-5399e6af.js';
|
|
17
|
+
import '../../index-c45e5f15.js';
|
|
18
18
|
import '../../utils/message/getOutgoingMessageState.js';
|
|
19
|
-
import '../../UserProfileContext-
|
|
20
|
-
import '../../context-
|
|
21
|
-
import '../../utils-
|
|
19
|
+
import '../../UserProfileContext-e8063b05.js';
|
|
20
|
+
import '../../context-fce7cc05.js';
|
|
21
|
+
import '../../utils-c17213bb.js';
|
|
22
22
|
import '../../ui/Avatar.js';
|
|
23
23
|
import '../../ui/ImageRenderer.js';
|
|
24
24
|
import '../../ui/UserProfile.js';
|
|
25
25
|
import '../../sendbirdSelectors.js';
|
|
26
|
-
import '../../topics-
|
|
27
|
-
import '../../index-
|
|
26
|
+
import '../../topics-354c1db2.js';
|
|
27
|
+
import '../../index-8e552833.js';
|
|
28
28
|
import '../../withSendbird.js';
|
|
29
|
-
import '../../_rollupPluginBabelHelpers-
|
|
29
|
+
import '../../_rollupPluginBabelHelpers-16667c95.js';
|
|
30
30
|
import '@sendbird/chat/openChannel';
|
|
31
31
|
import '../../ui/Modal.js';
|
|
32
|
-
import '../../index-
|
|
33
|
-
import '../../MediaQueryContext-
|
|
32
|
+
import '../../index-6c456a2e.js';
|
|
33
|
+
import '../../MediaQueryContext-94cfc605.js';
|
|
34
34
|
import '../../ui/UserListItem.js';
|
|
35
35
|
import '../../ui/MutedAvatarOverlay.js';
|
|
36
36
|
import '../../ui/Checkbox.js';
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import React__default, { useState, useEffect } from 'react';
|
|
2
2
|
import { OpenChannelHandler } from '@sendbird/chat/openChannel';
|
|
3
3
|
import useSendbirdStateContext from '../useSendbirdStateContext.js';
|
|
4
|
-
import { U as UserProfileProvider } from '../UserProfileContext-
|
|
5
|
-
import { u as uuidv4 } from '../uuid-
|
|
4
|
+
import { U as UserProfileProvider } from '../UserProfileContext-e8063b05.js';
|
|
5
|
+
import { u as uuidv4 } from '../uuid-5399e6af.js';
|
|
6
6
|
import '../withSendbird.js';
|
|
7
|
-
import '../_rollupPluginBabelHelpers-
|
|
7
|
+
import '../_rollupPluginBabelHelpers-16667c95.js';
|
|
8
8
|
import 'prop-types';
|
|
9
9
|
|
|
10
10
|
var OpenChannelSettingsContext = /*#__PURE__*/React__default.createContext(undefined);
|
package/OpenChannelSettings.js
CHANGED
|
@@ -3,42 +3,42 @@ import OpenChannelUI from './OpenChannelSettings/components/OpenChannelSettingsU
|
|
|
3
3
|
import { OpenChannelSettingsProvider } from './OpenChannelSettings/context.js';
|
|
4
4
|
import './useSendbirdStateContext.js';
|
|
5
5
|
import './withSendbird.js';
|
|
6
|
-
import './_rollupPluginBabelHelpers-
|
|
7
|
-
import './UserProfileContext-
|
|
6
|
+
import './_rollupPluginBabelHelpers-16667c95.js';
|
|
7
|
+
import './UserProfileContext-e8063b05.js';
|
|
8
8
|
import 'prop-types';
|
|
9
|
-
import './LocalizationContext-
|
|
10
|
-
import './stringSet-
|
|
11
|
-
import './index-
|
|
12
|
-
import './index-
|
|
9
|
+
import './LocalizationContext-3c8d4888.js';
|
|
10
|
+
import './stringSet-90d297f1.js';
|
|
11
|
+
import './index-8e552833.js';
|
|
12
|
+
import './index-19980ce5.js';
|
|
13
13
|
import './ui/Icon.js';
|
|
14
|
-
import './index-
|
|
15
|
-
import './tslib.es6-
|
|
14
|
+
import './index-1df05cfe.js';
|
|
15
|
+
import './tslib.es6-99c8fa97.js';
|
|
16
16
|
import './ui/Loader.js';
|
|
17
17
|
import './OpenChannelSettings/components/OperatorUI.js';
|
|
18
18
|
import './OpenChannelSettings/components/OpenChannelProfile.js';
|
|
19
19
|
import './ui/TextButton.js';
|
|
20
|
-
import './color-
|
|
20
|
+
import './color-36e07432.js';
|
|
21
21
|
import './ui/OpenChannelAvatar.js';
|
|
22
22
|
import './ui/Avatar.js';
|
|
23
23
|
import './ui/ImageRenderer.js';
|
|
24
|
-
import './uuid-
|
|
25
|
-
import './utils-
|
|
24
|
+
import './uuid-5399e6af.js';
|
|
25
|
+
import './utils-f30e00ac.js';
|
|
26
26
|
import './OpenChannelSettings/components/EditDetailsModal.js';
|
|
27
|
-
import './topics-
|
|
27
|
+
import './topics-354c1db2.js';
|
|
28
28
|
import './ui/Modal.js';
|
|
29
29
|
import 'react-dom';
|
|
30
|
-
import './index-
|
|
30
|
+
import './index-6c456a2e.js';
|
|
31
31
|
import './ui/Button.js';
|
|
32
32
|
import './ui/IconButton.js';
|
|
33
|
-
import './MediaQueryContext-
|
|
33
|
+
import './MediaQueryContext-94cfc605.js';
|
|
34
34
|
import './ui/Input.js';
|
|
35
|
-
import './index-
|
|
35
|
+
import './index-db2b3752.js';
|
|
36
36
|
import './ui/ContextMenu.js';
|
|
37
37
|
import './ui/SortByRow.js';
|
|
38
|
-
import './index-
|
|
38
|
+
import './index-c45e5f15.js';
|
|
39
39
|
import './utils/message/getOutgoingMessageState.js';
|
|
40
|
-
import './context-
|
|
41
|
-
import './utils-
|
|
40
|
+
import './context-fce7cc05.js';
|
|
41
|
+
import './utils-c17213bb.js';
|
|
42
42
|
import './ui/UserProfile.js';
|
|
43
43
|
import './sendbirdSelectors.js';
|
|
44
44
|
import '@sendbird/chat/openChannel';
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import React__default, { useContext } from 'react';
|
|
2
2
|
import Modal from './ui/Modal.js';
|
|
3
3
|
import { ButtonTypes } from './ui/Button.js';
|
|
4
|
-
import { a as LocalizationContext } from './LocalizationContext-
|
|
5
|
-
import { u as useThreadContext } from './ThreadProvider-
|
|
4
|
+
import { a as LocalizationContext } from './LocalizationContext-3c8d4888.js';
|
|
5
|
+
import { u as useThreadContext } from './ThreadProvider-ab67609d.js';
|
|
6
6
|
|
|
7
7
|
var RemoveMessage = function (props) {
|
|
8
8
|
var _a;
|
|
@@ -28,4 +28,4 @@ var RemoveMessage = function (props) {
|
|
|
28
28
|
};
|
|
29
29
|
|
|
30
30
|
export { RemoveMessage as R };
|
|
31
|
-
//# sourceMappingURL=RemoveMessageModal-
|
|
31
|
+
//# sourceMappingURL=RemoveMessageModal-26a3d52b.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RemoveMessageModal-
|
|
1
|
+
{"version":3,"file":"RemoveMessageModal-26a3d52b.js","sources":["../src/smart-components/Thread/components/RemoveMessageModal.tsx"],"sourcesContent":["import React, { useContext } from 'react';\n\nimport Modal from '../../../ui/Modal';\nimport { ButtonTypes } from '../../../ui/Button';\nimport { LocalizationContext } from '../../../lib/LocalizationContext';\nimport { useThreadContext } from '../context/ThreadProvider';\nimport { FileMessage, UserMessage } from '@sendbird/chat/message';\n\nexport interface RemoveMessageProps {\n onCancel: () => void; // rename to onClose\n onSubmit?: () => void;\n message: UserMessage | FileMessage;\n}\n\nconst RemoveMessage: React.FC<RemoveMessageProps> = (props: RemoveMessageProps) => {\n const {\n onCancel,\n onSubmit,\n message,\n } = props;\n const { stringSet } = useContext(LocalizationContext);\n const {\n deleteMessage,\n } = useThreadContext();\n return (\n <Modal\n type={ButtonTypes.DANGER}\n disabled={message?.threadInfo?.replyCount > 0}\n onCancel={onCancel}\n onSubmit={() => {\n deleteMessage(message).then(() => {\n onCancel?.();\n onSubmit?.();\n });\n }}\n submitText={stringSet.MESSAGE_MENU__DELETE}\n titleText={stringSet.MODAL__DELETE_MESSAGE__TITLE}\n />\n );\n};\n\nexport default RemoveMessage;\n"],"names":["RemoveMessage","props","onCancel","onSubmit","message","stringSet","useContext","LocalizationContext","deleteMessage","useThreadContext","React","ButtonTypes","DANGER","threadInfo","_a","replyCount","then","MESSAGE_MENU__DELETE","MODAL__DELETE_MESSAGE__TITLE"],"mappings":";;;;;;AAcA,IAAMA,aAAa,GAAiC,UAACC,KAAD,EAA0B;;;AAE1E,EAAA,IAAAC,QAAQ,GAGND,KAAK,CAAAC,QAHP;AAAA,MACAC,QAAQ,GAENF,KAAK,CAAAE,QAHP;AAAA,MAEAC,OAAO,GACLH,KAAK,QAHP,CAAA;AAIM,EAAA,IAAAI,SAAS,GAAKC,UAAU,CAACC,mBAAD,CAAV,UAAd,CAAA;AAEN,EAAA,IAAAC,aAAa,GACXC,gBAAgB,EAAA,cADlB,CAAA;AAEF,EAAA,oBACEC,6BAAC,KAAD,EAAA;IACE,IAAI,EAAEC,WAAW,CAACC,MADpB;AAEE,IAAA,QAAQ,EAAE,CAAA,MAAAR,OAAO,KAAA,IAAP,IAAAA,OAAO,KAAA,KAAA,CAAP,GAAO,KAAA,CAAP,GAAAA,OAAO,CAAES,UAAT,MAAqB,IAArB,IAAqBC,EAAA,KAAA,KAAA,CAArB,GAAqB,KAAA,CAArB,GAAqBA,EAAA,CAAAC,UAArB,IAAkC,CAF9C;AAGE,IAAA,QAAQ,EAAEb,QAHZ;AAIE,IAAA,QAAQ,EAAE,YAAA;AACRM,MAAAA,aAAa,CAACJ,OAAD,CAAb,CAAuBY,IAAvB,CAA4B,YAAA;AAC1Bd,QAAAA,QAAQ,KAAR,IAAA,IAAAA,QAAQ,KAAR,KAAA,CAAA,GAAA,KAAA,CAAA,GAAAA,QAAQ,EAAR,CAAA;AACAC,QAAAA,QAAQ,KAAR,IAAA,IAAAA,QAAQ,KAAR,KAAA,CAAA,GAAA,KAAA,CAAA,GAAAA,QAAQ,EAAR,CAAA;OAFF,CAAA,CAAA;KALJ;IAUE,UAAU,EAAEE,SAAS,CAACY,oBAVxB;IAWE,SAAS,EAAEZ,SAAS,CAACa,4BAAAA;GAZzB,CAAA,CAAA;AAeD;;;;"}
|
package/SendbirdProvider.js
CHANGED
|
@@ -1,27 +1,27 @@
|
|
|
1
|
-
import { _ as _objectSpread2 } from './_rollupPluginBabelHelpers-
|
|
1
|
+
import { _ as _objectSpread2 } from './_rollupPluginBabelHelpers-16667c95.js';
|
|
2
2
|
import React__default, { useLayoutEffect, useState, useEffect, useReducer } from 'react';
|
|
3
3
|
import PropTypes from 'prop-types';
|
|
4
4
|
import { SendbirdSdkContext } from './withSendbird.js';
|
|
5
5
|
import SendbirdChat, { ConnectionHandler } from '@sendbird/chat';
|
|
6
6
|
import { OpenChannelModule } from '@sendbird/chat/openChannel';
|
|
7
7
|
import { GroupChannelModule } from '@sendbird/chat/groupChannel';
|
|
8
|
-
import { R as RESET_USER, I as INIT_USER, U as UPDATE_USER_INFO } from './actionTypes-
|
|
9
|
-
import { i as isTextuallyNull } from './index-
|
|
10
|
-
import { _ as __assign } from './tslib.es6-
|
|
8
|
+
import { R as RESET_USER, I as INIT_USER, U as UPDATE_USER_INFO } from './actionTypes-f4aea3af.js';
|
|
9
|
+
import { i as isTextuallyNull } from './index-c45e5f15.js';
|
|
10
|
+
import { _ as __assign } from './tslib.es6-99c8fa97.js';
|
|
11
11
|
import cssVars from 'css-vars-ponyfill';
|
|
12
|
-
import { u as uuidv4 } from './uuid-
|
|
13
|
-
import { L as LocalizationProvider } from './LocalizationContext-
|
|
14
|
-
import { M as MediaQueryProvider } from './MediaQueryContext-
|
|
15
|
-
import { g as getStringSet } from './stringSet-
|
|
12
|
+
import { u as uuidv4 } from './uuid-5399e6af.js';
|
|
13
|
+
import { L as LocalizationProvider } from './LocalizationContext-3c8d4888.js';
|
|
14
|
+
import { M as MediaQueryProvider } from './MediaQueryContext-94cfc605.js';
|
|
15
|
+
import { g as getStringSet } from './stringSet-90d297f1.js';
|
|
16
16
|
import './utils/message/getOutgoingMessageState.js';
|
|
17
|
-
import './index-
|
|
17
|
+
import './index-8e552833.js';
|
|
18
18
|
|
|
19
19
|
const INIT_SDK = 'INIT_SDK';
|
|
20
20
|
const SET_SDK_LOADING = 'SET_SDK_LOADING';
|
|
21
21
|
const RESET_SDK = 'RESET_SDK';
|
|
22
22
|
const SDK_ERROR = 'SDK_ERROR';
|
|
23
23
|
|
|
24
|
-
const APP_VERSION_STRING = '3.3.2
|
|
24
|
+
const APP_VERSION_STRING = '3.3.2';
|
|
25
25
|
const disconnectSdk = _ref => {
|
|
26
26
|
let {
|
|
27
27
|
sdkDispatcher,
|