@sendbird/uikit-react 3.6.5 → 3.6.6
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 +56 -52
- package/App.js.map +1 -1
- package/CHANGELOG.md +35 -5
- package/Channel/components/ChannelHeader.js +19 -19
- package/Channel/components/ChannelUI.js +41 -41
- package/Channel/components/FileViewer.js +15 -15
- package/Channel/components/FrozenNotification.js +4 -4
- package/Channel/components/Message.js +36 -36
- package/Channel/components/MessageInput.js +29 -29
- package/Channel/components/MessageList.js +37 -37
- package/Channel/components/RemoveMessageModal.js +17 -17
- package/Channel/components/SuggestedMentionList.js +17 -17
- package/Channel/components/TypingIndicator.js +15 -15
- package/Channel/components/UnreadCount.js +4 -4
- package/Channel/context.js +12 -12
- package/Channel.js +41 -41
- package/ChannelList/components/AddChannel.js +14 -14
- package/ChannelList/components/ChannelListHeader.js +6 -6
- package/ChannelList/components/ChannelListUI.js +30 -30
- package/ChannelList/components/ChannelPreview.js +26 -26
- package/ChannelList/components/ChannelPreviewAction.js +13 -13
- package/ChannelList/context.js +7 -7
- package/ChannelList.js +30 -30
- package/{ChannelListProvider-cb4c1604.js → ChannelListProvider-2e7026e9.js} +7 -7
- package/{ChannelListProvider-cb4c1604.js.map → ChannelListProvider-2e7026e9.js.map} +1 -1
- package/{ChannelProvider-9db7b4b0.js → ChannelProvider-31a344d3.js} +15 -12
- package/ChannelProvider-31a344d3.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-81c7d3d6.js → CreateChannelProvider-eeaa1371.js} +1 -1
- package/{CreateChannelProvider-81c7d3d6.js.map → CreateChannelProvider-eeaa1371.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-e244eb89.js → LocalizationContext-2952e678.js} +3 -3
- package/{LocalizationContext-e244eb89.js.map → LocalizationContext-2952e678.js.map} +1 -1
- package/{MediaQueryContext-23d95940.js → MediaQueryContext-2173573f.js} +1 -1
- package/{MediaQueryContext-23d95940.js.map → MediaQueryContext-2173573f.js.map} +1 -1
- package/{MemberList-cf69bc99.js → MemberList-a51051e6.js} +5 -5
- package/{MemberList-cf69bc99.js.map → MemberList-a51051e6.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 +19 -19
- package/OpenChannel/components/OpenChannelMessage.js +27 -27
- package/OpenChannel/components/OpenChannelMessageList.js +31 -31
- package/OpenChannel/components/OpenChannelUI.js +31 -31
- package/OpenChannel/context.js +8 -8
- package/OpenChannel.js +31 -31
- 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-7648d37d.js → OpenChannelListProvider-ce900f45.js} +3 -3
- package/{OpenChannelListProvider-7648d37d.js.map → OpenChannelListProvider-ce900f45.js.map} +1 -1
- package/{OpenChannelProvider-d43b345f.js → OpenChannelProvider-bc20868c.js} +7 -7
- package/{OpenChannelProvider-d43b345f.js.map → OpenChannelProvider-bc20868c.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-7792dfcd.js → RemoveMessageModal-9c579f0f.js} +3 -3
- package/{RemoveMessageModal-7792dfcd.js.map → RemoveMessageModal-9c579f0f.js.map} +1 -1
- package/SendbirdProvider.js +52 -25
- package/SendbirdProvider.js.map +1 -1
- package/Thread/components/ParentMessageInfo.js +33 -33
- package/Thread/components/ParentMessageInfoItem.js +21 -21
- package/Thread/components/ThreadHeader.js +6 -6
- package/Thread/components/ThreadList.js +36 -36
- package/Thread/components/ThreadListItem.js +36 -36
- package/Thread/components/ThreadMessageInput.js +30 -30
- package/Thread/components/ThreadUI.js +40 -40
- package/Thread/context.js +8 -8
- package/Thread.js +40 -40
- package/{ThreadProvider-26648ba8.js → ThreadProvider-27c497dc.js} +7 -7
- package/{ThreadProvider-26648ba8.js.map → ThreadProvider-27c497dc.js.map} +1 -1
- package/{UserProfileContext-feb55389.js → UserProfileContext-76aab169.js} +1 -1
- package/{UserProfileContext-feb55389.js.map → UserProfileContext-76aab169.js.map} +1 -1
- package/{VoiceMessageInputWrapper-04220ac5.js → VoiceMessageInputWrapper-e45ec2f0.js} +7 -7
- package/{VoiceMessageInputWrapper-04220ac5.js.map → VoiceMessageInputWrapper-e45ec2f0.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-9efc1450.js → WebAudioUtils-97e524fa.js} +2 -2
- package/{WebAudioUtils-9efc1450.js.map → WebAudioUtils-97e524fa.js.map} +1 -1
- package/{_rollupPluginBabelHelpers-bafb61ac.js → _rollupPluginBabelHelpers-34f2bdc3.js} +1 -1
- package/_rollupPluginBabelHelpers-34f2bdc3.js.map +1 -0
- package/{actionTypes-10a620c2.js → actionTypes-e67c8999.js} +1 -1
- package/{actionTypes-10a620c2.js.map → actionTypes-e67c8999.js.map} +1 -1
- package/cjs/App.js +56 -52
- package/cjs/App.js.map +1 -1
- package/cjs/Channel/components/ChannelHeader.js +19 -19
- package/cjs/Channel/components/ChannelUI.js +41 -41
- package/cjs/Channel/components/FileViewer.js +15 -15
- package/cjs/Channel/components/FrozenNotification.js +4 -4
- package/cjs/Channel/components/Message.js +36 -36
- package/cjs/Channel/components/MessageInput.js +29 -29
- package/cjs/Channel/components/MessageList.js +37 -37
- package/cjs/Channel/components/RemoveMessageModal.js +17 -17
- package/cjs/Channel/components/SuggestedMentionList.js +17 -17
- package/cjs/Channel/components/TypingIndicator.js +15 -15
- package/cjs/Channel/components/UnreadCount.js +4 -4
- package/cjs/Channel/context.js +12 -12
- package/cjs/Channel.js +41 -41
- package/cjs/ChannelList/components/AddChannel.js +14 -14
- package/cjs/ChannelList/components/ChannelListHeader.js +6 -6
- package/cjs/ChannelList/components/ChannelListUI.js +30 -30
- package/cjs/ChannelList/components/ChannelPreview.js +26 -26
- package/cjs/ChannelList/components/ChannelPreviewAction.js +13 -13
- package/cjs/ChannelList/context.js +7 -7
- package/cjs/ChannelList.js +30 -30
- package/cjs/{ChannelListProvider-6430fe4c.js → ChannelListProvider-51837593.js} +7 -7
- package/cjs/{ChannelListProvider-6430fe4c.js.map → ChannelListProvider-51837593.js.map} +1 -1
- package/cjs/{ChannelProvider-3ff8370e.js → ChannelProvider-ab59275b.js} +15 -12
- package/cjs/ChannelProvider-ab59275b.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-3e9072f8.js → CreateChannelProvider-e0ae2cf1.js} +1 -1
- package/cjs/{CreateChannelProvider-3e9072f8.js.map → CreateChannelProvider-e0ae2cf1.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-dfac4719.js → LocalizationContext-76831b0e.js} +3 -3
- package/cjs/{LocalizationContext-dfac4719.js.map → LocalizationContext-76831b0e.js.map} +1 -1
- package/cjs/{MediaQueryContext-3952aaf0.js → MediaQueryContext-792b58f7.js} +1 -1
- package/cjs/{MediaQueryContext-3952aaf0.js.map → MediaQueryContext-792b58f7.js.map} +1 -1
- package/cjs/{MemberList-1a975d5b.js → MemberList-6b630054.js} +5 -5
- package/cjs/{MemberList-1a975d5b.js.map → MemberList-6b630054.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 +19 -19
- package/cjs/OpenChannel/components/OpenChannelMessage.js +27 -27
- 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 +31 -31
- 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-dd6e7f9e.js → OpenChannelListProvider-4d15730f.js} +3 -3
- package/cjs/{OpenChannelListProvider-dd6e7f9e.js.map → OpenChannelListProvider-4d15730f.js.map} +1 -1
- package/cjs/{OpenChannelProvider-2e282416.js → OpenChannelProvider-2f59b53a.js} +7 -7
- package/cjs/{OpenChannelProvider-2e282416.js.map → OpenChannelProvider-2f59b53a.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-d1cfdf9c.js → RemoveMessageModal-47cae846.js} +3 -3
- package/cjs/{RemoveMessageModal-d1cfdf9c.js.map → RemoveMessageModal-47cae846.js.map} +1 -1
- package/cjs/SendbirdProvider.js +51 -24
- package/cjs/SendbirdProvider.js.map +1 -1
- package/cjs/Thread/components/ParentMessageInfo.js +33 -33
- package/cjs/Thread/components/ParentMessageInfoItem.js +21 -21
- package/cjs/Thread/components/ThreadHeader.js +6 -6
- package/cjs/Thread/components/ThreadList.js +36 -36
- package/cjs/Thread/components/ThreadListItem.js +36 -36
- package/cjs/Thread/components/ThreadMessageInput.js +30 -30
- package/cjs/Thread/components/ThreadUI.js +40 -40
- package/cjs/Thread/context.js +8 -8
- package/cjs/Thread.js +40 -40
- package/cjs/{ThreadProvider-0cb3c30a.js → ThreadProvider-5844bd6d.js} +7 -7
- package/cjs/{ThreadProvider-0cb3c30a.js.map → ThreadProvider-5844bd6d.js.map} +1 -1
- package/cjs/{UserProfileContext-0f985cc6.js → UserProfileContext-5fd27232.js} +1 -1
- package/cjs/{UserProfileContext-0f985cc6.js.map → UserProfileContext-5fd27232.js.map} +1 -1
- package/cjs/{VoiceMessageInputWrapper-17b5164e.js → VoiceMessageInputWrapper-e10f305f.js} +7 -7
- package/cjs/{VoiceMessageInputWrapper-17b5164e.js.map → VoiceMessageInputWrapper-e10f305f.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-892127b2.js → WebAudioUtils-4227909a.js} +2 -2
- package/cjs/{WebAudioUtils-892127b2.js.map → WebAudioUtils-4227909a.js.map} +1 -1
- package/cjs/{_rollupPluginBabelHelpers-821f4072.js → _rollupPluginBabelHelpers-2c208df7.js} +1 -1
- package/cjs/_rollupPluginBabelHelpers-2c208df7.js.map +1 -0
- package/cjs/{actionTypes-de1d09d0.js → actionTypes-64cb54b1.js} +1 -1
- package/cjs/{actionTypes-de1d09d0.js.map → actionTypes-64cb54b1.js.map} +1 -1
- package/cjs/{color-3d6d8736.js → color-2a756176.js} +1 -1
- package/cjs/{color-3d6d8736.js.map → color-2a756176.js.map} +1 -1
- package/cjs/{compareIds-3556bbb3.js → compareIds-d6d1cc62.js} +1 -1
- package/cjs/{compareIds-3556bbb3.js.map → compareIds-d6d1cc62.js.map} +1 -1
- package/cjs/{const-86841fbb.js → const-0f73f007.js} +1 -1
- package/cjs/{const-86841fbb.js.map → const-0f73f007.js.map} +1 -1
- package/cjs/{const-dc3c6d5b.js → const-2d057dc1.js} +1 -1
- package/cjs/{const-dc3c6d5b.js.map → const-2d057dc1.js.map} +1 -1
- package/cjs/{consts-8d7aaa9c.js → consts-0a4f487c.js} +1 -1
- package/cjs/{consts-8d7aaa9c.js.map → consts-0a4f487c.js.map} +1 -1
- package/cjs/{consts-8256a472.js → consts-5a40550e.js} +1 -1
- package/cjs/{consts-8256a472.js.map → consts-5a40550e.js.map} +1 -1
- package/cjs/{consts-f9a2a26c.js → consts-c16c955d.js} +1 -1
- package/cjs/{consts-f9a2a26c.js.map → consts-c16c955d.js.map} +1 -1
- package/cjs/{consts-c46342fa.js → consts-c1c7f3b9.js} +1 -1
- package/cjs/{consts-c46342fa.js.map → consts-c1c7f3b9.js.map} +1 -1
- package/cjs/{context-b28ce2a4.js → context-0bf4608e.js} +2 -2
- package/cjs/{context-b28ce2a4.js.map → context-0bf4608e.js.map} +1 -1
- package/cjs/dist/index.css +150 -150
- package/cjs/dist/index.css.map +1 -1
- package/cjs/{index-fbd23ffb.js → index-03a83f97.js} +4 -4
- package/cjs/{index-fbd23ffb.js.map → index-03a83f97.js.map} +1 -1
- package/cjs/{index-bc6b6310.js → index-060711f6.js} +2 -2
- package/cjs/{index-bc6b6310.js.map → index-060711f6.js.map} +1 -1
- package/cjs/{index-44df2311.js → index-29f85f9b.js} +2 -2
- package/cjs/{index-44df2311.js.map → index-29f85f9b.js.map} +1 -1
- package/cjs/{index-73e99e21.js → index-3aeb8bf9.js} +6 -6
- package/cjs/{index-73e99e21.js.map → index-3aeb8bf9.js.map} +1 -1
- package/cjs/{index-59d2a65c.js → index-44985c08.js} +2 -2
- package/cjs/{index-59d2a65c.js.map → index-44985c08.js.map} +1 -1
- package/cjs/{index-85cf4b69.js → index-6977efce.js} +3 -3
- package/cjs/{index-85cf4b69.js.map → index-6977efce.js.map} +1 -1
- package/cjs/{index-3a63846b.js → index-6a9e8bcb.js} +4 -4
- package/cjs/{index-3a63846b.js.map → index-6a9e8bcb.js.map} +1 -1
- package/cjs/{index-09701ac2.js → index-6b02cca4.js} +3 -3
- package/cjs/{index-09701ac2.js.map → index-6b02cca4.js.map} +1 -1
- package/cjs/{index-781ba159.js → index-6c3bc4f9.js} +6 -6
- package/cjs/{index-781ba159.js.map → index-6c3bc4f9.js.map} +1 -1
- package/cjs/{index-207d1aa7.js → index-71863abf.js} +1 -1
- package/cjs/{index-207d1aa7.js.map → index-71863abf.js.map} +1 -1
- package/cjs/{index-2397c6d2.js → index-803f2ff2.js} +4 -4
- package/cjs/{index-2397c6d2.js.map → index-803f2ff2.js.map} +1 -1
- package/cjs/{index-ab40c390.js → index-b1b515a7.js} +2 -2
- package/cjs/{index-ab40c390.js.map → index-b1b515a7.js.map} +1 -1
- package/cjs/{index-83259052.js → index-b5614bfa.js} +2 -2
- package/cjs/{index-83259052.js.map → index-b5614bfa.js.map} +1 -1
- package/cjs/{index-b8fe0afb.js → index-c00c028b.js} +1 -1
- package/cjs/{index-b8fe0afb.js.map → index-c00c028b.js.map} +1 -1
- package/cjs/{index-0f8eb335.js → index-d69866c1.js} +5 -5
- package/cjs/{index-0f8eb335.js.map → index-d69866c1.js.map} +1 -1
- package/cjs/{index-efd85d9b.js → index-ea4739fe.js} +7 -16
- package/cjs/index-ea4739fe.js.map +1 -0
- package/cjs/{index-7374175c.js → index-f3743012.js} +3 -3
- package/cjs/{index-7374175c.js.map → index-f3743012.js.map} +1 -1
- package/cjs/index.js +52 -52
- package/cjs/{index.module-14306bea.js → index.module-bee98cc5.js} +1 -1
- package/cjs/{index.module-14306bea.js.map → index.module-bee98cc5.js.map} +1 -1
- package/cjs/package.json +2 -2
- package/cjs/{resolvedReplyType-f0306b85.js → resolvedReplyType-9517a813.js} +1 -1
- package/cjs/{resolvedReplyType-f0306b85.js.map → resolvedReplyType-9517a813.js.map} +1 -1
- package/cjs/sendbirdSelectors.js +3 -3
- package/cjs/{stringSet-d7336662.js → stringSet-39e8b84e.js} +1 -1
- package/cjs/{stringSet-d7336662.js.map → stringSet-39e8b84e.js.map} +1 -1
- package/cjs/{tokenize-3f0b3684.js → tokenize-3176b8f2.js} +2 -2
- package/cjs/{tokenize-3f0b3684.js.map → tokenize-3176b8f2.js.map} +1 -1
- package/cjs/{topics-42962f04.js → topics-e1897e48.js} +1 -1
- package/cjs/{topics-42962f04.js.map → topics-e1897e48.js.map} +1 -1
- package/cjs/{types-678dda5c.js → types-be32f153.js} +1 -1
- package/cjs/{types-678dda5c.js.map → types-be32f153.js.map} +1 -1
- 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 +13 -13
- 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-fa76abd0.js → useDirtyGetMentions-041acd2a.js} +1 -1
- package/cjs/{useDirtyGetMentions-fa76abd0.js.map → useDirtyGetMentions-041acd2a.js.map} +1 -1
- package/cjs/{useLongPress-749d0949.js → useLongPress-5432edbf.js} +3 -3
- package/cjs/{useLongPress-749d0949.js.map → useLongPress-5432edbf.js.map} +1 -1
- package/cjs/useSendbirdStateContext.js +1 -1
- package/cjs/utils/message/isVoiceMessage.js +2 -2
- package/cjs/{utils-045876e6.js → utils-24df69e2.js} +1 -1
- package/cjs/{utils-045876e6.js.map → utils-24df69e2.js.map} +1 -1
- package/cjs/{utils-94e5a198.js → utils-b653226e.js} +1 -1
- package/cjs/{utils-94e5a198.js.map → utils-b653226e.js.map} +1 -1
- package/cjs/{utils-79dbc416.js → utils-bec85954.js} +2 -2
- package/cjs/{utils-79dbc416.js.map → utils-bec85954.js.map} +1 -1
- package/cjs/{utils-a9deff88.js → utils-e7fdfd61.js} +1 -1
- package/cjs/{utils-a9deff88.js.map → utils-e7fdfd61.js.map} +1 -1
- package/cjs/{uuid-d0da5069.js → uuid-54dc5376.js} +1 -1
- package/cjs/{uuid-d0da5069.js.map → uuid-54dc5376.js.map} +1 -1
- package/cjs/withSendbird.js +1 -1
- package/{color-ab7e7bc7.js → color-b73a158c.js} +1 -1
- package/{color-ab7e7bc7.js.map → color-b73a158c.js.map} +1 -1
- package/{compareIds-5043693c.js → compareIds-eab12c15.js} +1 -1
- package/{compareIds-5043693c.js.map → compareIds-eab12c15.js.map} +1 -1
- package/{const-fca20435.js → const-72965dcb.js} +1 -1
- package/{const-fca20435.js.map → const-72965dcb.js.map} +1 -1
- package/{const-025a6663.js → const-9ab08d0b.js} +1 -1
- package/{const-025a6663.js.map → const-9ab08d0b.js.map} +1 -1
- package/{consts-f3773aec.js → consts-0726d733.js} +1 -1
- package/{consts-f3773aec.js.map → consts-0726d733.js.map} +1 -1
- package/{consts-24174019.js → consts-2475c80c.js} +1 -1
- package/{consts-24174019.js.map → consts-2475c80c.js.map} +1 -1
- package/{consts-d2416e9d.js → consts-55e36248.js} +1 -1
- package/{consts-d2416e9d.js.map → consts-55e36248.js.map} +1 -1
- package/{consts-b7f35c45.js → consts-8c9214ee.js} +1 -1
- package/{consts-b7f35c45.js.map → consts-8c9214ee.js.map} +1 -1
- package/{context-c0aa3153.js → context-ebecf7b8.js} +2 -2
- package/{context-c0aa3153.js.map → context-ebecf7b8.js.map} +1 -1
- package/dist/index.css +150 -150
- package/dist/index.css.map +1 -1
- package/{index-52ef886a.js → index-007ff82b.js} +6 -6
- package/{index-52ef886a.js.map → index-007ff82b.js.map} +1 -1
- package/{index-c0ad8cba.js → index-04e037ff.js} +2 -2
- package/{index-c0ad8cba.js.map → index-04e037ff.js.map} +1 -1
- package/{index-154e5847.js → index-055e94b6.js} +4 -4
- package/{index-154e5847.js.map → index-055e94b6.js.map} +1 -1
- package/{index-19c89fe9.js → index-0dd2ee39.js} +2 -2
- package/{index-19c89fe9.js.map → index-0dd2ee39.js.map} +1 -1
- package/{index-90e6590e.js → index-642e3f32.js} +6 -6
- package/{index-90e6590e.js.map → index-642e3f32.js.map} +1 -1
- package/{index-f5c552d4.js → index-7727118e.js} +5 -5
- package/{index-f5c552d4.js.map → index-7727118e.js.map} +1 -1
- package/{index-19d195fc.js → index-7b514167.js} +4 -4
- package/{index-19d195fc.js.map → index-7b514167.js.map} +1 -1
- package/{index-a31eccd0.js → index-8485f009.js} +2 -2
- package/{index-a31eccd0.js.map → index-8485f009.js.map} +1 -1
- package/{index-6f9321c7.js → index-8dcf7652.js} +3 -3
- package/{index-6f9321c7.js.map → index-8dcf7652.js.map} +1 -1
- package/{index-6ad85ea4.js → index-96fe32b3.js} +7 -16
- package/index-96fe32b3.js.map +1 -0
- package/{index-f64beda8.js → index-a5bf5a96.js} +1 -1
- package/{index-f64beda8.js.map → index-a5bf5a96.js.map} +1 -1
- package/{index-d00acb09.js → index-af1fb797.js} +4 -4
- package/{index-d00acb09.js.map → index-af1fb797.js.map} +1 -1
- package/{index-2c656bc8.js → index-b74226dc.js} +2 -2
- package/{index-2c656bc8.js.map → index-b74226dc.js.map} +1 -1
- package/{index-d7ee84bd.js → index-c191462d.js} +3 -3
- package/{index-d7ee84bd.js.map → index-c191462d.js.map} +1 -1
- package/{index-6e3d6cea.js → index-c2640752.js} +2 -2
- package/{index-6e3d6cea.js.map → index-c2640752.js.map} +1 -1
- package/{index-abb1ce64.js → index-c2c52b45.js} +3 -3
- package/{index-abb1ce64.js.map → index-c2c52b45.js.map} +1 -1
- package/{index-a569ea6e.js → index-e43e7fa2.js} +1 -1
- package/{index-a569ea6e.js.map → index-e43e7fa2.js.map} +1 -1
- package/index.d.ts +2 -1
- package/index.js +52 -52
- package/{index.module-c918987d.js → index.module-0ccd37ce.js} +1 -1
- package/{index.module-c918987d.js.map → index.module-0ccd37ce.js.map} +1 -1
- package/package.json +2 -2
- package/{resolvedReplyType-30ab069f.js → resolvedReplyType-6785a18d.js} +1 -1
- package/{resolvedReplyType-30ab069f.js.map → resolvedReplyType-6785a18d.js.map} +1 -1
- package/sendbirdSelectors.js +3 -3
- package/{stringSet-652ee695.js → stringSet-23a36018.js} +1 -1
- package/{stringSet-652ee695.js.map → stringSet-23a36018.js.map} +1 -1
- package/{tokenize-27803086.js → tokenize-6f680d6a.js} +2 -2
- package/{tokenize-27803086.js.map → tokenize-6f680d6a.js.map} +1 -1
- package/{topics-856bfe5f.js → topics-67f9a9f1.js} +1 -1
- package/{topics-856bfe5f.js.map → topics-67f9a9f1.js.map} +1 -1
- package/{types-5f7b5cef.js → types-82eb7ae8.js} +1 -1
- package/{types-5f7b5cef.js.map → types-82eb7ae8.js.map} +1 -1
- 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 +13 -13
- 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-01e9ef5d.js → useDirtyGetMentions-e4e855e3.js} +1 -1
- package/{useDirtyGetMentions-01e9ef5d.js.map → useDirtyGetMentions-e4e855e3.js.map} +1 -1
- package/{useLongPress-bfd81b46.js → useLongPress-0cf29ece.js} +3 -3
- package/{useLongPress-bfd81b46.js.map → useLongPress-0cf29ece.js.map} +1 -1
- package/useSendbirdStateContext.js +1 -1
- package/utils/message/isVoiceMessage.js +2 -2
- package/{utils-4cb05152.js → utils-8e781334.js} +1 -1
- package/{utils-4cb05152.js.map → utils-8e781334.js.map} +1 -1
- package/{utils-d854537d.js → utils-a7468577.js} +2 -2
- package/{utils-d854537d.js.map → utils-a7468577.js.map} +1 -1
- package/{utils-de7adb0f.js → utils-cae251db.js} +1 -1
- package/{utils-de7adb0f.js.map → utils-cae251db.js.map} +1 -1
- package/{utils-ff4dfffd.js → utils-e81640a7.js} +1 -1
- package/{utils-ff4dfffd.js.map → utils-e81640a7.js.map} +1 -1
- package/{uuid-56142496.js → uuid-10fc0de7.js} +1 -1
- package/{uuid-56142496.js.map → uuid-10fc0de7.js.map} +1 -1
- package/withSendbird.js +1 -1
- package/ChannelProvider-9db7b4b0.js.map +0 -1
- package/_rollupPluginBabelHelpers-bafb61ac.js.map +0 -1
- package/cjs/ChannelProvider-3ff8370e.js.map +0 -1
- package/cjs/_rollupPluginBabelHelpers-821f4072.js.map +0 -1
- package/cjs/index-efd85d9b.js.map +0 -1
- package/index-6ad85ea4.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-cae251db.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-2952e678.js';
|
|
7
|
+
import { u as useMediaQueryContext } from '../../MediaQueryContext-2173573f.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-0dd2ee39.js';
|
|
10
10
|
import '../../withSendbird.js';
|
|
11
|
-
import '../../_rollupPluginBabelHelpers-
|
|
12
|
-
import '../../UserProfileContext-
|
|
11
|
+
import '../../_rollupPluginBabelHelpers-34f2bdc3.js';
|
|
12
|
+
import '../../UserProfileContext-76aab169.js';
|
|
13
13
|
import 'prop-types';
|
|
14
|
-
import '../../uuid-
|
|
14
|
+
import '../../uuid-10fc0de7.js';
|
|
15
15
|
import 'react-dom';
|
|
16
|
-
import '../../index-
|
|
16
|
+
import '../../index-a5bf5a96.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-23a36018.js';
|
|
21
|
+
import '../../index-e43e7fa2.js';
|
|
22
|
+
import '../../color-b73a158c.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-2952e678.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-0dd2ee39.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-34f2bdc3.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-a51051e6.js';
|
|
19
|
+
import { n as noop } from '../../utils-cae251db.js';
|
|
20
|
+
import '../../stringSet-23a36018.js';
|
|
21
|
+
import '../../index-e43e7fa2.js';
|
|
22
22
|
import '../../ui/AccordionGroup.js';
|
|
23
|
-
import '../../context-
|
|
23
|
+
import '../../context-ebecf7b8.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-10fc0de7.js';
|
|
28
|
+
import '../../index-96fe32b3.js';
|
|
29
29
|
import '../../utils/message/getOutgoingMessageState.js';
|
|
30
|
-
import '../../UserProfileContext-
|
|
30
|
+
import '../../UserProfileContext-76aab169.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-67f9a9f1.js';
|
|
37
|
+
import '../../index-a5bf5a96.js';
|
|
38
|
+
import '../../MediaQueryContext-2173573f.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-2952e678.js';
|
|
3
|
+
import { a as UserProfileContext } from '../../UserProfileContext-76aab169.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-0dd2ee39.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-23a36018.js';
|
|
10
|
+
import '../../index-e43e7fa2.js';
|
|
11
11
|
import 'prop-types';
|
|
12
12
|
import '../../ui/ImageRenderer.js';
|
|
13
13
|
import '../../ui/Icon.js';
|
|
14
|
-
import '../../uuid-
|
|
14
|
+
import '../../uuid-10fc0de7.js';
|
|
15
15
|
import '../../sendbirdSelectors.js';
|
|
16
|
-
import '../../_rollupPluginBabelHelpers-
|
|
17
|
-
import '../../topics-
|
|
18
|
-
import '../../utils-
|
|
16
|
+
import '../../_rollupPluginBabelHelpers-34f2bdc3.js';
|
|
17
|
+
import '../../topics-67f9a9f1.js';
|
|
18
|
+
import '../../utils-cae251db.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-96fe32b3.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-2952e678.js';
|
|
3
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../../index-0dd2ee39.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-a51051e6.js';
|
|
7
7
|
import { useChannelSettingsContext } from '../context.js';
|
|
8
|
-
import '../../stringSet-
|
|
9
|
-
import '../../index-
|
|
8
|
+
import '../../stringSet-23a36018.js';
|
|
9
|
+
import '../../index-e43e7fa2.js';
|
|
10
10
|
import 'prop-types';
|
|
11
11
|
import '../../ui/Button.js';
|
|
12
12
|
import '../../ui/IconButton.js';
|
|
13
|
-
import '../../_rollupPluginBabelHelpers-
|
|
13
|
+
import '../../_rollupPluginBabelHelpers-34f2bdc3.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-10fc0de7.js';
|
|
18
|
+
import '../../index-96fe32b3.js';
|
|
19
19
|
import '../../utils/message/getOutgoingMessageState.js';
|
|
20
20
|
import './UserListItem.js';
|
|
21
|
-
import '../../UserProfileContext-
|
|
21
|
+
import '../../UserProfileContext-76aab169.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-67f9a9f1.js';
|
|
28
|
+
import '../../utils-cae251db.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-a5bf5a96.js';
|
|
33
|
+
import '../../MediaQueryContext-2173573f.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-76aab169.js';
|
|
4
|
+
import { u as uuidv4 } from '../uuid-10fc0de7.js';
|
|
5
5
|
import '../withSendbird.js';
|
|
6
|
-
import '../_rollupPluginBabelHelpers-
|
|
6
|
+
import '../_rollupPluginBabelHelpers-34f2bdc3.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-34f2bdc3.js';
|
|
7
|
+
import './index-c2c52b45.js';
|
|
8
|
+
import './LocalizationContext-2952e678.js';
|
|
9
|
+
import './stringSet-23a36018.js';
|
|
10
|
+
import './index-e43e7fa2.js';
|
|
11
11
|
import './ui/Icon.js';
|
|
12
12
|
import 'prop-types';
|
|
13
|
-
import './index-
|
|
13
|
+
import './index-0dd2ee39.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-10fc0de7.js';
|
|
21
|
+
import './utils-8e781334.js';
|
|
22
22
|
import './ui/TextButton.js';
|
|
23
|
-
import './color-
|
|
23
|
+
import './color-b73a158c.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-a5bf5a96.js';
|
|
28
28
|
import './ui/Button.js';
|
|
29
|
-
import './MediaQueryContext-
|
|
29
|
+
import './MediaQueryContext-2173573f.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-ebecf7b8.js';
|
|
35
|
+
import './utils-cae251db.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-96fe32b3.js';
|
|
41
41
|
import './utils/message/getOutgoingMessageState.js';
|
|
42
42
|
import './ChannelSettings/components/UserListItem.js';
|
|
43
|
-
import './UserProfileContext-
|
|
43
|
+
import './UserProfileContext-76aab169.js';
|
|
44
44
|
import './ui/MutedAvatarOverlay.js';
|
|
45
45
|
import './ui/UserProfile.js';
|
|
46
46
|
import './sendbirdSelectors.js';
|
|
47
|
-
import './topics-
|
|
47
|
+
import './topics-67f9a9f1.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-a51051e6.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-eeaa1371.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-34f2bdc3.js';
|
|
7
|
+
import '../../topics-67f9a9f1.js';
|
|
8
|
+
import '../../utils-cae251db.js';
|
|
9
9
|
import '../../useSendbirdStateContext.js';
|
|
10
10
|
import '../../withSendbird.js';
|
|
11
|
-
import '../../LocalizationContext-
|
|
12
|
-
import '../../stringSet-
|
|
13
|
-
import '../../index-
|
|
11
|
+
import '../../LocalizationContext-2952e678.js';
|
|
12
|
+
import '../../stringSet-23a36018.js';
|
|
13
|
+
import '../../index-e43e7fa2.js';
|
|
14
14
|
import '../../ui/Modal.js';
|
|
15
15
|
import 'react-dom';
|
|
16
|
-
import '../../index-
|
|
16
|
+
import '../../index-a5bf5a96.js';
|
|
17
17
|
import '../../ui/Button.js';
|
|
18
|
-
import '../../index-
|
|
18
|
+
import '../../index-0dd2ee39.js';
|
|
19
19
|
import 'prop-types';
|
|
20
20
|
import '../../ui/Icon.js';
|
|
21
21
|
import '../../ui/IconButton.js';
|
|
22
|
-
import '../../MediaQueryContext-
|
|
22
|
+
import '../../MediaQueryContext-2173573f.js';
|
|
23
23
|
import '../../ui/UserListItem.js';
|
|
24
|
-
import '../../UserProfileContext-
|
|
24
|
+
import '../../UserProfileContext-76aab169.js';
|
|
25
25
|
import '../../ui/Avatar.js';
|
|
26
26
|
import '../../ui/ImageRenderer.js';
|
|
27
|
-
import '../../uuid-
|
|
27
|
+
import '../../uuid-10fc0de7.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-96fe32b3.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-34f2bdc3.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-2952e678.js';
|
|
4
|
+
import { u as useCreateChannelContext } from '../../CreateChannelProvider-eeaa1371.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-0dd2ee39.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-23a36018.js';
|
|
11
|
+
import '../../index-e43e7fa2.js';
|
|
12
12
|
import '../../sendbirdSelectors.js';
|
|
13
|
-
import '../../topics-
|
|
14
|
-
import '../../utils-
|
|
13
|
+
import '../../topics-67f9a9f1.js';
|
|
14
|
+
import '../../utils-cae251db.js';
|
|
15
15
|
import '../../withSendbird.js';
|
|
16
16
|
import 'react-dom';
|
|
17
|
-
import '../../index-
|
|
17
|
+
import '../../index-a5bf5a96.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-2173573f.js';
|
|
22
|
+
import '../../UserProfileContext-76aab169.js';
|
|
23
23
|
import '../../ui/Avatar.js';
|
|
24
24
|
import '../../ui/ImageRenderer.js';
|
|
25
|
-
import '../../uuid-
|
|
25
|
+
import '../../uuid-10fc0de7.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-96fe32b3.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-eeaa1371.js';
|
|
5
|
+
import { a as LocalizationContext } from '../../LocalizationContext-2952e678.js';
|
|
6
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../../index-0dd2ee39.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-34f2bdc3.js';
|
|
10
|
+
import '../../topics-67f9a9f1.js';
|
|
11
|
+
import '../../utils-cae251db.js';
|
|
12
12
|
import '../../withSendbird.js';
|
|
13
|
-
import '../../stringSet-
|
|
14
|
-
import '../../index-
|
|
13
|
+
import '../../stringSet-23a36018.js';
|
|
14
|
+
import '../../index-e43e7fa2.js';
|
|
15
15
|
import 'prop-types';
|
|
16
16
|
import 'react-dom';
|
|
17
|
-
import '../../index-
|
|
17
|
+
import '../../index-a5bf5a96.js';
|
|
18
18
|
import '../../ui/Button.js';
|
|
19
19
|
import '../../ui/IconButton.js';
|
|
20
|
-
import '../../MediaQueryContext-
|
|
20
|
+
import '../../MediaQueryContext-2173573f.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-eeaa1371.js';
|
|
5
|
+
import '../_rollupPluginBabelHelpers-34f2bdc3.js';
|
|
6
|
+
import '../topics-67f9a9f1.js';
|
|
7
|
+
import '../utils-cae251db.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-eeaa1371.js';
|
|
4
4
|
import './CreateChannel/components/InviteUsers.js';
|
|
5
|
-
import './_rollupPluginBabelHelpers-
|
|
6
|
-
import './LocalizationContext-
|
|
7
|
-
import './stringSet-
|
|
8
|
-
import './index-
|
|
5
|
+
import './_rollupPluginBabelHelpers-34f2bdc3.js';
|
|
6
|
+
import './LocalizationContext-2952e678.js';
|
|
7
|
+
import './stringSet-23a36018.js';
|
|
8
|
+
import './index-e43e7fa2.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-a5bf5a96.js';
|
|
14
14
|
import './ui/Button.js';
|
|
15
|
-
import './index-
|
|
15
|
+
import './index-0dd2ee39.js';
|
|
16
16
|
import 'prop-types';
|
|
17
17
|
import './ui/Icon.js';
|
|
18
18
|
import './ui/IconButton.js';
|
|
19
|
-
import './MediaQueryContext-
|
|
19
|
+
import './MediaQueryContext-2173573f.js';
|
|
20
20
|
import './ui/UserListItem.js';
|
|
21
|
-
import './UserProfileContext-
|
|
21
|
+
import './UserProfileContext-76aab169.js';
|
|
22
22
|
import './ui/Avatar.js';
|
|
23
23
|
import './ui/ImageRenderer.js';
|
|
24
|
-
import './uuid-
|
|
24
|
+
import './uuid-10fc0de7.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-67f9a9f1.js';
|
|
30
|
+
import './utils-cae251db.js';
|
|
31
31
|
import './ui/ContextMenu.js';
|
|
32
32
|
import './ui/SortByRow.js';
|
|
33
|
-
import './index-
|
|
33
|
+
import './index-96fe32b3.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-eeaa1371.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CreateChannelProvider-
|
|
1
|
+
{"version":3,"file":"CreateChannelProvider-eeaa1371.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-2952e678.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-0dd2ee39.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-23a36018.js';
|
|
12
|
+
import '../../index-e43e7fa2.js';
|
|
13
13
|
import '../../ui/ImageRenderer.js';
|
|
14
|
-
import '../../uuid-
|
|
14
|
+
import '../../uuid-10fc0de7.js';
|
|
15
15
|
import 'prop-types';
|
|
16
16
|
import 'react-dom';
|
|
17
|
-
import '../../index-
|
|
17
|
+
import '../../index-a5bf5a96.js';
|
|
18
18
|
import '../../ui/IconButton.js';
|
|
19
|
-
import '../../_rollupPluginBabelHelpers-
|
|
20
|
-
import '../../MediaQueryContext-
|
|
21
|
-
import '../../color-
|
|
19
|
+
import '../../_rollupPluginBabelHelpers-34f2bdc3.js';
|
|
20
|
+
import '../../MediaQueryContext-2173573f.js';
|
|
21
|
+
import '../../color-b73a158c.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-34f2bdc3.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-2952e678.js';
|
|
5
|
+
import './stringSet-23a36018.js';
|
|
6
|
+
import './index-e43e7fa2.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-10fc0de7.js';
|
|
12
12
|
import './ui/Button.js';
|
|
13
|
-
import './index-
|
|
13
|
+
import './index-0dd2ee39.js';
|
|
14
14
|
import './ui/Modal.js';
|
|
15
15
|
import 'react-dom';
|
|
16
|
-
import './index-
|
|
16
|
+
import './index-a5bf5a96.js';
|
|
17
17
|
import './ui/IconButton.js';
|
|
18
|
-
import './_rollupPluginBabelHelpers-
|
|
19
|
-
import './MediaQueryContext-
|
|
18
|
+
import './_rollupPluginBabelHelpers-34f2bdc3.js';
|
|
19
|
+
import './MediaQueryContext-2173573f.js';
|
|
20
20
|
import './ui/Input.js';
|
|
21
21
|
import './ui/TextButton.js';
|
|
22
|
-
import './color-
|
|
22
|
+
import './color-b73a158c.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-7727118e.js';
|
|
3
3
|
import '../../ui/Modal.js';
|
|
4
|
-
import '../../LocalizationContext-
|
|
4
|
+
import '../../LocalizationContext-2952e678.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-0dd2ee39.js';
|
|
11
11
|
import '../../ui/TextButton.js';
|
|
12
|
-
import '../../utils-
|
|
13
|
-
import '../../actionTypes-
|
|
12
|
+
import '../../utils-cae251db.js';
|
|
13
|
+
import '../../actionTypes-e67c8999.js';
|
|
14
14
|
import 'react-dom';
|
|
15
|
-
import '../../index-
|
|
15
|
+
import '../../index-a5bf5a96.js';
|
|
16
16
|
import '../../ui/IconButton.js';
|
|
17
|
-
import '../../_rollupPluginBabelHelpers-
|
|
18
|
-
import '../../MediaQueryContext-
|
|
19
|
-
import '../../stringSet-
|
|
20
|
-
import '../../index-
|
|
17
|
+
import '../../_rollupPluginBabelHelpers-34f2bdc3.js';
|
|
18
|
+
import '../../MediaQueryContext-2173573f.js';
|
|
19
|
+
import '../../stringSet-23a36018.js';
|
|
20
|
+
import '../../index-e43e7fa2.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-10fc0de7.js';
|
|
25
|
+
import '../../color-b73a158c.js';
|
|
26
26
|
//# sourceMappingURL=EditUserProfileUI.js.map
|