@sendbird/uikit-react 3.5.0-mobile-rc-2 → 3.5.0-mobile-rc-4
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 +63 -59
- package/App.js.map +1 -1
- package/Channel/components/ChannelHeader.js +19 -18
- package/Channel/components/ChannelHeader.js.map +1 -1
- package/Channel/components/ChannelUI.js +43 -42
- package/Channel/components/ChannelUI.js.map +1 -1
- package/Channel/components/FileViewer.js +15 -14
- package/Channel/components/FileViewer.js.map +1 -1
- package/Channel/components/FrozenNotification.js +4 -4
- package/Channel/components/Message.js +37 -35
- package/Channel/components/Message.js.map +1 -1
- package/Channel/components/MessageInput.js +29 -27
- package/Channel/components/MessageInput.js.map +1 -1
- package/Channel/components/MessageList.js +37 -36
- package/Channel/components/MessageList.js.map +1 -1
- package/Channel/components/RemoveMessageModal.js +17 -16
- package/Channel/components/RemoveMessageModal.js.map +1 -1
- package/Channel/components/SuggestedMentionList.js +17 -16
- package/Channel/components/SuggestedMentionList.js.map +1 -1
- package/Channel/components/TypingIndicator.js +15 -14
- package/Channel/components/TypingIndicator.js.map +1 -1
- package/Channel/components/UnreadCount.js +4 -4
- package/Channel/context.js +12 -11
- package/Channel/context.js.map +1 -1
- package/Channel.js +41 -40
- package/Channel.js.map +1 -1
- package/ChannelList/components/AddChannel.js +14 -14
- package/ChannelList/components/ChannelListHeader.js +6 -6
- package/ChannelList/components/ChannelListUI.js +30 -29
- package/ChannelList/components/ChannelListUI.js.map +1 -1
- package/ChannelList/components/ChannelPreview.js +26 -25
- package/ChannelList/components/ChannelPreview.js.map +1 -1
- package/ChannelList/components/ChannelPreviewAction.js +13 -13
- package/ChannelList/context.js +7 -7
- package/ChannelList.js +30 -29
- package/ChannelList.js.map +1 -1
- package/{ChannelListProvider-f4c0aff6.js → ChannelListProvider-f765be02.js} +7 -7
- package/{ChannelListProvider-f4c0aff6.js.map → ChannelListProvider-f765be02.js.map} +1 -1
- package/{ChannelProvider-b87f8785.js → ChannelProvider-fa290b6f.js} +19 -21
- package/ChannelProvider-fa290b6f.js.map +1 -0
- package/ChannelSettings/components/ChannelProfile.js +11 -11
- package/ChannelSettings/components/ChannelSettingsUI.js +17 -17
- package/ChannelSettings/components/EditDetailsModal.js +11 -11
- package/ChannelSettings/components/LeaveChannel.js +11 -11
- package/ChannelSettings/components/ModerationPanel.js +14 -14
- package/ChannelSettings/components/UserListItem.js +10 -10
- package/ChannelSettings/components/UserPanel.js +13 -13
- package/ChannelSettings/context.js +3 -3
- package/ChannelSettings.js +17 -17
- package/CreateChannel/components/CreateChannelUI.js +13 -13
- package/CreateChannel/components/InviteUsers.js +13 -13
- package/CreateChannel/components/SelectChannelType.js +10 -10
- package/CreateChannel/context.js +4 -4
- package/CreateChannel.js +13 -13
- package/{CreateChannelProvider-d1d6157f.js → CreateChannelProvider-121560fb.js} +1 -1
- package/{CreateChannelProvider-d1d6157f.js.map → CreateChannelProvider-121560fb.js.map} +1 -1
- package/CreateOpenChannel/components/CreateOpenChannelUI.js +9 -9
- package/CreateOpenChannel/context.js +1 -1
- package/CreateOpenChannel.js +9 -9
- package/EditUserProfile/components/EditUserProfileUI.js +12 -12
- package/EditUserProfile.js +12 -12
- package/{LocalizationContext-98745624.js → LocalizationContext-98d0f9ef.js} +3 -3
- package/{LocalizationContext-98745624.js.map → LocalizationContext-98d0f9ef.js.map} +1 -1
- package/{MediaQueryContext-6d766662.js → MediaQueryContext-08f242eb.js} +1 -2
- package/MediaQueryContext-08f242eb.js.map +1 -0
- package/{MemberList-bf2773a4.js → MemberList-aa2b532d.js} +5 -5
- package/{MemberList-bf2773a4.js.map → MemberList-aa2b532d.js.map} +1 -1
- package/MessageSearch/components/MessageSearchUI.js +11 -11
- package/MessageSearch/context.js +1 -1
- package/MessageSearch.js +11 -11
- package/OpenChannel/components/FrozenChannelNotification.js +4 -4
- package/OpenChannel/components/OpenChannelHeader.js +12 -12
- package/OpenChannel/components/OpenChannelInput.js +22 -20
- package/OpenChannel/components/OpenChannelInput.js.map +1 -1
- package/OpenChannel/components/OpenChannelMessage.js +29 -28
- package/OpenChannel/components/OpenChannelMessage.js.map +1 -1
- package/OpenChannel/components/OpenChannelMessageList.js +31 -31
- package/OpenChannel/components/OpenChannelUI.js +31 -31
- package/OpenChannel/context.js +8 -8
- package/OpenChannel.js +33 -33
- package/OpenChannelList/components/OpenChannelListUI.js +13 -13
- package/OpenChannelList/components/OpenChannelPreview.js +3 -3
- package/OpenChannelList/context.js +3 -3
- package/OpenChannelList.js +13 -13
- package/{OpenChannelListProvider-bf89d8f0.js → OpenChannelListProvider-f73b2d55.js} +3 -3
- package/{OpenChannelListProvider-bf89d8f0.js.map → OpenChannelListProvider-f73b2d55.js.map} +1 -1
- package/{OpenChannelProvider-7d82340b.js → OpenChannelProvider-f7a70c1c.js} +7 -7
- package/{OpenChannelProvider-7d82340b.js.map → OpenChannelProvider-f7a70c1c.js.map} +1 -1
- package/OpenChannelSettings/components/EditDetailsModal.js +12 -12
- package/OpenChannelSettings/components/OpenChannelProfile.js +12 -12
- package/OpenChannelSettings/components/OpenChannelSettingsUI.js +17 -17
- package/OpenChannelSettings/components/OperatorUI.js +16 -16
- package/OpenChannelSettings/components/ParticipantUI.js +14 -14
- package/OpenChannelSettings/context.js +3 -3
- package/OpenChannelSettings.js +17 -17
- package/{RemoveMessageModal-150f000c.js → RemoveMessageModal-d00083f8.js} +3 -3
- package/{RemoveMessageModal-150f000c.js.map → RemoveMessageModal-d00083f8.js.map} +1 -1
- package/SendbirdProvider.js +31 -207
- package/SendbirdProvider.js.map +1 -1
- package/Thread/components/ParentMessageInfo.js +34 -32
- package/Thread/components/ParentMessageInfo.js.map +1 -1
- package/Thread/components/ParentMessageInfoItem.js +21 -21
- package/Thread/components/ThreadHeader.js +6 -6
- package/Thread/components/ThreadList.js +36 -35
- package/Thread/components/ThreadList.js.map +1 -1
- package/Thread/components/ThreadListItem.js +37 -35
- package/Thread/components/ThreadListItem.js.map +1 -1
- package/Thread/components/ThreadMessageInput.js +30 -28
- package/Thread/components/ThreadMessageInput.js.map +1 -1
- package/Thread/components/ThreadUI.js +40 -39
- package/Thread/components/ThreadUI.js.map +1 -1
- package/Thread/context.js +8 -8
- package/Thread.js +40 -39
- package/Thread.js.map +1 -1
- package/{ThreadProvider-4da093f0.js → ThreadProvider-29ee3fd4.js} +7 -7
- package/{ThreadProvider-4da093f0.js.map → ThreadProvider-29ee3fd4.js.map} +1 -1
- package/{UserProfileContext-ce4a3d51.js → UserProfileContext-876edecc.js} +1 -1
- package/{UserProfileContext-ce4a3d51.js.map → UserProfileContext-876edecc.js.map} +1 -1
- package/{VoiceMessageInputWrapper-f6ffe284.js → VoiceMessageInputWrapper-0edc0592.js} +7 -7
- package/{VoiceMessageInputWrapper-f6ffe284.js.map → VoiceMessageInputWrapper-0edc0592.js.map} +1 -1
- package/VoicePlayer/context.js +3 -3
- package/VoicePlayer/useVoicePlayer.js +9 -9
- package/VoiceRecorder/context.js +9 -9
- package/VoiceRecorder/useVoiceRecorder.js +8 -8
- package/{WebAudioUtils-f0cd04f9.js → WebAudioUtils-77bc634e.js} +1 -1
- package/{WebAudioUtils-f0cd04f9.js.map → WebAudioUtils-77bc634e.js.map} +1 -1
- package/{_rollupPluginBabelHelpers-447283c1.js → _rollupPluginBabelHelpers-67b8fcb1.js} +1 -1
- package/_rollupPluginBabelHelpers-67b8fcb1.js.map +1 -0
- package/{actionTypes-79c91098.js → actionTypes-f6ad76a3.js} +1 -1
- package/{actionTypes-79c91098.js.map → actionTypes-f6ad76a3.js.map} +1 -1
- package/cjs/App.js +63 -59
- package/cjs/App.js.map +1 -1
- package/cjs/Channel/components/ChannelHeader.js +19 -18
- package/cjs/Channel/components/ChannelHeader.js.map +1 -1
- package/cjs/Channel/components/ChannelUI.js +43 -42
- package/cjs/Channel/components/ChannelUI.js.map +1 -1
- package/cjs/Channel/components/FileViewer.js +15 -14
- package/cjs/Channel/components/FileViewer.js.map +1 -1
- package/cjs/Channel/components/FrozenNotification.js +4 -4
- package/cjs/Channel/components/Message.js +37 -35
- package/cjs/Channel/components/Message.js.map +1 -1
- package/cjs/Channel/components/MessageInput.js +29 -27
- package/cjs/Channel/components/MessageInput.js.map +1 -1
- package/cjs/Channel/components/MessageList.js +37 -36
- package/cjs/Channel/components/MessageList.js.map +1 -1
- package/cjs/Channel/components/RemoveMessageModal.js +17 -16
- package/cjs/Channel/components/RemoveMessageModal.js.map +1 -1
- package/cjs/Channel/components/SuggestedMentionList.js +17 -16
- package/cjs/Channel/components/SuggestedMentionList.js.map +1 -1
- package/cjs/Channel/components/TypingIndicator.js +15 -14
- package/cjs/Channel/components/TypingIndicator.js.map +1 -1
- package/cjs/Channel/components/UnreadCount.js +4 -4
- package/cjs/Channel/context.js +12 -12
- package/cjs/Channel.js +41 -40
- package/cjs/Channel.js.map +1 -1
- package/cjs/ChannelList/components/AddChannel.js +14 -14
- package/cjs/ChannelList/components/ChannelListHeader.js +6 -6
- package/cjs/ChannelList/components/ChannelListUI.js +30 -29
- package/cjs/ChannelList/components/ChannelListUI.js.map +1 -1
- package/cjs/ChannelList/components/ChannelPreview.js +26 -25
- package/cjs/ChannelList/components/ChannelPreview.js.map +1 -1
- package/cjs/ChannelList/components/ChannelPreviewAction.js +13 -13
- package/cjs/ChannelList/context.js +7 -7
- package/cjs/ChannelList.js +30 -29
- package/cjs/ChannelList.js.map +1 -1
- package/cjs/{ChannelListProvider-9d957501.js → ChannelListProvider-bb4a7d35.js} +7 -7
- package/cjs/{ChannelListProvider-9d957501.js.map → ChannelListProvider-bb4a7d35.js.map} +1 -1
- package/cjs/{ChannelProvider-922c546f.js → ChannelProvider-29c98b93.js} +18 -21
- package/cjs/ChannelProvider-29c98b93.js.map +1 -0
- package/cjs/ChannelSettings/components/ChannelProfile.js +11 -11
- package/cjs/ChannelSettings/components/ChannelSettingsUI.js +17 -17
- package/cjs/ChannelSettings/components/EditDetailsModal.js +11 -11
- package/cjs/ChannelSettings/components/LeaveChannel.js +11 -11
- package/cjs/ChannelSettings/components/ModerationPanel.js +14 -14
- package/cjs/ChannelSettings/components/UserListItem.js +10 -10
- package/cjs/ChannelSettings/components/UserPanel.js +13 -13
- package/cjs/ChannelSettings/context.js +3 -3
- package/cjs/ChannelSettings.js +17 -17
- package/cjs/CreateChannel/components/CreateChannelUI.js +13 -13
- package/cjs/CreateChannel/components/InviteUsers.js +13 -13
- package/cjs/CreateChannel/components/SelectChannelType.js +10 -10
- package/cjs/CreateChannel/context.js +4 -4
- package/cjs/CreateChannel.js +13 -13
- package/cjs/{CreateChannelProvider-229e7f71.js → CreateChannelProvider-e7a69d9e.js} +1 -1
- package/cjs/{CreateChannelProvider-229e7f71.js.map → CreateChannelProvider-e7a69d9e.js.map} +1 -1
- package/cjs/CreateOpenChannel/components/CreateOpenChannelUI.js +9 -9
- package/cjs/CreateOpenChannel/context.js +1 -1
- package/cjs/CreateOpenChannel.js +9 -9
- package/cjs/EditUserProfile/components/EditUserProfileUI.js +12 -12
- package/cjs/EditUserProfile.js +12 -12
- package/cjs/{LocalizationContext-08e5c17b.js → LocalizationContext-5077fe4a.js} +3 -3
- package/cjs/{LocalizationContext-08e5c17b.js.map → LocalizationContext-5077fe4a.js.map} +1 -1
- package/cjs/{MediaQueryContext-456e731e.js → MediaQueryContext-734ae1c9.js} +1 -2
- package/cjs/MediaQueryContext-734ae1c9.js.map +1 -0
- package/cjs/{MemberList-cbb81b79.js → MemberList-e2cecad9.js} +5 -5
- package/cjs/{MemberList-cbb81b79.js.map → MemberList-e2cecad9.js.map} +1 -1
- package/cjs/MessageSearch/components/MessageSearchUI.js +11 -11
- package/cjs/MessageSearch/context.js +1 -1
- package/cjs/MessageSearch.js +11 -11
- package/cjs/OpenChannel/components/FrozenChannelNotification.js +4 -4
- package/cjs/OpenChannel/components/OpenChannelHeader.js +12 -12
- package/cjs/OpenChannel/components/OpenChannelInput.js +22 -20
- package/cjs/OpenChannel/components/OpenChannelInput.js.map +1 -1
- package/cjs/OpenChannel/components/OpenChannelMessage.js +29 -28
- package/cjs/OpenChannel/components/OpenChannelMessage.js.map +1 -1
- package/cjs/OpenChannel/components/OpenChannelMessageList.js +31 -31
- package/cjs/OpenChannel/components/OpenChannelUI.js +31 -31
- package/cjs/OpenChannel/context.js +8 -8
- package/cjs/OpenChannel.js +33 -33
- package/cjs/OpenChannelList/components/OpenChannelListUI.js +13 -13
- package/cjs/OpenChannelList/components/OpenChannelPreview.js +3 -3
- package/cjs/OpenChannelList/context.js +3 -3
- package/cjs/OpenChannelList.js +13 -13
- package/cjs/{OpenChannelListProvider-f20fba00.js → OpenChannelListProvider-fd66f73c.js} +3 -3
- package/cjs/{OpenChannelListProvider-f20fba00.js.map → OpenChannelListProvider-fd66f73c.js.map} +1 -1
- package/cjs/{OpenChannelProvider-d9241f7b.js → OpenChannelProvider-26aa8a5b.js} +7 -7
- package/cjs/{OpenChannelProvider-d9241f7b.js.map → OpenChannelProvider-26aa8a5b.js.map} +1 -1
- package/cjs/OpenChannelSettings/components/EditDetailsModal.js +12 -12
- package/cjs/OpenChannelSettings/components/OpenChannelProfile.js +12 -12
- package/cjs/OpenChannelSettings/components/OpenChannelSettingsUI.js +17 -17
- package/cjs/OpenChannelSettings/components/OperatorUI.js +16 -16
- package/cjs/OpenChannelSettings/components/ParticipantUI.js +14 -14
- package/cjs/OpenChannelSettings/context.js +3 -3
- package/cjs/OpenChannelSettings.js +17 -17
- package/cjs/{RemoveMessageModal-4893cb9d.js → RemoveMessageModal-38dcf5d3.js} +3 -3
- package/cjs/{RemoveMessageModal-4893cb9d.js.map → RemoveMessageModal-38dcf5d3.js.map} +1 -1
- package/cjs/SendbirdProvider.js +32 -208
- package/cjs/SendbirdProvider.js.map +1 -1
- package/cjs/Thread/components/ParentMessageInfo.js +34 -32
- package/cjs/Thread/components/ParentMessageInfo.js.map +1 -1
- package/cjs/Thread/components/ParentMessageInfoItem.js +21 -21
- package/cjs/Thread/components/ThreadHeader.js +6 -6
- package/cjs/Thread/components/ThreadList.js +36 -35
- package/cjs/Thread/components/ThreadList.js.map +1 -1
- package/cjs/Thread/components/ThreadListItem.js +37 -35
- package/cjs/Thread/components/ThreadListItem.js.map +1 -1
- package/cjs/Thread/components/ThreadMessageInput.js +30 -28
- package/cjs/Thread/components/ThreadMessageInput.js.map +1 -1
- package/cjs/Thread/components/ThreadUI.js +40 -39
- package/cjs/Thread/components/ThreadUI.js.map +1 -1
- package/cjs/Thread/context.js +8 -8
- package/cjs/Thread.js +40 -39
- package/cjs/Thread.js.map +1 -1
- package/cjs/{ThreadProvider-11d14c8b.js → ThreadProvider-4c69290e.js} +7 -7
- package/cjs/{ThreadProvider-11d14c8b.js.map → ThreadProvider-4c69290e.js.map} +1 -1
- package/cjs/{UserProfileContext-7a6236bc.js → UserProfileContext-c4f05bb0.js} +1 -1
- package/cjs/{UserProfileContext-7a6236bc.js.map → UserProfileContext-c4f05bb0.js.map} +1 -1
- package/cjs/{VoiceMessageInputWrapper-42361701.js → VoiceMessageInputWrapper-df54ab5c.js} +7 -7
- package/cjs/{VoiceMessageInputWrapper-42361701.js.map → VoiceMessageInputWrapper-df54ab5c.js.map} +1 -1
- package/cjs/VoicePlayer/context.js +3 -3
- package/cjs/VoicePlayer/useVoicePlayer.js +9 -9
- package/cjs/VoiceRecorder/context.js +9 -9
- package/cjs/VoiceRecorder/useVoiceRecorder.js +8 -8
- package/cjs/{WebAudioUtils-1c3089ae.js → WebAudioUtils-8d1d54b9.js} +1 -1
- package/cjs/{WebAudioUtils-1c3089ae.js.map → WebAudioUtils-8d1d54b9.js.map} +1 -1
- package/cjs/{_rollupPluginBabelHelpers-36df1dd2.js → _rollupPluginBabelHelpers-adf1aba0.js} +1 -1
- package/cjs/_rollupPluginBabelHelpers-adf1aba0.js.map +1 -0
- package/cjs/{actionTypes-a970787b.js → actionTypes-9bcfb089.js} +1 -1
- package/cjs/{actionTypes-a970787b.js.map → actionTypes-9bcfb089.js.map} +1 -1
- package/cjs/{color-529206b1.js → color-baf4f7ac.js} +1 -1
- package/cjs/{color-529206b1.js.map → color-baf4f7ac.js.map} +1 -1
- package/cjs/{compareIds-bce52f6f.js → compareIds-1cba4056.js} +1 -1
- package/cjs/{compareIds-bce52f6f.js.map → compareIds-1cba4056.js.map} +1 -1
- package/cjs/{const-f45b8147.js → const-66f2367d.js} +1 -1
- package/cjs/{const-f45b8147.js.map → const-66f2367d.js.map} +1 -1
- package/cjs/{const-12d439f2.js → const-7dbc9e4e.js} +1 -1
- package/cjs/{const-12d439f2.js.map → const-7dbc9e4e.js.map} +1 -1
- package/cjs/{consts-e2998e23.js → consts-016d7043.js} +1 -1
- package/cjs/{consts-e2998e23.js.map → consts-016d7043.js.map} +1 -1
- package/cjs/{consts-513030e5.js → consts-117364e2.js} +1 -1
- package/cjs/{consts-513030e5.js.map → consts-117364e2.js.map} +1 -1
- package/cjs/{consts-47075b32.js → consts-a96b7d38.js} +1 -1
- package/cjs/{consts-47075b32.js.map → consts-a96b7d38.js.map} +1 -1
- package/cjs/{consts-df560049.js → consts-b8abaa6f.js} +1 -1
- package/cjs/{consts-df560049.js.map → consts-b8abaa6f.js.map} +1 -1
- package/cjs/{context-197da590.js → context-2a4c2d22.js} +2 -2
- package/cjs/{context-197da590.js.map → context-2a4c2d22.js.map} +1 -1
- package/cjs/dist/index.css +56 -56
- package/cjs/dist/index.css.map +1 -1
- package/cjs/{index-7eab3b18.js → index-147cf333.js} +2 -2
- package/cjs/{index-7eab3b18.js.map → index-147cf333.js.map} +1 -1
- package/cjs/{index-bed4f92e.js → index-16555e69.js} +4 -4
- package/cjs/{index-bed4f92e.js.map → index-16555e69.js.map} +1 -1
- package/cjs/{index-d246f067.js → index-17d4f887.js} +3 -3
- package/cjs/{index-d246f067.js.map → index-17d4f887.js.map} +1 -1
- package/cjs/{index-dc79adcc.js → index-36f8250f.js} +2 -2
- package/cjs/{index-dc79adcc.js.map → index-36f8250f.js.map} +1 -1
- package/cjs/{index-43dc753a.js → index-53273d37.js} +1 -1
- package/cjs/{index-43dc753a.js.map → index-53273d37.js.map} +1 -1
- package/cjs/{index-3ca314da.js → index-549994d9.js} +4 -4
- package/cjs/{index-3ca314da.js.map → index-549994d9.js.map} +1 -1
- package/cjs/{index-66390034.js → index-621e3015.js} +1 -1
- package/cjs/{index-66390034.js.map → index-621e3015.js.map} +1 -1
- package/cjs/{index-00dd60e1.js → index-a47e4fd8.js} +6 -6
- package/cjs/{index-00dd60e1.js.map → index-a47e4fd8.js.map} +1 -1
- package/cjs/{index-afdcc71c.js → index-bde9599e.js} +2 -2
- package/cjs/{index-afdcc71c.js.map → index-bde9599e.js.map} +1 -1
- package/cjs/{index-cf54e45c.js → index-d4e18bf9.js} +2 -2
- package/cjs/{index-cf54e45c.js.map → index-d4e18bf9.js.map} +1 -1
- package/cjs/{index-963a1cb0.js → index-e7a4c994.js} +2 -2
- package/cjs/{index-963a1cb0.js.map → index-e7a4c994.js.map} +1 -1
- package/cjs/{index-738bdba1.js → index-eb15a4ee.js} +6 -6
- package/cjs/{index-738bdba1.js.map → index-eb15a4ee.js.map} +1 -1
- package/cjs/{index-5dd3d0d6.js → index-eb9a1faa.js} +3 -3
- package/cjs/{index-5dd3d0d6.js.map → index-eb9a1faa.js.map} +1 -1
- package/cjs/{index-ffb65641.js → index-f14cc718.js} +5 -5
- package/cjs/{index-ffb65641.js.map → index-f14cc718.js.map} +1 -1
- package/cjs/{index-2c2b84d3.js → index-f530a2c2.js} +4 -4
- package/cjs/{index-2c2b84d3.js.map → index-f530a2c2.js.map} +1 -1
- package/cjs/{index-7f58f1fb.js → index-f74334ce.js} +3 -3
- package/cjs/{index-7f58f1fb.js.map → index-f74334ce.js.map} +1 -1
- package/cjs/{index-0f0d9993.js → index-fc4eaae0.js} +2 -2
- package/cjs/{index-0f0d9993.js.map → index-fc4eaae0.js.map} +1 -1
- package/cjs/index.js +53 -51
- package/cjs/index.js.map +1 -1
- package/cjs/{index.module-76c961aa.js → index.module-d0516000.js} +1 -1
- package/cjs/{index.module-76c961aa.js.map → index.module-d0516000.js.map} +1 -1
- package/cjs/resolvedReplyType-96f32c03.js +32 -0
- package/cjs/resolvedReplyType-96f32c03.js.map +1 -0
- package/cjs/sendbirdSelectors.js +3 -3
- package/cjs/{stringSet-f096ea52.js → stringSet-69ca82fa.js} +1 -1
- package/cjs/{stringSet-f096ea52.js.map → stringSet-69ca82fa.js.map} +1 -1
- package/cjs/{tokenize-64ea0c48.js → tokenize-2bf879b9.js} +2 -2
- package/cjs/{tokenize-64ea0c48.js.map → tokenize-2bf879b9.js.map} +1 -1
- package/cjs/{topics-3c26f8b2.js → topics-0c78e863.js} +1 -1
- package/cjs/{topics-3c26f8b2.js.map → topics-0c78e863.js.map} +1 -1
- package/cjs/{types-81799612.js → types-0c970a08.js} +1 -1
- package/cjs/types-0c970a08.js.map +1 -0
- package/cjs/ui/Accordion.js +2 -2
- package/cjs/ui/AccordionGroup.js +2 -2
- package/cjs/ui/AdminMessage.js +2 -2
- package/cjs/ui/Avatar.js +1 -1
- package/cjs/ui/Badge.js +4 -4
- package/cjs/ui/BottomSheet.js +1 -1
- package/cjs/ui/Button.js +2 -2
- package/cjs/ui/ChannelAvatar.js +2 -2
- package/cjs/ui/ConnectionStatus.js +4 -4
- package/cjs/ui/ContextMenu.js +5 -5
- package/cjs/ui/DateSeparator.js +3 -3
- package/cjs/ui/EmojiReactions.js +13 -13
- package/cjs/ui/FileMessageItemBody.js +6 -6
- package/cjs/ui/FileViewer.js +8 -8
- package/cjs/ui/IconButton.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/MentionLabel.js +10 -10
- package/cjs/ui/MentionUserLabel.js +1 -1
- package/cjs/ui/MessageContent.js +28 -28
- package/cjs/ui/MessageInput.js +70 -17
- package/cjs/ui/MessageInput.js.map +1 -1
- package/cjs/ui/MessageItemMenu.js +8 -8
- package/cjs/ui/MessageItemReactionMenu.js +8 -8
- package/cjs/ui/MessageSearchFileItem.js +10 -10
- package/cjs/ui/MessageSearchItem.js +8 -8
- package/cjs/ui/MessageStatus.js +10 -10
- package/cjs/ui/Modal.js +7 -7
- package/cjs/ui/OGMessageItemBody.js +14 -14
- package/cjs/ui/OpenChannelAdminMessage.js +2 -2
- package/cjs/ui/OpenChannelAvatar.js +5 -5
- package/cjs/ui/OpenchannelConversationHeader.js +6 -6
- package/cjs/ui/OpenchannelFileMessage.js +15 -15
- package/cjs/ui/OpenchannelOGMessage.js +18 -18
- package/cjs/ui/OpenchannelThumbnailMessage.js +14 -14
- package/cjs/ui/OpenchannelUserMessage.js +15 -15
- package/cjs/ui/PlaceHolder.js +5 -5
- package/cjs/ui/PlaybackTime.js +2 -2
- package/cjs/ui/QuoteMessage.js +6 -6
- package/cjs/ui/QuoteMessageInput.js +6 -6
- package/cjs/ui/ReactionBadge.js +2 -2
- package/cjs/ui/ReactionButton.js +4 -4
- package/cjs/ui/SortByRow.js +1 -1
- package/cjs/ui/TextButton.js +1 -1
- package/cjs/ui/TextMessageItemBody.js +14 -14
- package/cjs/ui/ThreadReplies.js +5 -5
- package/cjs/ui/ThumbnailMessageItemBody.js +5 -5
- package/cjs/ui/Toggle.js +1 -1
- package/cjs/ui/Tooltip.js +2 -2
- package/cjs/ui/UnknownMessageItemBody.js +6 -6
- package/cjs/ui/UserListItem.js +10 -10
- package/cjs/ui/UserProfile.js +9 -9
- package/cjs/ui/VoiceMessageItemBody.js +9 -9
- package/cjs/ui/VoiceMessgeInput.js +7 -7
- package/cjs/ui/Word.js +10 -10
- package/cjs/{useDirtyGetMentions-35357ca8.js → useDirtyGetMentions-80611147.js} +1 -1
- package/cjs/{useDirtyGetMentions-35357ca8.js.map → useDirtyGetMentions-80611147.js.map} +1 -1
- package/cjs/{useLongPress-a69973fa.js → useLongPress-d1ebf7be.js} +3 -3
- package/cjs/{useLongPress-a69973fa.js.map → useLongPress-d1ebf7be.js.map} +1 -1
- package/cjs/useSendbirdStateContext.js +1 -1
- package/cjs/utils/message/isVoiceMessage.js +2 -2
- package/cjs/{utils-16920dec.js → utils-26f6ba66.js} +1 -1
- package/cjs/{utils-16920dec.js.map → utils-26f6ba66.js.map} +1 -1
- package/cjs/{utils-f4aa815e.js → utils-399e42e0.js} +1 -1
- package/cjs/{utils-f4aa815e.js.map → utils-399e42e0.js.map} +1 -1
- package/cjs/{utils-7e57a1c0.js → utils-4123016b.js} +2 -2
- package/cjs/{utils-7e57a1c0.js.map → utils-4123016b.js.map} +1 -1
- package/cjs/{utils-43f12430.js → utils-863d8360.js} +1 -1
- package/cjs/{utils-43f12430.js.map → utils-863d8360.js.map} +1 -1
- package/cjs/{uuid-982f480d.js → uuid-415e7036.js} +1 -1
- package/cjs/{uuid-982f480d.js.map → uuid-415e7036.js.map} +1 -1
- package/cjs/withSendbird.js +1 -1
- package/{color-e245623c.js → color-69f6e789.js} +1 -1
- package/{color-e245623c.js.map → color-69f6e789.js.map} +1 -1
- package/{compareIds-91640dc3.js → compareIds-38edfc55.js} +1 -1
- package/{compareIds-91640dc3.js.map → compareIds-38edfc55.js.map} +1 -1
- package/{const-6d65fabb.js → const-37554925.js} +1 -1
- package/{const-6d65fabb.js.map → const-37554925.js.map} +1 -1
- package/{const-973fe8be.js → const-a243b539.js} +1 -1
- package/{const-973fe8be.js.map → const-a243b539.js.map} +1 -1
- package/{consts-08ba417b.js → consts-2569b193.js} +1 -1
- package/{consts-08ba417b.js.map → consts-2569b193.js.map} +1 -1
- package/{consts-66ff57d0.js → consts-3a3fab91.js} +1 -1
- package/{consts-66ff57d0.js.map → consts-3a3fab91.js.map} +1 -1
- package/{consts-1a2e6bf0.js → consts-5cbbba56.js} +1 -1
- package/{consts-1a2e6bf0.js.map → consts-5cbbba56.js.map} +1 -1
- package/{consts-ed8231c7.js → consts-ca67a8bb.js} +1 -1
- package/{consts-ed8231c7.js.map → consts-ca67a8bb.js.map} +1 -1
- package/{context-a276cbff.js → context-20f34f21.js} +2 -2
- package/{context-a276cbff.js.map → context-20f34f21.js.map} +1 -1
- package/dist/index.css +56 -56
- package/dist/index.css.map +1 -1
- package/{index-220d8a67.js → index-1fa6dddb.js} +3 -3
- package/{index-220d8a67.js.map → index-1fa6dddb.js.map} +1 -1
- package/{index-965d95b4.js → index-31460208.js} +4 -4
- package/{index-965d95b4.js.map → index-31460208.js.map} +1 -1
- package/{index-903c2a2c.js → index-315dcf0d.js} +4 -4
- package/{index-903c2a2c.js.map → index-315dcf0d.js.map} +1 -1
- package/{index-23c41d59.js → index-3884739d.js} +2 -2
- package/{index-23c41d59.js.map → index-3884739d.js.map} +1 -1
- package/{index-2fb2658d.js → index-4142b9b8.js} +5 -5
- package/{index-2fb2658d.js.map → index-4142b9b8.js.map} +1 -1
- package/{index-ed9228f0.js → index-50634013.js} +2 -2
- package/{index-ed9228f0.js.map → index-50634013.js.map} +1 -1
- package/{index-f6be5c97.js → index-9d36647d.js} +6 -6
- package/{index-f6be5c97.js.map → index-9d36647d.js.map} +1 -1
- package/{index-5e79eee8.js → index-a4584e34.js} +2 -2
- package/{index-5e79eee8.js.map → index-a4584e34.js.map} +1 -1
- package/{index-eec0a3bd.js → index-a5c6db93.js} +3 -3
- package/{index-eec0a3bd.js.map → index-a5c6db93.js.map} +1 -1
- package/{index-88ce0c27.js → index-ae663bfa.js} +1 -1
- package/{index-88ce0c27.js.map → index-ae663bfa.js.map} +1 -1
- package/{index-84b66a35.js → index-b42c0eb1.js} +4 -4
- package/{index-84b66a35.js.map → index-b42c0eb1.js.map} +1 -1
- package/{index-428dfbbb.js → index-c13a345e.js} +2 -2
- package/{index-428dfbbb.js.map → index-c13a345e.js.map} +1 -1
- package/{index-9bd6a977.js → index-d9e61250.js} +2 -2
- package/{index-9bd6a977.js.map → index-d9e61250.js.map} +1 -1
- package/{index-777dd564.js → index-eb5489b5.js} +6 -6
- package/{index-777dd564.js.map → index-eb5489b5.js.map} +1 -1
- package/{index-81c890ab.js → index-f697fbcb.js} +1 -1
- package/{index-81c890ab.js.map → index-f697fbcb.js.map} +1 -1
- package/{index-d8a55f17.js → index-f6e1c352.js} +3 -3
- package/{index-d8a55f17.js.map → index-f6e1c352.js.map} +1 -1
- package/{index-e06140fa.js → index-fdfe6417.js} +2 -2
- package/{index-e06140fa.js.map → index-fdfe6417.js.map} +1 -1
- package/index.d.ts +5 -1
- package/index.js +53 -51
- package/index.js.map +1 -1
- package/{index.module-2576c9ac.js → index.module-7ee52842.js} +1 -1
- package/{index.module-2576c9ac.js.map → index.module-7ee52842.js.map} +1 -1
- package/package.json +2 -1
- package/resolvedReplyType-db634471.js +29 -0
- package/resolvedReplyType-db634471.js.map +1 -0
- package/sendbirdSelectors.js +3 -3
- package/{stringSet-c7aab2f2.js → stringSet-48003663.js} +1 -1
- package/{stringSet-c7aab2f2.js.map → stringSet-48003663.js.map} +1 -1
- package/{tokenize-fcce2576.js → tokenize-d4044e1f.js} +2 -2
- package/{tokenize-fcce2576.js.map → tokenize-d4044e1f.js.map} +1 -1
- package/{topics-1e293d68.js → topics-913cf30c.js} +1 -1
- package/{topics-1e293d68.js.map → topics-913cf30c.js.map} +1 -1
- package/{types-0cc4206d.js → types-406698d9.js} +1 -1
- package/types-406698d9.js.map +1 -0
- package/ui/Accordion.js +2 -2
- package/ui/AccordionGroup.js +2 -2
- package/ui/AdminMessage.js +2 -2
- package/ui/Avatar.js +1 -1
- package/ui/Badge.js +4 -4
- package/ui/BottomSheet.js +1 -1
- package/ui/Button.js +2 -2
- package/ui/ChannelAvatar.js +2 -2
- package/ui/ConnectionStatus.js +4 -4
- package/ui/ContextMenu.js +5 -5
- package/ui/DateSeparator.js +3 -3
- package/ui/EmojiReactions.js +13 -13
- package/ui/FileMessageItemBody.js +6 -6
- package/ui/FileViewer.js +8 -8
- package/ui/IconButton.js +1 -1
- package/ui/Input.js +2 -2
- package/ui/Label.js +2 -2
- package/ui/LinkLabel.js +2 -2
- package/ui/MentionLabel.js +10 -10
- package/ui/MentionUserLabel.js +1 -1
- package/ui/MessageContent.js +28 -28
- package/ui/MessageInput.js +71 -18
- package/ui/MessageInput.js.map +1 -1
- package/ui/MessageItemMenu.js +8 -8
- package/ui/MessageItemReactionMenu.js +8 -8
- package/ui/MessageSearchFileItem.js +10 -10
- package/ui/MessageSearchItem.js +8 -8
- package/ui/MessageStatus.js +10 -10
- package/ui/Modal.js +7 -7
- package/ui/OGMessageItemBody.js +14 -14
- package/ui/OpenChannelAdminMessage.js +2 -2
- package/ui/OpenChannelAvatar.js +5 -5
- package/ui/OpenchannelConversationHeader.js +6 -6
- package/ui/OpenchannelFileMessage.js +15 -15
- package/ui/OpenchannelOGMessage.js +18 -18
- package/ui/OpenchannelThumbnailMessage.js +14 -14
- package/ui/OpenchannelUserMessage.js +15 -15
- package/ui/PlaceHolder.js +5 -5
- package/ui/PlaybackTime.js +2 -2
- package/ui/QuoteMessage.js +6 -6
- package/ui/QuoteMessageInput.js +6 -6
- package/ui/ReactionBadge.js +2 -2
- package/ui/ReactionButton.js +4 -4
- package/ui/SortByRow.js +1 -1
- package/ui/TextButton.js +1 -1
- package/ui/TextMessageItemBody.js +14 -14
- package/ui/ThreadReplies.js +5 -5
- package/ui/ThumbnailMessageItemBody.js +5 -5
- package/ui/Toggle.js +1 -1
- package/ui/Tooltip.js +2 -2
- package/ui/UnknownMessageItemBody.js +6 -6
- package/ui/UserListItem.js +10 -10
- package/ui/UserProfile.js +9 -9
- package/ui/VoiceMessageItemBody.js +9 -9
- package/ui/VoiceMessgeInput.js +7 -7
- package/ui/Word.js +10 -10
- package/{useDirtyGetMentions-1b05bd06.js → useDirtyGetMentions-19f30317.js} +1 -1
- package/{useDirtyGetMentions-1b05bd06.js.map → useDirtyGetMentions-19f30317.js.map} +1 -1
- package/{useLongPress-9865142d.js → useLongPress-84190b3e.js} +3 -3
- package/{useLongPress-9865142d.js.map → useLongPress-84190b3e.js.map} +1 -1
- package/useSendbirdStateContext.js +1 -1
- package/utils/message/isVoiceMessage.js +2 -2
- package/{utils-79c2fe6a.js → utils-06f531b7.js} +1 -1
- package/{utils-79c2fe6a.js.map → utils-06f531b7.js.map} +1 -1
- package/{utils-b847f3de.js → utils-12b3e12b.js} +1 -1
- package/{utils-b847f3de.js.map → utils-12b3e12b.js.map} +1 -1
- package/{utils-be4cd77f.js → utils-49d7b734.js} +2 -2
- package/{utils-be4cd77f.js.map → utils-49d7b734.js.map} +1 -1
- package/{utils-24dcdae9.js → utils-5248be17.js} +1 -1
- package/{utils-24dcdae9.js.map → utils-5248be17.js.map} +1 -1
- package/{uuid-aad1e324.js → uuid-91cc1b9f.js} +1 -1
- package/{uuid-aad1e324.js.map → uuid-91cc1b9f.js.map} +1 -1
- package/withSendbird.js +1 -1
- package/ChannelProvider-b87f8785.js.map +0 -1
- package/MediaQueryContext-6d766662.js.map +0 -1
- package/_rollupPluginBabelHelpers-447283c1.js.map +0 -1
- package/cjs/ChannelProvider-922c546f.js.map +0 -1
- package/cjs/MediaQueryContext-456e731e.js.map +0 -1
- package/cjs/_rollupPluginBabelHelpers-36df1dd2.js.map +0 -1
- package/cjs/types-81799612.js.map +0 -1
- package/types-0cc4206d.js.map +0 -1
|
@@ -1,25 +1,25 @@
|
|
|
1
1
|
import React__default from 'react';
|
|
2
2
|
import useSendbirdStateContext from '../../useSendbirdStateContext.js';
|
|
3
3
|
import { useChannelSettingsContext } from '../context.js';
|
|
4
|
-
import { n as noop } from '../../utils-
|
|
4
|
+
import { n as noop } from '../../utils-5248be17.js';
|
|
5
5
|
import Modal from '../../ui/Modal.js';
|
|
6
|
-
import { u as useLocalization } from '../../LocalizationContext-
|
|
7
|
-
import { u as useMediaQueryContext } from '../../MediaQueryContext-
|
|
6
|
+
import { u as useLocalization } from '../../LocalizationContext-98d0f9ef.js';
|
|
7
|
+
import { u as useMediaQueryContext } from '../../MediaQueryContext-08f242eb.js';
|
|
8
8
|
import TextButton from '../../ui/TextButton.js';
|
|
9
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from '../../index-
|
|
9
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../../index-c13a345e.js';
|
|
10
10
|
import '../../withSendbird.js';
|
|
11
|
-
import '../../_rollupPluginBabelHelpers-
|
|
12
|
-
import '../../UserProfileContext-
|
|
11
|
+
import '../../_rollupPluginBabelHelpers-67b8fcb1.js';
|
|
12
|
+
import '../../UserProfileContext-876edecc.js';
|
|
13
13
|
import 'prop-types';
|
|
14
|
-
import '../../uuid-
|
|
14
|
+
import '../../uuid-91cc1b9f.js';
|
|
15
15
|
import 'react-dom';
|
|
16
|
-
import '../../index-
|
|
16
|
+
import '../../index-f697fbcb.js';
|
|
17
17
|
import '../../ui/Button.js';
|
|
18
18
|
import '../../ui/Icon.js';
|
|
19
19
|
import '../../ui/IconButton.js';
|
|
20
|
-
import '../../stringSet-
|
|
21
|
-
import '../../index-
|
|
22
|
-
import '../../color-
|
|
20
|
+
import '../../stringSet-48003663.js';
|
|
21
|
+
import '../../index-ae663bfa.js';
|
|
22
|
+
import '../../color-69f6e789.js';
|
|
23
23
|
|
|
24
24
|
const LeaveChannel = props => {
|
|
25
25
|
var _state$config, _state$config2;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React__default, { useState, useContext, useEffect, useCallback } from 'react';
|
|
2
|
-
import { a as LocalizationContext, u as useLocalization } from '../../LocalizationContext-
|
|
2
|
+
import { a as LocalizationContext, u as useLocalization } from '../../LocalizationContext-98d0f9ef.js';
|
|
3
3
|
import Accordion, { AccordionGroup } from '../../ui/Accordion.js';
|
|
4
|
-
import { L as Label, b as LabelColors, a as LabelTypography } from '../../index-
|
|
4
|
+
import { L as Label, b as LabelColors, a as LabelTypography } from '../../index-c13a345e.js';
|
|
5
5
|
import Icon, { IconTypes, IconColors } from '../../ui/Icon.js';
|
|
6
6
|
import Badge from '../../ui/Badge.js';
|
|
7
7
|
import { Toggle } from '../../ui/Toggle.js';
|
|
@@ -13,29 +13,29 @@ import Modal from '../../ui/Modal.js';
|
|
|
13
13
|
import UserListItem from '../../ui/UserListItem.js';
|
|
14
14
|
import { useChannelSettingsContext } from '../context.js';
|
|
15
15
|
import useSendbirdStateContext from '../../useSendbirdStateContext.js';
|
|
16
|
-
import { _ as _objectSpread2 } from '../../_rollupPluginBabelHelpers-
|
|
16
|
+
import { _ as _objectSpread2 } from '../../_rollupPluginBabelHelpers-67b8fcb1.js';
|
|
17
17
|
import { OperatorFilter } from '@sendbird/chat/groupChannel';
|
|
18
|
-
import { M as MemberList } from '../../MemberList-
|
|
19
|
-
import { n as noop } from '../../utils-
|
|
20
|
-
import '../../stringSet-
|
|
21
|
-
import '../../index-
|
|
18
|
+
import { M as MemberList } from '../../MemberList-aa2b532d.js';
|
|
19
|
+
import { n as noop } from '../../utils-5248be17.js';
|
|
20
|
+
import '../../stringSet-48003663.js';
|
|
21
|
+
import '../../index-ae663bfa.js';
|
|
22
22
|
import '../../ui/AccordionGroup.js';
|
|
23
|
-
import '../../context-
|
|
23
|
+
import '../../context-20f34f21.js';
|
|
24
24
|
import 'prop-types';
|
|
25
25
|
import 'react-dom';
|
|
26
26
|
import '../../ui/SortByRow.js';
|
|
27
|
-
import '../../uuid-
|
|
28
|
-
import '../../index-
|
|
27
|
+
import '../../uuid-91cc1b9f.js';
|
|
28
|
+
import '../../index-3884739d.js';
|
|
29
29
|
import '../../utils/message/getOutgoingMessageState.js';
|
|
30
|
-
import '../../UserProfileContext-
|
|
30
|
+
import '../../UserProfileContext-876edecc.js';
|
|
31
31
|
import '../../ui/Avatar.js';
|
|
32
32
|
import '../../ui/ImageRenderer.js';
|
|
33
33
|
import '../../ui/MutedAvatarOverlay.js';
|
|
34
34
|
import '../../ui/UserProfile.js';
|
|
35
35
|
import '../../sendbirdSelectors.js';
|
|
36
|
-
import '../../topics-
|
|
37
|
-
import '../../index-
|
|
38
|
-
import '../../MediaQueryContext-
|
|
36
|
+
import '../../topics-913cf30c.js';
|
|
37
|
+
import '../../index-f697fbcb.js';
|
|
38
|
+
import '../../MediaQueryContext-08f242eb.js';
|
|
39
39
|
import '../../ui/Checkbox.js';
|
|
40
40
|
import '../../withSendbird.js';
|
|
41
41
|
|
|
@@ -1,27 +1,27 @@
|
|
|
1
1
|
import React__default, { useRef, useContext } from 'react';
|
|
2
|
-
import { a as LocalizationContext } from '../../LocalizationContext-
|
|
3
|
-
import { a as UserProfileContext } from '../../UserProfileContext-
|
|
2
|
+
import { a as LocalizationContext } from '../../LocalizationContext-98d0f9ef.js';
|
|
3
|
+
import { a as UserProfileContext } from '../../UserProfileContext-876edecc.js';
|
|
4
4
|
import Avatar from '../../ui/Avatar.js';
|
|
5
5
|
import MutedAvatarOverlay from '../../ui/MutedAvatarOverlay.js';
|
|
6
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from '../../index-
|
|
6
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../../index-c13a345e.js';
|
|
7
7
|
import UserProfile from '../../ui/UserProfile.js';
|
|
8
8
|
import ContextMenu, { MenuItems } from '../../ui/ContextMenu.js';
|
|
9
|
-
import '../../stringSet-
|
|
10
|
-
import '../../index-
|
|
9
|
+
import '../../stringSet-48003663.js';
|
|
10
|
+
import '../../index-ae663bfa.js';
|
|
11
11
|
import 'prop-types';
|
|
12
12
|
import '../../ui/ImageRenderer.js';
|
|
13
13
|
import '../../ui/Icon.js';
|
|
14
|
-
import '../../uuid-
|
|
14
|
+
import '../../uuid-91cc1b9f.js';
|
|
15
15
|
import '../../sendbirdSelectors.js';
|
|
16
|
-
import '../../_rollupPluginBabelHelpers-
|
|
17
|
-
import '../../topics-
|
|
18
|
-
import '../../utils-
|
|
16
|
+
import '../../_rollupPluginBabelHelpers-67b8fcb1.js';
|
|
17
|
+
import '../../topics-913cf30c.js';
|
|
18
|
+
import '../../utils-5248be17.js';
|
|
19
19
|
import '../../ui/Button.js';
|
|
20
20
|
import '../../useSendbirdStateContext.js';
|
|
21
21
|
import '../../withSendbird.js';
|
|
22
22
|
import 'react-dom';
|
|
23
23
|
import '../../ui/SortByRow.js';
|
|
24
|
-
import '../../index-
|
|
24
|
+
import '../../index-3884739d.js';
|
|
25
25
|
import '../../utils/message/getOutgoingMessageState.js';
|
|
26
26
|
|
|
27
27
|
const UserListItem = _ref => {
|
|
@@ -1,36 +1,36 @@
|
|
|
1
1
|
import React__default, { useContext, useState } 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-98d0f9ef.js';
|
|
3
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../../index-c13a345e.js';
|
|
4
4
|
import Icon, { IconTypes, IconColors } from '../../ui/Icon.js';
|
|
5
5
|
import Badge from '../../ui/Badge.js';
|
|
6
|
-
import { M as MemberList } from '../../MemberList-
|
|
6
|
+
import { M as MemberList } from '../../MemberList-aa2b532d.js';
|
|
7
7
|
import { useChannelSettingsContext } from '../context.js';
|
|
8
|
-
import '../../stringSet-
|
|
9
|
-
import '../../index-
|
|
8
|
+
import '../../stringSet-48003663.js';
|
|
9
|
+
import '../../index-ae663bfa.js';
|
|
10
10
|
import 'prop-types';
|
|
11
11
|
import '../../ui/Button.js';
|
|
12
12
|
import '../../ui/IconButton.js';
|
|
13
|
-
import '../../_rollupPluginBabelHelpers-
|
|
13
|
+
import '../../_rollupPluginBabelHelpers-67b8fcb1.js';
|
|
14
14
|
import '../../ui/ContextMenu.js';
|
|
15
15
|
import 'react-dom';
|
|
16
16
|
import '../../ui/SortByRow.js';
|
|
17
|
-
import '../../uuid-
|
|
18
|
-
import '../../index-
|
|
17
|
+
import '../../uuid-91cc1b9f.js';
|
|
18
|
+
import '../../index-3884739d.js';
|
|
19
19
|
import '../../utils/message/getOutgoingMessageState.js';
|
|
20
20
|
import './UserListItem.js';
|
|
21
|
-
import '../../UserProfileContext-
|
|
21
|
+
import '../../UserProfileContext-876edecc.js';
|
|
22
22
|
import '../../ui/Avatar.js';
|
|
23
23
|
import '../../ui/ImageRenderer.js';
|
|
24
24
|
import '../../ui/MutedAvatarOverlay.js';
|
|
25
25
|
import '../../ui/UserProfile.js';
|
|
26
26
|
import '../../sendbirdSelectors.js';
|
|
27
|
-
import '../../topics-
|
|
28
|
-
import '../../utils-
|
|
27
|
+
import '../../topics-913cf30c.js';
|
|
28
|
+
import '../../utils-5248be17.js';
|
|
29
29
|
import '../../useSendbirdStateContext.js';
|
|
30
30
|
import '../../withSendbird.js';
|
|
31
31
|
import '../../ui/Modal.js';
|
|
32
|
-
import '../../index-
|
|
33
|
-
import '../../MediaQueryContext-
|
|
32
|
+
import '../../index-f697fbcb.js';
|
|
33
|
+
import '../../MediaQueryContext-08f242eb.js';
|
|
34
34
|
import '../../ui/UserListItem.js';
|
|
35
35
|
import '../../ui/Checkbox.js';
|
|
36
36
|
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import React__default, { useState, useEffect } from 'react';
|
|
2
2
|
import useSendbirdStateContext from '../useSendbirdStateContext.js';
|
|
3
|
-
import { U as UserProfileProvider } from '../UserProfileContext-
|
|
4
|
-
import { u as uuidv4 } from '../uuid-
|
|
3
|
+
import { U as UserProfileProvider } from '../UserProfileContext-876edecc.js';
|
|
4
|
+
import { u as uuidv4 } from '../uuid-91cc1b9f.js';
|
|
5
5
|
import '../withSendbird.js';
|
|
6
|
-
import '../_rollupPluginBabelHelpers-
|
|
6
|
+
import '../_rollupPluginBabelHelpers-67b8fcb1.js';
|
|
7
7
|
import 'prop-types';
|
|
8
8
|
|
|
9
9
|
const ChannelSettingsContext = /*#__PURE__*/React__default.createContext(undefined);
|
package/ChannelSettings.js
CHANGED
|
@@ -3,52 +3,52 @@ import ChannelSettingsUI from './ChannelSettings/components/ChannelSettingsUI.js
|
|
|
3
3
|
import { ChannelSettingsProvider } from './ChannelSettings/context.js';
|
|
4
4
|
import './useSendbirdStateContext.js';
|
|
5
5
|
import './withSendbird.js';
|
|
6
|
-
import './_rollupPluginBabelHelpers-
|
|
7
|
-
import './index-
|
|
8
|
-
import './LocalizationContext-
|
|
9
|
-
import './stringSet-
|
|
10
|
-
import './index-
|
|
6
|
+
import './_rollupPluginBabelHelpers-67b8fcb1.js';
|
|
7
|
+
import './index-a5c6db93.js';
|
|
8
|
+
import './LocalizationContext-98d0f9ef.js';
|
|
9
|
+
import './stringSet-48003663.js';
|
|
10
|
+
import './index-ae663bfa.js';
|
|
11
11
|
import './ui/Icon.js';
|
|
12
12
|
import 'prop-types';
|
|
13
|
-
import './index-
|
|
13
|
+
import './index-c13a345e.js';
|
|
14
14
|
import './ui/Loader.js';
|
|
15
15
|
import './ui/IconButton.js';
|
|
16
16
|
import './ChannelSettings/components/ChannelProfile.js';
|
|
17
17
|
import './ui/ChannelAvatar.js';
|
|
18
18
|
import './ui/Avatar.js';
|
|
19
19
|
import './ui/ImageRenderer.js';
|
|
20
|
-
import './uuid-
|
|
21
|
-
import './utils-
|
|
20
|
+
import './uuid-91cc1b9f.js';
|
|
21
|
+
import './utils-06f531b7.js';
|
|
22
22
|
import './ui/TextButton.js';
|
|
23
|
-
import './color-
|
|
23
|
+
import './color-69f6e789.js';
|
|
24
24
|
import './ChannelSettings/components/EditDetailsModal.js';
|
|
25
25
|
import './ui/Modal.js';
|
|
26
26
|
import 'react-dom';
|
|
27
|
-
import './index-
|
|
27
|
+
import './index-f697fbcb.js';
|
|
28
28
|
import './ui/Button.js';
|
|
29
|
-
import './MediaQueryContext-
|
|
29
|
+
import './MediaQueryContext-08f242eb.js';
|
|
30
30
|
import './ui/Input.js';
|
|
31
31
|
import './ChannelSettings/components/ModerationPanel.js';
|
|
32
32
|
import './ui/Accordion.js';
|
|
33
33
|
import './ui/AccordionGroup.js';
|
|
34
|
-
import './context-
|
|
35
|
-
import './utils-
|
|
34
|
+
import './context-20f34f21.js';
|
|
35
|
+
import './utils-5248be17.js';
|
|
36
36
|
import './ui/Badge.js';
|
|
37
37
|
import './ui/Toggle.js';
|
|
38
38
|
import './ui/ContextMenu.js';
|
|
39
39
|
import './ui/SortByRow.js';
|
|
40
|
-
import './index-
|
|
40
|
+
import './index-3884739d.js';
|
|
41
41
|
import './utils/message/getOutgoingMessageState.js';
|
|
42
42
|
import './ChannelSettings/components/UserListItem.js';
|
|
43
|
-
import './UserProfileContext-
|
|
43
|
+
import './UserProfileContext-876edecc.js';
|
|
44
44
|
import './ui/MutedAvatarOverlay.js';
|
|
45
45
|
import './ui/UserProfile.js';
|
|
46
46
|
import './sendbirdSelectors.js';
|
|
47
|
-
import './topics-
|
|
47
|
+
import './topics-913cf30c.js';
|
|
48
48
|
import './ui/UserListItem.js';
|
|
49
49
|
import './ui/Checkbox.js';
|
|
50
50
|
import '@sendbird/chat/groupChannel';
|
|
51
|
-
import './MemberList-
|
|
51
|
+
import './MemberList-aa2b532d.js';
|
|
52
52
|
import './ChannelSettings/components/LeaveChannel.js';
|
|
53
53
|
import './ChannelSettings/components/UserPanel.js';
|
|
54
54
|
|
|
@@ -1,36 +1,36 @@
|
|
|
1
1
|
import React__default from 'react';
|
|
2
|
-
import { u as useCreateChannelContext } from '../../CreateChannelProvider-
|
|
2
|
+
import { u as useCreateChannelContext } from '../../CreateChannelProvider-121560fb.js';
|
|
3
3
|
import InviteUsers from './InviteUsers.js';
|
|
4
4
|
import SelectChannelType from './SelectChannelType.js';
|
|
5
5
|
import '../../sendbirdSelectors.js';
|
|
6
|
-
import '../../_rollupPluginBabelHelpers-
|
|
7
|
-
import '../../topics-
|
|
8
|
-
import '../../utils-
|
|
6
|
+
import '../../_rollupPluginBabelHelpers-67b8fcb1.js';
|
|
7
|
+
import '../../topics-913cf30c.js';
|
|
8
|
+
import '../../utils-5248be17.js';
|
|
9
9
|
import '../../useSendbirdStateContext.js';
|
|
10
10
|
import '../../withSendbird.js';
|
|
11
|
-
import '../../LocalizationContext-
|
|
12
|
-
import '../../stringSet-
|
|
13
|
-
import '../../index-
|
|
11
|
+
import '../../LocalizationContext-98d0f9ef.js';
|
|
12
|
+
import '../../stringSet-48003663.js';
|
|
13
|
+
import '../../index-ae663bfa.js';
|
|
14
14
|
import '../../ui/Modal.js';
|
|
15
15
|
import 'react-dom';
|
|
16
|
-
import '../../index-
|
|
16
|
+
import '../../index-f697fbcb.js';
|
|
17
17
|
import '../../ui/Button.js';
|
|
18
|
-
import '../../index-
|
|
18
|
+
import '../../index-c13a345e.js';
|
|
19
19
|
import 'prop-types';
|
|
20
20
|
import '../../ui/Icon.js';
|
|
21
21
|
import '../../ui/IconButton.js';
|
|
22
|
-
import '../../MediaQueryContext-
|
|
22
|
+
import '../../MediaQueryContext-08f242eb.js';
|
|
23
23
|
import '../../ui/UserListItem.js';
|
|
24
|
-
import '../../UserProfileContext-
|
|
24
|
+
import '../../UserProfileContext-876edecc.js';
|
|
25
25
|
import '../../ui/Avatar.js';
|
|
26
26
|
import '../../ui/ImageRenderer.js';
|
|
27
|
-
import '../../uuid-
|
|
27
|
+
import '../../uuid-91cc1b9f.js';
|
|
28
28
|
import '../../ui/MutedAvatarOverlay.js';
|
|
29
29
|
import '../../ui/Checkbox.js';
|
|
30
30
|
import '../../ui/UserProfile.js';
|
|
31
31
|
import '../../ui/ContextMenu.js';
|
|
32
32
|
import '../../ui/SortByRow.js';
|
|
33
|
-
import '../../index-
|
|
33
|
+
import '../../index-3884739d.js';
|
|
34
34
|
import '../../utils/message/getOutgoingMessageState.js';
|
|
35
35
|
|
|
36
36
|
const CreateChannel = props => {
|
|
@@ -1,34 +1,34 @@
|
|
|
1
|
-
import { _ as _objectSpread2 } from '../../_rollupPluginBabelHelpers-
|
|
1
|
+
import { _ as _objectSpread2 } from '../../_rollupPluginBabelHelpers-67b8fcb1.js';
|
|
2
2
|
import React__default, { useState, useContext, useEffect } from 'react';
|
|
3
|
-
import { a as LocalizationContext } from '../../LocalizationContext-
|
|
4
|
-
import { u as useCreateChannelContext } from '../../CreateChannelProvider-
|
|
3
|
+
import { a as LocalizationContext } from '../../LocalizationContext-98d0f9ef.js';
|
|
4
|
+
import { u as useCreateChannelContext } from '../../CreateChannelProvider-121560fb.js';
|
|
5
5
|
import useSendbirdStateContext from '../../useSendbirdStateContext.js';
|
|
6
6
|
import Modal from '../../ui/Modal.js';
|
|
7
|
-
import { L as Label, b as LabelColors, a as LabelTypography } from '../../index-
|
|
7
|
+
import { L as Label, b as LabelColors, a as LabelTypography } from '../../index-c13a345e.js';
|
|
8
8
|
import { ButtonTypes } from '../../ui/Button.js';
|
|
9
9
|
import UserListItem from '../../ui/UserListItem.js';
|
|
10
|
-
import '../../stringSet-
|
|
11
|
-
import '../../index-
|
|
10
|
+
import '../../stringSet-48003663.js';
|
|
11
|
+
import '../../index-ae663bfa.js';
|
|
12
12
|
import '../../sendbirdSelectors.js';
|
|
13
|
-
import '../../topics-
|
|
14
|
-
import '../../utils-
|
|
13
|
+
import '../../topics-913cf30c.js';
|
|
14
|
+
import '../../utils-5248be17.js';
|
|
15
15
|
import '../../withSendbird.js';
|
|
16
16
|
import 'react-dom';
|
|
17
|
-
import '../../index-
|
|
17
|
+
import '../../index-f697fbcb.js';
|
|
18
18
|
import '../../ui/Icon.js';
|
|
19
19
|
import 'prop-types';
|
|
20
20
|
import '../../ui/IconButton.js';
|
|
21
|
-
import '../../MediaQueryContext-
|
|
22
|
-
import '../../UserProfileContext-
|
|
21
|
+
import '../../MediaQueryContext-08f242eb.js';
|
|
22
|
+
import '../../UserProfileContext-876edecc.js';
|
|
23
23
|
import '../../ui/Avatar.js';
|
|
24
24
|
import '../../ui/ImageRenderer.js';
|
|
25
|
-
import '../../uuid-
|
|
25
|
+
import '../../uuid-91cc1b9f.js';
|
|
26
26
|
import '../../ui/MutedAvatarOverlay.js';
|
|
27
27
|
import '../../ui/Checkbox.js';
|
|
28
28
|
import '../../ui/UserProfile.js';
|
|
29
29
|
import '../../ui/ContextMenu.js';
|
|
30
30
|
import '../../ui/SortByRow.js';
|
|
31
|
-
import '../../index-
|
|
31
|
+
import '../../index-3884739d.js';
|
|
32
32
|
import '../../utils/message/getOutgoingMessageState.js';
|
|
33
33
|
|
|
34
34
|
const filterUser = idsToFilter => currentId => idsToFilter === null || idsToFilter === void 0 ? void 0 : idsToFilter.includes(currentId);
|
|
@@ -1,23 +1,23 @@
|
|
|
1
1
|
import React__default, { useContext } from 'react';
|
|
2
2
|
import { getSdk } from '../../sendbirdSelectors.js';
|
|
3
3
|
import useSendbirdStateContext from '../../useSendbirdStateContext.js';
|
|
4
|
-
import { u as useCreateChannelContext, a as CHANNEL_TYPE } from '../../CreateChannelProvider-
|
|
5
|
-
import { a as LocalizationContext } from '../../LocalizationContext-
|
|
6
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from '../../index-
|
|
4
|
+
import { u as useCreateChannelContext, a as CHANNEL_TYPE } from '../../CreateChannelProvider-121560fb.js';
|
|
5
|
+
import { a as LocalizationContext } from '../../LocalizationContext-98d0f9ef.js';
|
|
6
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../../index-c13a345e.js';
|
|
7
7
|
import Icon, { IconTypes, IconColors } from '../../ui/Icon.js';
|
|
8
8
|
import Modal from '../../ui/Modal.js';
|
|
9
|
-
import '../../_rollupPluginBabelHelpers-
|
|
10
|
-
import '../../topics-
|
|
11
|
-
import '../../utils-
|
|
9
|
+
import '../../_rollupPluginBabelHelpers-67b8fcb1.js';
|
|
10
|
+
import '../../topics-913cf30c.js';
|
|
11
|
+
import '../../utils-5248be17.js';
|
|
12
12
|
import '../../withSendbird.js';
|
|
13
|
-
import '../../stringSet-
|
|
14
|
-
import '../../index-
|
|
13
|
+
import '../../stringSet-48003663.js';
|
|
14
|
+
import '../../index-ae663bfa.js';
|
|
15
15
|
import 'prop-types';
|
|
16
16
|
import 'react-dom';
|
|
17
|
-
import '../../index-
|
|
17
|
+
import '../../index-f697fbcb.js';
|
|
18
18
|
import '../../ui/Button.js';
|
|
19
19
|
import '../../ui/IconButton.js';
|
|
20
|
-
import '../../MediaQueryContext-
|
|
20
|
+
import '../../MediaQueryContext-08f242eb.js';
|
|
21
21
|
|
|
22
22
|
const isBroadcastChannelEnabled = sdk => {
|
|
23
23
|
var _sdk$appInfo;
|
package/CreateChannel/context.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import 'react';
|
|
2
2
|
import '../sendbirdSelectors.js';
|
|
3
3
|
import '../useSendbirdStateContext.js';
|
|
4
|
-
export { C as CreateChannelProvider, u as useCreateChannelContext } from '../CreateChannelProvider-
|
|
5
|
-
import '../_rollupPluginBabelHelpers-
|
|
6
|
-
import '../topics-
|
|
7
|
-
import '../utils-
|
|
4
|
+
export { C as CreateChannelProvider, u as useCreateChannelContext } from '../CreateChannelProvider-121560fb.js';
|
|
5
|
+
import '../_rollupPluginBabelHelpers-67b8fcb1.js';
|
|
6
|
+
import '../topics-913cf30c.js';
|
|
7
|
+
import '../utils-5248be17.js';
|
|
8
8
|
import '../withSendbird.js';
|
|
9
9
|
//# sourceMappingURL=context.js.map
|
package/CreateChannel.js
CHANGED
|
@@ -1,36 +1,36 @@
|
|
|
1
1
|
import React__default from 'react';
|
|
2
2
|
import CreateChannel$1 from './CreateChannel/components/CreateChannelUI.js';
|
|
3
|
-
import { C as CreateChannelProvider } from './CreateChannelProvider-
|
|
3
|
+
import { C as CreateChannelProvider } from './CreateChannelProvider-121560fb.js';
|
|
4
4
|
import './CreateChannel/components/InviteUsers.js';
|
|
5
|
-
import './_rollupPluginBabelHelpers-
|
|
6
|
-
import './LocalizationContext-
|
|
7
|
-
import './stringSet-
|
|
8
|
-
import './index-
|
|
5
|
+
import './_rollupPluginBabelHelpers-67b8fcb1.js';
|
|
6
|
+
import './LocalizationContext-98d0f9ef.js';
|
|
7
|
+
import './stringSet-48003663.js';
|
|
8
|
+
import './index-ae663bfa.js';
|
|
9
9
|
import './useSendbirdStateContext.js';
|
|
10
10
|
import './withSendbird.js';
|
|
11
11
|
import './ui/Modal.js';
|
|
12
12
|
import 'react-dom';
|
|
13
|
-
import './index-
|
|
13
|
+
import './index-f697fbcb.js';
|
|
14
14
|
import './ui/Button.js';
|
|
15
|
-
import './index-
|
|
15
|
+
import './index-c13a345e.js';
|
|
16
16
|
import 'prop-types';
|
|
17
17
|
import './ui/Icon.js';
|
|
18
18
|
import './ui/IconButton.js';
|
|
19
|
-
import './MediaQueryContext-
|
|
19
|
+
import './MediaQueryContext-08f242eb.js';
|
|
20
20
|
import './ui/UserListItem.js';
|
|
21
|
-
import './UserProfileContext-
|
|
21
|
+
import './UserProfileContext-876edecc.js';
|
|
22
22
|
import './ui/Avatar.js';
|
|
23
23
|
import './ui/ImageRenderer.js';
|
|
24
|
-
import './uuid-
|
|
24
|
+
import './uuid-91cc1b9f.js';
|
|
25
25
|
import './ui/MutedAvatarOverlay.js';
|
|
26
26
|
import './ui/Checkbox.js';
|
|
27
27
|
import './ui/UserProfile.js';
|
|
28
28
|
import './sendbirdSelectors.js';
|
|
29
|
-
import './topics-
|
|
30
|
-
import './utils-
|
|
29
|
+
import './topics-913cf30c.js';
|
|
30
|
+
import './utils-5248be17.js';
|
|
31
31
|
import './ui/ContextMenu.js';
|
|
32
32
|
import './ui/SortByRow.js';
|
|
33
|
-
import './index-
|
|
33
|
+
import './index-3884739d.js';
|
|
34
34
|
import './utils/message/getOutgoingMessageState.js';
|
|
35
35
|
import './CreateChannel/components/SelectChannelType.js';
|
|
36
36
|
|
|
@@ -41,4 +41,4 @@ const CreateChannelProvider = props => {
|
|
|
41
41
|
const useCreateChannelContext = () => React__default.useContext(CreateChannelContext);
|
|
42
42
|
|
|
43
43
|
export { CreateChannelProvider as C, CHANNEL_TYPE as a, useCreateChannelContext as u };
|
|
44
|
-
//# sourceMappingURL=CreateChannelProvider-
|
|
44
|
+
//# sourceMappingURL=CreateChannelProvider-121560fb.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CreateChannelProvider-
|
|
1
|
+
{"version":3,"file":"CreateChannelProvider-121560fb.js","sources":["../src/modules/CreateChannel/types.ts","../src/modules/CreateChannel/context/CreateChannelProvider.tsx"],"sourcesContent":["export enum CHANNEL_TYPE {\n GROUP = 'group',\n SUPERGROUP = 'supergroup',\n BROADCAST = 'broadcast',\n}\n","import React, { useState } from 'react';\nimport { User } from '@sendbird/chat';\nimport type {\n GroupChannel,\n GroupChannelCreateParams,\n SendbirdGroupChat,\n} from '@sendbird/chat/groupChannel';\n\nimport { getCreateGroupChannel } from '../../../lib/selectors';\nimport useSendbirdStateContext from '../../../hooks/useSendbirdStateContext';\nimport { CHANNEL_TYPE } from '../types';\n\nconst CreateChannelContext = React.createContext(undefined);\n\nexport interface UserListQuery {\n hasNext?: boolean;\n next(): Promise<Array<User>>;\n}\n\ntype OverrideInviteUserType = {\n users: Array<string>;\n onClose: () => void;\n channelType: CHANNEL_TYPE;\n};\n\nexport interface CreateChannelProviderProps {\n children?: React.ReactElement;\n onCreateChannel(channel: GroupChannel): void;\n overrideInviteUser?(params: OverrideInviteUserType): void;\n onBeforeCreateChannel?(users: Array<string>): GroupChannelCreateParams;\n userListQuery?(): UserListQuery;\n}\n\ntype CreateChannel = (channelParams: GroupChannelCreateParams) => Promise<GroupChannel>;\n\nexport interface CreateChannelContextInterface {\n onBeforeCreateChannel?(users: Array<string>): GroupChannelCreateParams;\n createChannel: CreateChannel;\n sdk: SendbirdGroupChat;\n userListQuery?(): UserListQuery;\n overrideInviteUser?(params: OverrideInviteUserType): void;\n onCreateChannel?(channel: GroupChannel): void;\n step: number,\n setStep: React.Dispatch<React.SetStateAction<number>>,\n type: CHANNEL_TYPE,\n setType: React.Dispatch<React.SetStateAction<CHANNEL_TYPE>>,\n}\n\nconst CreateChannelProvider: React.FC<CreateChannelProviderProps> = (props: CreateChannelProviderProps) => {\n const {\n children,\n onCreateChannel,\n onBeforeCreateChannel,\n overrideInviteUser,\n userListQuery,\n } = props;\n\n const store = useSendbirdStateContext();\n const userListQuery_ = store?.config?.userListQuery;\n const createChannel: (channelParams: GroupChannelCreateParams)\n => Promise<GroupChannel> = getCreateGroupChannel(store);\n\n const [step, setStep] = useState(0);\n const [type, setType] = useState(CHANNEL_TYPE.GROUP);\n\n return (\n <CreateChannelContext.Provider value={{\n onBeforeCreateChannel,\n createChannel,\n onCreateChannel,\n overrideInviteUser,\n userListQuery: userListQuery || userListQuery_,\n step,\n setStep,\n type,\n setType,\n }}>\n {children}\n </CreateChannelContext.Provider>\n );\n};\n\nconst useCreateChannelContext = (): CreateChannelContextInterface => (\n React.useContext(CreateChannelContext)\n);\n\nexport {\n CreateChannelProvider,\n useCreateChannelContext,\n};\n"],"names":["CHANNEL_TYPE","CreateChannelContext","React","createContext","undefined","CreateChannelProvider","props","_store$config","children","onCreateChannel","onBeforeCreateChannel","overrideInviteUser","userListQuery","store","useSendbirdStateContext","userListQuery_","config","createChannel","getCreateGroupChannel","step","setStep","useState","type","setType","GROUP","createElement","Provider","value","useCreateChannelContext","useContext"],"mappings":";;;;AAAYA,IAAAA,YAAY,0BAAZA,YAAY,EAAA;EAAZA,YAAY,CAAA,OAAA,CAAA,GAAA,OAAA,CAAA;EAAZA,YAAY,CAAA,YAAA,CAAA,GAAA,YAAA,CAAA;EAAZA,YAAY,CAAA,WAAA,CAAA,GAAA,WAAA,CAAA;AAAA,EAAA,OAAZA,YAAY,CAAA;AAAA,CAAA,CAAA,EAAA;;ACYxB,MAAMC,oBAAoB,gBAAGC,cAAK,CAACC,aAAa,CAACC,SAAS,CAAC,CAAA;AAoCrDC,MAAAA,qBAA2D,GAAIC,KAAiC,IAAK;AAAA,EAAA,IAAAC,aAAA,CAAA;EACzG,MAAM;IACJC,QAAQ;IACRC,eAAe;IACfC,qBAAqB;IACrBC,kBAAkB;AAClBC,IAAAA,aAAAA;AACF,GAAC,GAAGN,KAAK,CAAA;EAET,MAAMO,KAAK,GAAGC,uBAAuB,EAAE,CAAA;AACvC,EAAA,MAAMC,cAAc,GAAGF,KAAK,KAALA,IAAAA,IAAAA,KAAK,wBAAAN,aAAA,GAALM,KAAK,CAAEG,MAAM,MAAAT,IAAAA,IAAAA,aAAA,KAAbA,KAAAA,CAAAA,GAAAA,KAAAA,CAAAA,GAAAA,aAAA,CAAeK,aAAa,CAAA;AACnD,EAAA,MAAMK,aACoB,GAAGC,qBAAqB,CAACL,KAAK,CAAC,CAAA;EAEzD,MAAM,CAACM,IAAI,EAAEC,OAAO,CAAC,GAAGC,QAAQ,CAAC,CAAC,CAAC,CAAA;EACnC,MAAM,CAACC,IAAI,EAAEC,OAAO,CAAC,GAAGF,QAAQ,CAACrB,YAAY,CAACwB,KAAK,CAAC,CAAA;AAEpD,EAAA,oBACEtB,cAAA,CAAAuB,aAAA,CAACxB,oBAAoB,CAACyB,QAAQ,EAAA;AAACC,IAAAA,KAAK,EAAE;MACpCjB,qBAAqB;MACrBO,aAAa;MACbR,eAAe;MACfE,kBAAkB;MAClBC,aAAa,EAAEA,aAAa,IAAIG,cAAc;MAC9CI,IAAI;MACJC,OAAO;MACPE,IAAI;AACJC,MAAAA,OAAAA;AACF,KAAA;AAAE,GAAA,EACCf,QAAQ,CACqB,CAAA;AAEpC,EAAC;AAEKoB,MAAAA,uBAAuB,GAAGA,MAC9B1B,cAAK,CAAC2B,UAAU,CAAC5B,oBAAoB;;;;"}
|
|
@@ -1,24 +1,24 @@
|
|
|
1
1
|
import React__default, { useState, useRef, useContext } from 'react';
|
|
2
|
-
import { a as LocalizationContext } from '../../LocalizationContext-
|
|
2
|
+
import { a as LocalizationContext } from '../../LocalizationContext-98d0f9ef.js';
|
|
3
3
|
import Avatar from '../../ui/Avatar.js';
|
|
4
4
|
import { ButtonTypes } from '../../ui/Button.js';
|
|
5
5
|
import Modal from '../../ui/Modal.js';
|
|
6
6
|
import Icon, { IconTypes, IconColors } from '../../ui/Icon.js';
|
|
7
7
|
import Input, { InputLabel } from '../../ui/Input.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-c13a345e.js';
|
|
9
9
|
import TextButton from '../../ui/TextButton.js';
|
|
10
10
|
import { useCreateOpenChannelContext } from '../context.js';
|
|
11
|
-
import '../../stringSet-
|
|
12
|
-
import '../../index-
|
|
11
|
+
import '../../stringSet-48003663.js';
|
|
12
|
+
import '../../index-ae663bfa.js';
|
|
13
13
|
import '../../ui/ImageRenderer.js';
|
|
14
|
-
import '../../uuid-
|
|
14
|
+
import '../../uuid-91cc1b9f.js';
|
|
15
15
|
import 'prop-types';
|
|
16
16
|
import 'react-dom';
|
|
17
|
-
import '../../index-
|
|
17
|
+
import '../../index-f697fbcb.js';
|
|
18
18
|
import '../../ui/IconButton.js';
|
|
19
|
-
import '../../_rollupPluginBabelHelpers-
|
|
20
|
-
import '../../MediaQueryContext-
|
|
21
|
-
import '../../color-
|
|
19
|
+
import '../../_rollupPluginBabelHelpers-67b8fcb1.js';
|
|
20
|
+
import '../../MediaQueryContext-08f242eb.js';
|
|
21
|
+
import '../../color-69f6e789.js';
|
|
22
22
|
import '../../useSendbirdStateContext.js';
|
|
23
23
|
import '../../withSendbird.js';
|
|
24
24
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React__default, { useCallback } from 'react';
|
|
2
2
|
import useSendbirdStateContext from '../useSendbirdStateContext.js';
|
|
3
3
|
import '../withSendbird.js';
|
|
4
|
-
import '../_rollupPluginBabelHelpers-
|
|
4
|
+
import '../_rollupPluginBabelHelpers-67b8fcb1.js';
|
|
5
5
|
|
|
6
6
|
const CreateOpenChannelContext = /*#__PURE__*/React__default.createContext({
|
|
7
7
|
sdk: null,
|
package/CreateOpenChannel.js
CHANGED
|
@@ -1,25 +1,25 @@
|
|
|
1
1
|
import React__default from 'react';
|
|
2
2
|
import CreateOpenChannelUI from './CreateOpenChannel/components/CreateOpenChannelUI.js';
|
|
3
3
|
import { CreateOpenChannelProvider } from './CreateOpenChannel/context.js';
|
|
4
|
-
import './LocalizationContext-
|
|
5
|
-
import './stringSet-
|
|
6
|
-
import './index-
|
|
4
|
+
import './LocalizationContext-98d0f9ef.js';
|
|
5
|
+
import './stringSet-48003663.js';
|
|
6
|
+
import './index-ae663bfa.js';
|
|
7
7
|
import './ui/Avatar.js';
|
|
8
8
|
import './ui/ImageRenderer.js';
|
|
9
9
|
import './ui/Icon.js';
|
|
10
10
|
import 'prop-types';
|
|
11
|
-
import './uuid-
|
|
11
|
+
import './uuid-91cc1b9f.js';
|
|
12
12
|
import './ui/Button.js';
|
|
13
|
-
import './index-
|
|
13
|
+
import './index-c13a345e.js';
|
|
14
14
|
import './ui/Modal.js';
|
|
15
15
|
import 'react-dom';
|
|
16
|
-
import './index-
|
|
16
|
+
import './index-f697fbcb.js';
|
|
17
17
|
import './ui/IconButton.js';
|
|
18
|
-
import './_rollupPluginBabelHelpers-
|
|
19
|
-
import './MediaQueryContext-
|
|
18
|
+
import './_rollupPluginBabelHelpers-67b8fcb1.js';
|
|
19
|
+
import './MediaQueryContext-08f242eb.js';
|
|
20
20
|
import './ui/Input.js';
|
|
21
21
|
import './ui/TextButton.js';
|
|
22
|
-
import './color-
|
|
22
|
+
import './color-69f6e789.js';
|
|
23
23
|
import './useSendbirdStateContext.js';
|
|
24
24
|
import './withSendbird.js';
|
|
25
25
|
|
|
@@ -1,26 +1,26 @@
|
|
|
1
1
|
import 'react';
|
|
2
|
-
export { a as default } from '../../index-
|
|
2
|
+
export { a as default } from '../../index-4142b9b8.js';
|
|
3
3
|
import '../../ui/Modal.js';
|
|
4
|
-
import '../../LocalizationContext-
|
|
4
|
+
import '../../LocalizationContext-98d0f9ef.js';
|
|
5
5
|
import '../../useSendbirdStateContext.js';
|
|
6
6
|
import '../../ui/Input.js';
|
|
7
7
|
import '../../ui/Avatar.js';
|
|
8
8
|
import '../../ui/Icon.js';
|
|
9
9
|
import '../../ui/Button.js';
|
|
10
|
-
import '../../index-
|
|
10
|
+
import '../../index-c13a345e.js';
|
|
11
11
|
import '../../ui/TextButton.js';
|
|
12
|
-
import '../../utils-
|
|
13
|
-
import '../../actionTypes-
|
|
12
|
+
import '../../utils-5248be17.js';
|
|
13
|
+
import '../../actionTypes-f6ad76a3.js';
|
|
14
14
|
import 'react-dom';
|
|
15
|
-
import '../../index-
|
|
15
|
+
import '../../index-f697fbcb.js';
|
|
16
16
|
import '../../ui/IconButton.js';
|
|
17
|
-
import '../../_rollupPluginBabelHelpers-
|
|
18
|
-
import '../../MediaQueryContext-
|
|
19
|
-
import '../../stringSet-
|
|
20
|
-
import '../../index-
|
|
17
|
+
import '../../_rollupPluginBabelHelpers-67b8fcb1.js';
|
|
18
|
+
import '../../MediaQueryContext-08f242eb.js';
|
|
19
|
+
import '../../stringSet-48003663.js';
|
|
20
|
+
import '../../index-ae663bfa.js';
|
|
21
21
|
import 'prop-types';
|
|
22
22
|
import '../../withSendbird.js';
|
|
23
23
|
import '../../ui/ImageRenderer.js';
|
|
24
|
-
import '../../uuid-
|
|
25
|
-
import '../../color-
|
|
24
|
+
import '../../uuid-91cc1b9f.js';
|
|
25
|
+
import '../../color-69f6e789.js';
|
|
26
26
|
//# sourceMappingURL=EditUserProfileUI.js.map
|