@sendbird/uikit-react 3.5.0-mobile-rc-2 → 3.5.0-mobile-rc-3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/App.js +51 -51
- package/App.js.map +1 -1
- package/Channel/components/ChannelHeader.js +18 -18
- package/Channel/components/ChannelUI.js +42 -42
- package/Channel/components/ChannelUI.js.map +1 -1
- package/Channel/components/FileViewer.js +14 -14
- package/Channel/components/FrozenNotification.js +4 -4
- package/Channel/components/Message.js +35 -35
- package/Channel/components/MessageInput.js +27 -27
- package/Channel/components/MessageList.js +36 -36
- package/Channel/components/RemoveMessageModal.js +16 -16
- package/Channel/components/SuggestedMentionList.js +16 -16
- package/Channel/components/TypingIndicator.js +14 -14
- package/Channel/components/UnreadCount.js +4 -4
- package/Channel/context.js +11 -11
- package/Channel.js +40 -40
- package/ChannelList/components/AddChannel.js +14 -14
- package/ChannelList/components/ChannelListHeader.js +6 -6
- package/ChannelList/components/ChannelListUI.js +29 -29
- package/ChannelList/components/ChannelPreview.js +25 -25
- package/ChannelList/components/ChannelPreviewAction.js +13 -13
- package/ChannelList/context.js +7 -7
- package/ChannelList.js +29 -29
- package/{ChannelListProvider-f4c0aff6.js → ChannelListProvider-16d506e3.js} +7 -7
- package/{ChannelListProvider-f4c0aff6.js.map → ChannelListProvider-16d506e3.js.map} +1 -1
- package/{ChannelProvider-b87f8785.js → ChannelProvider-f39a427f.js} +12 -11
- package/ChannelProvider-f39a427f.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-5ad9445d.js} +1 -1
- package/{CreateChannelProvider-d1d6157f.js.map → CreateChannelProvider-5ad9445d.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-674efe64.js} +3 -3
- package/{LocalizationContext-98745624.js.map → LocalizationContext-674efe64.js.map} +1 -1
- package/{MediaQueryContext-6d766662.js → MediaQueryContext-c2b754b4.js} +1 -2
- package/MediaQueryContext-c2b754b4.js.map +1 -0
- package/{MemberList-bf2773a4.js → MemberList-0a820146.js} +5 -5
- package/{MemberList-bf2773a4.js.map → MemberList-0a820146.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 +18 -18
- 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-bf89d8f0.js → OpenChannelListProvider-f71260c9.js} +3 -3
- package/{OpenChannelListProvider-bf89d8f0.js.map → OpenChannelListProvider-f71260c9.js.map} +1 -1
- package/{OpenChannelProvider-7d82340b.js → OpenChannelProvider-6f8c231a.js} +7 -7
- package/{OpenChannelProvider-7d82340b.js.map → OpenChannelProvider-6f8c231a.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-3fd74511.js} +3 -3
- package/{RemoveMessageModal-150f000c.js.map → RemoveMessageModal-3fd74511.js.map} +1 -1
- package/SendbirdProvider.js +33 -194
- package/SendbirdProvider.js.map +1 -1
- package/Thread/components/ParentMessageInfo.js +32 -32
- package/Thread/components/ParentMessageInfoItem.js +21 -21
- package/Thread/components/ThreadHeader.js +6 -6
- package/Thread/components/ThreadList.js +35 -35
- package/Thread/components/ThreadListItem.js +35 -35
- package/Thread/components/ThreadMessageInput.js +28 -28
- package/Thread/components/ThreadUI.js +39 -39
- package/Thread/context.js +8 -8
- package/Thread.js +39 -39
- package/{ThreadProvider-4da093f0.js → ThreadProvider-da0112d8.js} +7 -7
- package/{ThreadProvider-4da093f0.js.map → ThreadProvider-da0112d8.js.map} +1 -1
- package/{UserProfileContext-ce4a3d51.js → UserProfileContext-ca6e2310.js} +1 -1
- package/{UserProfileContext-ce4a3d51.js.map → UserProfileContext-ca6e2310.js.map} +1 -1
- package/{VoiceMessageInputWrapper-f6ffe284.js → VoiceMessageInputWrapper-ceba20ae.js} +7 -7
- package/{VoiceMessageInputWrapper-f6ffe284.js.map → VoiceMessageInputWrapper-ceba20ae.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-086599ab.js} +1 -1
- package/{WebAudioUtils-f0cd04f9.js.map → WebAudioUtils-086599ab.js.map} +1 -1
- package/{_rollupPluginBabelHelpers-447283c1.js → _rollupPluginBabelHelpers-fba60f75.js} +1 -1
- package/_rollupPluginBabelHelpers-fba60f75.js.map +1 -0
- package/{actionTypes-79c91098.js → actionTypes-5e5dfc97.js} +1 -1
- package/{actionTypes-79c91098.js.map → actionTypes-5e5dfc97.js.map} +1 -1
- package/cjs/App.js +51 -51
- package/cjs/App.js.map +1 -1
- package/cjs/Channel/components/ChannelHeader.js +18 -18
- package/cjs/Channel/components/ChannelUI.js +42 -42
- package/cjs/Channel/components/ChannelUI.js.map +1 -1
- package/cjs/Channel/components/FileViewer.js +14 -14
- package/cjs/Channel/components/FrozenNotification.js +4 -4
- package/cjs/Channel/components/Message.js +35 -35
- package/cjs/Channel/components/MessageInput.js +27 -27
- package/cjs/Channel/components/MessageList.js +36 -36
- package/cjs/Channel/components/RemoveMessageModal.js +16 -16
- package/cjs/Channel/components/SuggestedMentionList.js +16 -16
- package/cjs/Channel/components/TypingIndicator.js +14 -14
- package/cjs/Channel/components/UnreadCount.js +4 -4
- package/cjs/Channel/context.js +11 -11
- package/cjs/Channel.js +40 -40
- package/cjs/ChannelList/components/AddChannel.js +14 -14
- package/cjs/ChannelList/components/ChannelListHeader.js +6 -6
- package/cjs/ChannelList/components/ChannelListUI.js +29 -29
- package/cjs/ChannelList/components/ChannelPreview.js +25 -25
- package/cjs/ChannelList/components/ChannelPreviewAction.js +13 -13
- package/cjs/ChannelList/context.js +7 -7
- package/cjs/ChannelList.js +29 -29
- package/cjs/{ChannelListProvider-9d957501.js → ChannelListProvider-21ef123f.js} +7 -7
- package/cjs/{ChannelListProvider-9d957501.js.map → ChannelListProvider-21ef123f.js.map} +1 -1
- package/cjs/{ChannelProvider-922c546f.js → ChannelProvider-1599fb99.js} +12 -11
- package/cjs/ChannelProvider-1599fb99.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-5d628a3f.js} +1 -1
- package/cjs/{CreateChannelProvider-229e7f71.js.map → CreateChannelProvider-5d628a3f.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-a584fa55.js} +3 -3
- package/cjs/{LocalizationContext-08e5c17b.js.map → LocalizationContext-a584fa55.js.map} +1 -1
- package/cjs/{MediaQueryContext-456e731e.js → MediaQueryContext-baafb1bb.js} +1 -2
- package/cjs/MediaQueryContext-baafb1bb.js.map +1 -0
- package/cjs/{MemberList-cbb81b79.js → MemberList-2e6f8eb2.js} +5 -5
- package/cjs/{MemberList-cbb81b79.js.map → MemberList-2e6f8eb2.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 +18 -18
- 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-f20fba00.js → OpenChannelListProvider-4c7e2916.js} +3 -3
- package/cjs/{OpenChannelListProvider-f20fba00.js.map → OpenChannelListProvider-4c7e2916.js.map} +1 -1
- package/cjs/{OpenChannelProvider-d9241f7b.js → OpenChannelProvider-e515e831.js} +7 -7
- package/cjs/{OpenChannelProvider-d9241f7b.js.map → OpenChannelProvider-e515e831.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-46ba7070.js} +3 -3
- package/cjs/{RemoveMessageModal-4893cb9d.js.map → RemoveMessageModal-46ba7070.js.map} +1 -1
- package/cjs/SendbirdProvider.js +34 -195
- package/cjs/SendbirdProvider.js.map +1 -1
- package/cjs/Thread/components/ParentMessageInfo.js +32 -32
- package/cjs/Thread/components/ParentMessageInfoItem.js +21 -21
- package/cjs/Thread/components/ThreadHeader.js +6 -6
- package/cjs/Thread/components/ThreadList.js +35 -35
- package/cjs/Thread/components/ThreadListItem.js +35 -35
- package/cjs/Thread/components/ThreadMessageInput.js +28 -28
- package/cjs/Thread/components/ThreadUI.js +39 -39
- package/cjs/Thread/context.js +8 -8
- package/cjs/Thread.js +39 -39
- package/cjs/{ThreadProvider-11d14c8b.js → ThreadProvider-c79aceb3.js} +7 -7
- package/cjs/{ThreadProvider-11d14c8b.js.map → ThreadProvider-c79aceb3.js.map} +1 -1
- package/cjs/{UserProfileContext-7a6236bc.js → UserProfileContext-0308bb46.js} +1 -1
- package/cjs/{UserProfileContext-7a6236bc.js.map → UserProfileContext-0308bb46.js.map} +1 -1
- package/cjs/{VoiceMessageInputWrapper-42361701.js → VoiceMessageInputWrapper-4d17462c.js} +7 -7
- package/cjs/{VoiceMessageInputWrapper-42361701.js.map → VoiceMessageInputWrapper-4d17462c.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-0b2ff03e.js} +1 -1
- package/cjs/{WebAudioUtils-1c3089ae.js.map → WebAudioUtils-0b2ff03e.js.map} +1 -1
- package/cjs/{_rollupPluginBabelHelpers-36df1dd2.js → _rollupPluginBabelHelpers-17f53083.js} +1 -1
- package/cjs/_rollupPluginBabelHelpers-17f53083.js.map +1 -0
- package/cjs/{actionTypes-a970787b.js → actionTypes-9b5d9ddf.js} +1 -1
- package/cjs/{actionTypes-a970787b.js.map → actionTypes-9b5d9ddf.js.map} +1 -1
- package/cjs/{color-529206b1.js → color-f5216e6a.js} +1 -1
- package/cjs/{color-529206b1.js.map → color-f5216e6a.js.map} +1 -1
- package/cjs/{compareIds-bce52f6f.js → compareIds-c9b9dfbc.js} +1 -1
- package/cjs/{compareIds-bce52f6f.js.map → compareIds-c9b9dfbc.js.map} +1 -1
- package/cjs/{const-12d439f2.js → const-75f8d9ae.js} +1 -1
- package/cjs/{const-12d439f2.js.map → const-75f8d9ae.js.map} +1 -1
- package/cjs/{const-f45b8147.js → const-a9f20831.js} +1 -1
- package/cjs/{const-f45b8147.js.map → const-a9f20831.js.map} +1 -1
- package/cjs/{consts-513030e5.js → consts-6a102338.js} +1 -1
- package/cjs/{consts-513030e5.js.map → consts-6a102338.js.map} +1 -1
- package/cjs/{consts-47075b32.js → consts-78675c0f.js} +1 -1
- package/cjs/{consts-47075b32.js.map → consts-78675c0f.js.map} +1 -1
- package/cjs/{consts-e2998e23.js → consts-8f76585f.js} +1 -1
- package/cjs/{consts-e2998e23.js.map → consts-8f76585f.js.map} +1 -1
- package/cjs/{consts-df560049.js → consts-b90134e3.js} +1 -1
- package/cjs/{consts-df560049.js.map → consts-b90134e3.js.map} +1 -1
- package/cjs/{context-197da590.js → context-a04985ac.js} +2 -2
- package/cjs/{context-197da590.js.map → context-a04985ac.js.map} +1 -1
- package/cjs/dist/index.css +94 -94
- package/cjs/dist/index.css.map +1 -1
- package/cjs/{index-cf54e45c.js → index-0546aff2.js} +2 -2
- package/cjs/{index-cf54e45c.js.map → index-0546aff2.js.map} +1 -1
- package/cjs/{index-dc79adcc.js → index-3606d178.js} +2 -2
- package/cjs/{index-dc79adcc.js.map → index-3606d178.js.map} +1 -1
- package/cjs/{index-43dc753a.js → index-36b49ef5.js} +1 -1
- package/cjs/{index-43dc753a.js.map → index-36b49ef5.js.map} +1 -1
- package/cjs/{index-0f0d9993.js → index-3f50b745.js} +2 -2
- package/cjs/{index-0f0d9993.js.map → index-3f50b745.js.map} +1 -1
- package/cjs/{index-bed4f92e.js → index-5012370d.js} +4 -4
- package/cjs/{index-bed4f92e.js.map → index-5012370d.js.map} +1 -1
- package/cjs/{index-963a1cb0.js → index-63a06f37.js} +2 -2
- package/cjs/{index-963a1cb0.js.map → index-63a06f37.js.map} +1 -1
- package/cjs/{index-afdcc71c.js → index-70ee1e87.js} +2 -2
- package/cjs/{index-afdcc71c.js.map → index-70ee1e87.js.map} +1 -1
- package/cjs/{index-00dd60e1.js → index-77a6e8f7.js} +6 -6
- package/cjs/{index-00dd60e1.js.map → index-77a6e8f7.js.map} +1 -1
- package/cjs/{index-66390034.js → index-91cd09c7.js} +1 -1
- package/cjs/{index-66390034.js.map → index-91cd09c7.js.map} +1 -1
- package/cjs/{index-2c2b84d3.js → index-93ba8e85.js} +4 -4
- package/cjs/{index-2c2b84d3.js.map → index-93ba8e85.js.map} +1 -1
- package/cjs/{index-3ca314da.js → index-98dc0da4.js} +4 -4
- package/cjs/{index-3ca314da.js.map → index-98dc0da4.js.map} +1 -1
- package/cjs/{index-5dd3d0d6.js → index-a039da1f.js} +3 -3
- package/cjs/{index-5dd3d0d6.js.map → index-a039da1f.js.map} +1 -1
- package/cjs/{index-7f58f1fb.js → index-ab691428.js} +3 -3
- package/cjs/{index-7f58f1fb.js.map → index-ab691428.js.map} +1 -1
- package/cjs/{index-d246f067.js → index-be531e8c.js} +3 -3
- package/cjs/{index-d246f067.js.map → index-be531e8c.js.map} +1 -1
- package/cjs/{index-738bdba1.js → index-c3b543df.js} +6 -6
- package/cjs/{index-738bdba1.js.map → index-c3b543df.js.map} +1 -1
- package/cjs/{index-ffb65641.js → index-d947b675.js} +5 -5
- package/cjs/{index-ffb65641.js.map → index-d947b675.js.map} +1 -1
- package/cjs/{index-7eab3b18.js → index-de824ad7.js} +2 -2
- package/cjs/{index-7eab3b18.js.map → index-de824ad7.js.map} +1 -1
- package/cjs/index.js +52 -51
- package/cjs/index.js.map +1 -1
- package/cjs/{index.module-76c961aa.js → index.module-6fa7f09a.js} +1 -1
- package/cjs/{index.module-76c961aa.js.map → index.module-6fa7f09a.js.map} +1 -1
- package/cjs/sendbirdSelectors.js +3 -3
- package/cjs/{stringSet-f096ea52.js → stringSet-d6f2a33a.js} +1 -1
- package/cjs/{stringSet-f096ea52.js.map → stringSet-d6f2a33a.js.map} +1 -1
- package/cjs/{tokenize-64ea0c48.js → tokenize-0df4eb21.js} +2 -2
- package/cjs/{tokenize-64ea0c48.js.map → tokenize-0df4eb21.js.map} +1 -1
- package/cjs/{topics-3c26f8b2.js → topics-c7ef77ef.js} +1 -1
- package/cjs/{topics-3c26f8b2.js.map → topics-c7ef77ef.js.map} +1 -1
- package/cjs/{types-81799612.js → types-edd094e8.js} +1 -1
- package/cjs/types-edd094e8.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 +12 -12
- 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-527f80ca.js} +1 -1
- package/cjs/{useDirtyGetMentions-35357ca8.js.map → useDirtyGetMentions-527f80ca.js.map} +1 -1
- package/cjs/{useLongPress-a69973fa.js → useLongPress-a31543ee.js} +3 -3
- package/cjs/{useLongPress-a69973fa.js.map → useLongPress-a31543ee.js.map} +1 -1
- package/cjs/useSendbirdStateContext.js +1 -1
- package/cjs/utils/message/isVoiceMessage.js +2 -2
- package/cjs/{utils-f4aa815e.js → utils-721f4b6c.js} +1 -1
- package/cjs/{utils-f4aa815e.js.map → utils-721f4b6c.js.map} +1 -1
- package/cjs/{utils-7e57a1c0.js → utils-98335f41.js} +2 -2
- package/cjs/{utils-7e57a1c0.js.map → utils-98335f41.js.map} +1 -1
- package/cjs/{utils-43f12430.js → utils-ad2cc973.js} +1 -1
- package/cjs/{utils-43f12430.js.map → utils-ad2cc973.js.map} +1 -1
- package/cjs/{utils-16920dec.js → utils-fbb85607.js} +1 -1
- package/cjs/{utils-16920dec.js.map → utils-fbb85607.js.map} +1 -1
- package/cjs/{uuid-982f480d.js → uuid-10926ed0.js} +1 -1
- package/cjs/{uuid-982f480d.js.map → uuid-10926ed0.js.map} +1 -1
- package/cjs/withSendbird.js +1 -1
- package/{color-e245623c.js → color-f9212f23.js} +1 -1
- package/{color-e245623c.js.map → color-f9212f23.js.map} +1 -1
- package/{compareIds-91640dc3.js → compareIds-1bcdf748.js} +1 -1
- package/{compareIds-91640dc3.js.map → compareIds-1bcdf748.js.map} +1 -1
- package/{const-6d65fabb.js → const-735145c8.js} +1 -1
- package/{const-6d65fabb.js.map → const-735145c8.js.map} +1 -1
- package/{const-973fe8be.js → const-877bea22.js} +1 -1
- package/{const-973fe8be.js.map → const-877bea22.js.map} +1 -1
- package/{consts-08ba417b.js → consts-383d4a75.js} +1 -1
- package/{consts-08ba417b.js.map → consts-383d4a75.js.map} +1 -1
- package/{consts-1a2e6bf0.js → consts-67559ec4.js} +1 -1
- package/{consts-1a2e6bf0.js.map → consts-67559ec4.js.map} +1 -1
- package/{consts-ed8231c7.js → consts-d45ca387.js} +1 -1
- package/{consts-ed8231c7.js.map → consts-d45ca387.js.map} +1 -1
- package/{consts-66ff57d0.js → consts-d545cae2.js} +1 -1
- package/{consts-66ff57d0.js.map → consts-d545cae2.js.map} +1 -1
- package/{context-a276cbff.js → context-8bd9e132.js} +2 -2
- package/{context-a276cbff.js.map → context-8bd9e132.js.map} +1 -1
- package/dist/index.css +94 -94
- package/dist/index.css.map +1 -1
- package/{index-428dfbbb.js → index-092e70e5.js} +2 -2
- package/{index-428dfbbb.js.map → index-092e70e5.js.map} +1 -1
- package/{index-903c2a2c.js → index-10f046cd.js} +4 -4
- package/{index-903c2a2c.js.map → index-10f046cd.js.map} +1 -1
- package/{index-23c41d59.js → index-200e4585.js} +2 -2
- package/{index-23c41d59.js.map → index-200e4585.js.map} +1 -1
- package/{index-220d8a67.js → index-3cffa0b8.js} +3 -3
- package/{index-220d8a67.js.map → index-3cffa0b8.js.map} +1 -1
- package/{index-84b66a35.js → index-6716e8aa.js} +4 -4
- package/{index-84b66a35.js.map → index-6716e8aa.js.map} +1 -1
- package/{index-88ce0c27.js → index-9118a2a4.js} +1 -1
- package/{index-88ce0c27.js.map → index-9118a2a4.js.map} +1 -1
- package/{index-d8a55f17.js → index-96b80cca.js} +3 -3
- package/{index-d8a55f17.js.map → index-96b80cca.js.map} +1 -1
- package/{index-e06140fa.js → index-b179de93.js} +2 -2
- package/{index-e06140fa.js.map → index-b179de93.js.map} +1 -1
- package/{index-81c890ab.js → index-c165d519.js} +1 -1
- package/{index-81c890ab.js.map → index-c165d519.js.map} +1 -1
- package/{index-2fb2658d.js → index-cfa2cf64.js} +5 -5
- package/{index-2fb2658d.js.map → index-cfa2cf64.js.map} +1 -1
- package/{index-777dd564.js → index-d029f899.js} +6 -6
- package/{index-777dd564.js.map → index-d029f899.js.map} +1 -1
- package/{index-ed9228f0.js → index-d4617078.js} +2 -2
- package/{index-ed9228f0.js.map → index-d4617078.js.map} +1 -1
- package/{index-eec0a3bd.js → index-efad9427.js} +3 -3
- package/{index-eec0a3bd.js.map → index-efad9427.js.map} +1 -1
- package/{index-f6be5c97.js → index-f0e93243.js} +6 -6
- package/{index-f6be5c97.js.map → index-f0e93243.js.map} +1 -1
- package/{index-965d95b4.js → index-f86cd2f7.js} +4 -4
- package/{index-965d95b4.js.map → index-f86cd2f7.js.map} +1 -1
- package/{index-5e79eee8.js → index-fc6960aa.js} +2 -2
- package/{index-5e79eee8.js.map → index-fc6960aa.js.map} +1 -1
- package/{index-9bd6a977.js → index-ff4bc2bb.js} +2 -2
- package/{index-9bd6a977.js.map → index-ff4bc2bb.js.map} +1 -1
- package/index.d.ts +2 -1
- package/index.js +52 -51
- package/index.js.map +1 -1
- package/{index.module-2576c9ac.js → index.module-a01d7416.js} +1 -1
- package/{index.module-2576c9ac.js.map → index.module-a01d7416.js.map} +1 -1
- package/package.json +2 -1
- package/sendbirdSelectors.js +3 -3
- package/{stringSet-c7aab2f2.js → stringSet-b7fd994d.js} +1 -1
- package/{stringSet-c7aab2f2.js.map → stringSet-b7fd994d.js.map} +1 -1
- package/{tokenize-fcce2576.js → tokenize-537ba1e5.js} +2 -2
- package/{tokenize-fcce2576.js.map → tokenize-537ba1e5.js.map} +1 -1
- package/{topics-1e293d68.js → topics-abeef9b5.js} +1 -1
- package/{topics-1e293d68.js.map → topics-abeef9b5.js.map} +1 -1
- package/{types-0cc4206d.js → types-256ac544.js} +1 -1
- package/types-256ac544.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 +12 -12
- 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-af15b9c7.js} +1 -1
- package/{useDirtyGetMentions-1b05bd06.js.map → useDirtyGetMentions-af15b9c7.js.map} +1 -1
- package/{useLongPress-9865142d.js → useLongPress-d6ae865b.js} +3 -3
- package/{useLongPress-9865142d.js.map → useLongPress-d6ae865b.js.map} +1 -1
- package/useSendbirdStateContext.js +1 -1
- package/utils/message/isVoiceMessage.js +2 -2
- package/{utils-24dcdae9.js → utils-28649e5d.js} +1 -1
- package/{utils-24dcdae9.js.map → utils-28649e5d.js.map} +1 -1
- package/{utils-be4cd77f.js → utils-9d1564a9.js} +2 -2
- package/{utils-be4cd77f.js.map → utils-9d1564a9.js.map} +1 -1
- package/{utils-b847f3de.js → utils-b1338a23.js} +1 -1
- package/{utils-b847f3de.js.map → utils-b1338a23.js.map} +1 -1
- package/{utils-79c2fe6a.js → utils-b9abb204.js} +1 -1
- package/{utils-79c2fe6a.js.map → utils-b9abb204.js.map} +1 -1
- package/{uuid-aad1e324.js → uuid-d20d317b.js} +1 -1
- package/{uuid-aad1e324.js.map → uuid-d20d317b.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
package/ui/AdminMessage.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React__default from 'react';
|
|
2
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-
|
|
2
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-092e70e5.js';
|
|
3
3
|
import 'prop-types';
|
|
4
|
-
import '../stringSet-
|
|
4
|
+
import '../stringSet-b7fd994d.js';
|
|
5
5
|
|
|
6
6
|
function AdminMessage(_ref) {
|
|
7
7
|
var _message$isAdminMessa;
|
package/ui/Avatar.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React__default from 'react';
|
|
2
2
|
import ImageRenderer from './ImageRenderer.js';
|
|
3
3
|
import Icon, { IconTypes, IconColors } from './Icon.js';
|
|
4
|
-
import { u as uuidv4 } from '../uuid-
|
|
4
|
+
import { u as uuidv4 } from '../uuid-d20d317b.js';
|
|
5
5
|
import 'prop-types';
|
|
6
6
|
|
|
7
7
|
var pxToNumber = (px => {
|
package/ui/Badge.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import React__default, { useContext } from 'react';
|
|
2
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-
|
|
3
|
-
import { a as LocalizationContext } from '../LocalizationContext-
|
|
2
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-092e70e5.js';
|
|
3
|
+
import { a as LocalizationContext } from '../LocalizationContext-674efe64.js';
|
|
4
4
|
import 'prop-types';
|
|
5
|
-
import '../stringSet-
|
|
6
|
-
import '../index-
|
|
5
|
+
import '../stringSet-b7fd994d.js';
|
|
6
|
+
import '../index-9118a2a4.js';
|
|
7
7
|
|
|
8
8
|
function Badge(_ref) {
|
|
9
9
|
let {
|
package/ui/BottomSheet.js
CHANGED
package/ui/Button.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React__default from 'react';
|
|
2
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-
|
|
2
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-092e70e5.js';
|
|
3
3
|
import 'prop-types';
|
|
4
|
-
import '../stringSet-
|
|
4
|
+
import '../stringSet-b7fd994d.js';
|
|
5
5
|
|
|
6
6
|
let ButtonTypes$1 = /*#__PURE__*/function (ButtonTypes) {
|
|
7
7
|
ButtonTypes["PRIMARY"] = "PRIMARY";
|
package/ui/ChannelAvatar.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import React__default, { useMemo } from 'react';
|
|
2
2
|
import Avatar from './Avatar.js';
|
|
3
3
|
import Icon, { IconTypes, IconColors } from './Icon.js';
|
|
4
|
-
import { g as generateDefaultAvatar, a as getChannelAvatarSource } from '../utils-
|
|
4
|
+
import { g as generateDefaultAvatar, a as getChannelAvatarSource } from '../utils-b9abb204.js';
|
|
5
5
|
import './ImageRenderer.js';
|
|
6
|
-
import '../uuid-
|
|
6
|
+
import '../uuid-d20d317b.js';
|
|
7
7
|
import 'prop-types';
|
|
8
8
|
|
|
9
9
|
function ChannelAvatar(_ref) {
|
package/ui/ConnectionStatus.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import React__default, { useContext } from 'react';
|
|
2
2
|
import Icon, { IconTypes, IconColors } from './Icon.js';
|
|
3
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-
|
|
4
|
-
import { a as LocalizationContext } from '../LocalizationContext-
|
|
3
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-092e70e5.js';
|
|
4
|
+
import { a as LocalizationContext } from '../LocalizationContext-674efe64.js';
|
|
5
5
|
import 'prop-types';
|
|
6
|
-
import '../stringSet-
|
|
7
|
-
import '../index-
|
|
6
|
+
import '../stringSet-b7fd994d.js';
|
|
7
|
+
import '../index-9118a2a4.js';
|
|
8
8
|
|
|
9
9
|
function ConnectionStatus() {
|
|
10
10
|
const {
|
package/ui/ContextMenu.js
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import React__default, { useState, useRef, useEffect } from 'react';
|
|
2
|
-
import { a as _defineProperty, _ as _objectSpread2 } from '../_rollupPluginBabelHelpers-
|
|
2
|
+
import { a as _defineProperty, _ as _objectSpread2 } from '../_rollupPluginBabelHelpers-fba60f75.js';
|
|
3
3
|
import { createPortal } from 'react-dom';
|
|
4
4
|
import SortByRow from './SortByRow.js';
|
|
5
|
-
import { h as getClassName } from '../index-
|
|
6
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-
|
|
7
|
-
import '../uuid-
|
|
5
|
+
import { h as getClassName } from '../index-200e4585.js';
|
|
6
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-092e70e5.js';
|
|
7
|
+
import '../uuid-d20d317b.js';
|
|
8
8
|
import '../utils/message/getOutgoingMessageState.js';
|
|
9
9
|
import 'prop-types';
|
|
10
|
-
import '../stringSet-
|
|
10
|
+
import '../stringSet-b7fd994d.js';
|
|
11
11
|
|
|
12
12
|
// padding to handle height of last item in message-list
|
|
13
13
|
const HEIGHT_PADDING = 60;
|
package/ui/DateSeparator.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import React__default from 'react';
|
|
2
|
-
import { C as Colors, c as changeColorToClassName } from '../color-
|
|
3
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-
|
|
2
|
+
import { C as Colors, c as changeColorToClassName } from '../color-f9212f23.js';
|
|
3
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-092e70e5.js';
|
|
4
4
|
import 'prop-types';
|
|
5
|
-
import '../stringSet-
|
|
5
|
+
import '../stringSet-b7fd994d.js';
|
|
6
6
|
|
|
7
7
|
const DateSeparator = _ref => {
|
|
8
8
|
let {
|
package/ui/EmojiReactions.js
CHANGED
|
@@ -4,35 +4,35 @@ import ReactionButton from './ReactionButton.js';
|
|
|
4
4
|
import ImageRenderer from './ImageRenderer.js';
|
|
5
5
|
import Icon, { IconTypes, IconColors } from './Icon.js';
|
|
6
6
|
import ContextMenu, { EmojiListItems } from './ContextMenu.js';
|
|
7
|
-
import { H as getEmojiUrl, I as isReactedBy, J as getEmojiTooltipString, G as getEmojiListAll, K as getEmojiMapAll, h as getClassName } from '../index-
|
|
7
|
+
import { H as getEmojiUrl, I as isReactedBy, J as getEmojiTooltipString, G as getEmojiListAll, K as getEmojiMapAll, h as getClassName } from '../index-200e4585.js';
|
|
8
8
|
import BottomSheet from './BottomSheet.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-092e70e5.js';
|
|
10
10
|
import UserListItem from './UserListItem.js';
|
|
11
11
|
import Tooltip from './Tooltip.js';
|
|
12
12
|
import TooltipWrapper from './TooltipWrapper.js';
|
|
13
|
-
import { u as useMediaQueryContext } from '../MediaQueryContext-
|
|
14
|
-
import { u as useLongPress } from '../useLongPress-
|
|
15
|
-
import { a as LocalizationContext } from '../LocalizationContext-
|
|
13
|
+
import { u as useMediaQueryContext } from '../MediaQueryContext-c2b754b4.js';
|
|
14
|
+
import { u as useLongPress } from '../useLongPress-d6ae865b.js';
|
|
15
|
+
import { a as LocalizationContext } from '../LocalizationContext-674efe64.js';
|
|
16
16
|
import useSendbirdStateContext from '../useSendbirdStateContext.js';
|
|
17
17
|
import { useMessageContext } from '../Message/context.js';
|
|
18
|
-
import { b as _extends } from '../_rollupPluginBabelHelpers-
|
|
19
|
-
import '../utils-
|
|
18
|
+
import { b as _extends } from '../_rollupPluginBabelHelpers-fba60f75.js';
|
|
19
|
+
import '../utils-28649e5d.js';
|
|
20
20
|
import 'prop-types';
|
|
21
21
|
import 'react-dom';
|
|
22
22
|
import './SortByRow.js';
|
|
23
|
-
import '../uuid-
|
|
23
|
+
import '../uuid-d20d317b.js';
|
|
24
24
|
import '../utils/message/getOutgoingMessageState.js';
|
|
25
|
-
import '../stringSet-
|
|
26
|
-
import '../index-
|
|
27
|
-
import '../UserProfileContext-
|
|
25
|
+
import '../stringSet-b7fd994d.js';
|
|
26
|
+
import '../index-c165d519.js';
|
|
27
|
+
import '../UserProfileContext-ca6e2310.js';
|
|
28
28
|
import './Avatar.js';
|
|
29
29
|
import './MutedAvatarOverlay.js';
|
|
30
30
|
import './Checkbox.js';
|
|
31
31
|
import './UserProfile.js';
|
|
32
32
|
import '../sendbirdSelectors.js';
|
|
33
|
-
import '../topics-
|
|
33
|
+
import '../topics-abeef9b5.js';
|
|
34
34
|
import './Button.js';
|
|
35
|
-
import '../index-
|
|
35
|
+
import '../index-9118a2a4.js';
|
|
36
36
|
import '../withSendbird.js';
|
|
37
37
|
|
|
38
38
|
const ReactedMembersBottomSheet = _ref => {
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import React__default from 'react';
|
|
2
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-
|
|
2
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-092e70e5.js';
|
|
3
3
|
import Icon, { IconTypes, IconColors } from './Icon.js';
|
|
4
4
|
import TextButton from './TextButton.js';
|
|
5
|
-
import { h as getClassName, L as getUIKitFileType, t as truncateString } from '../index-
|
|
6
|
-
import { C as Colors } from '../color-
|
|
7
|
-
import { u as useMediaQueryContext } from '../MediaQueryContext-
|
|
5
|
+
import { h as getClassName, L as getUIKitFileType, t as truncateString } from '../index-200e4585.js';
|
|
6
|
+
import { C as Colors } from '../color-f9212f23.js';
|
|
7
|
+
import { u as useMediaQueryContext } from '../MediaQueryContext-c2b754b4.js';
|
|
8
8
|
import 'prop-types';
|
|
9
|
-
import '../stringSet-
|
|
10
|
-
import '../_rollupPluginBabelHelpers-
|
|
9
|
+
import '../stringSet-b7fd994d.js';
|
|
10
|
+
import '../_rollupPluginBabelHelpers-fba60f75.js';
|
|
11
11
|
import '../utils/message/getOutgoingMessageState.js';
|
|
12
12
|
|
|
13
13
|
function FileMessageItemBody(_ref) {
|
package/ui/FileViewer.js
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
import React__default, { useContext } from 'react';
|
|
2
2
|
import { createPortal } from 'react-dom';
|
|
3
|
-
import { a as LocalizationContext } from '../LocalizationContext-
|
|
4
|
-
import { M as MODAL_ROOT } from '../index-
|
|
5
|
-
import { x as isSupportedFileView, y as isVideo, z as isImage } from '../index-
|
|
3
|
+
import { a as LocalizationContext } from '../LocalizationContext-674efe64.js';
|
|
4
|
+
import { M as MODAL_ROOT } from '../index-c165d519.js';
|
|
5
|
+
import { x as isSupportedFileView, y as isVideo, z as isImage } from '../index-200e4585.js';
|
|
6
6
|
import Avatar from './Avatar.js';
|
|
7
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-
|
|
7
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-092e70e5.js';
|
|
8
8
|
import Icon, { IconTypes, IconColors } from './Icon.js';
|
|
9
|
-
import '../stringSet-
|
|
10
|
-
import '../index-
|
|
11
|
-
import '../_rollupPluginBabelHelpers-
|
|
9
|
+
import '../stringSet-b7fd994d.js';
|
|
10
|
+
import '../index-9118a2a4.js';
|
|
11
|
+
import '../_rollupPluginBabelHelpers-fba60f75.js';
|
|
12
12
|
import '../utils/message/getOutgoingMessageState.js';
|
|
13
13
|
import './ImageRenderer.js';
|
|
14
|
-
import '../uuid-
|
|
14
|
+
import '../uuid-d20d317b.js';
|
|
15
15
|
import 'prop-types';
|
|
16
16
|
|
|
17
17
|
const FileViewerComponent = _ref => {
|
package/ui/IconButton.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { _ as _objectSpread2 } from '../_rollupPluginBabelHelpers-
|
|
1
|
+
import { _ as _objectSpread2 } from '../_rollupPluginBabelHelpers-fba60f75.js';
|
|
2
2
|
import React__default, { useState } from 'react';
|
|
3
3
|
|
|
4
4
|
const IconButton = /*#__PURE__*/React__default.forwardRef((props, ref) => {
|
package/ui/Input.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React__default, { useState } from 'react';
|
|
2
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-
|
|
2
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-092e70e5.js';
|
|
3
3
|
import 'prop-types';
|
|
4
|
-
import '../stringSet-
|
|
4
|
+
import '../stringSet-b7fd994d.js';
|
|
5
5
|
|
|
6
6
|
const InputLabel = _ref => {
|
|
7
7
|
let {
|
package/ui/Label.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import 'react';
|
|
2
2
|
import 'prop-types';
|
|
3
|
-
export { b as LabelColors, c as LabelStringSet, a as LabelTypography, L as default } from '../index-
|
|
4
|
-
import '../stringSet-
|
|
3
|
+
export { b as LabelColors, c as LabelStringSet, a as LabelTypography, L as default } from '../index-092e70e5.js';
|
|
4
|
+
import '../stringSet-b7fd994d.js';
|
|
5
5
|
//# sourceMappingURL=Label.js.map
|
package/ui/LinkLabel.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React__default from 'react';
|
|
2
2
|
import PropTypes from 'prop-types';
|
|
3
|
-
import { d as changeColorToClassName, L as Label, a as LabelTypography, b as LabelColors } from '../index-
|
|
4
|
-
import '../stringSet-
|
|
3
|
+
import { d as changeColorToClassName, L as Label, a as LabelTypography, b as LabelColors } from '../index-092e70e5.js';
|
|
4
|
+
import '../stringSet-b7fd994d.js';
|
|
5
5
|
|
|
6
6
|
const http = /https?:\/\//;
|
|
7
7
|
function LinkLabel(_ref) {
|
package/ui/MentionLabel.js
CHANGED
|
@@ -1,22 +1,22 @@
|
|
|
1
1
|
import React__default, { useRef, useState, useCallback } from 'react';
|
|
2
2
|
import ContextMenu, { MenuItems } from './ContextMenu.js';
|
|
3
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-
|
|
3
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-092e70e5.js';
|
|
4
4
|
import UserProfile from './UserProfile.js';
|
|
5
5
|
import useSendbirdStateContext from '../useSendbirdStateContext.js';
|
|
6
|
-
import '../_rollupPluginBabelHelpers-
|
|
6
|
+
import '../_rollupPluginBabelHelpers-fba60f75.js';
|
|
7
7
|
import 'react-dom';
|
|
8
8
|
import './SortByRow.js';
|
|
9
|
-
import '../uuid-
|
|
10
|
-
import '../index-
|
|
9
|
+
import '../uuid-d20d317b.js';
|
|
10
|
+
import '../index-200e4585.js';
|
|
11
11
|
import '../utils/message/getOutgoingMessageState.js';
|
|
12
12
|
import 'prop-types';
|
|
13
|
-
import '../stringSet-
|
|
14
|
-
import '../LocalizationContext-
|
|
15
|
-
import '../index-
|
|
16
|
-
import '../UserProfileContext-
|
|
13
|
+
import '../stringSet-b7fd994d.js';
|
|
14
|
+
import '../LocalizationContext-674efe64.js';
|
|
15
|
+
import '../index-9118a2a4.js';
|
|
16
|
+
import '../UserProfileContext-ca6e2310.js';
|
|
17
17
|
import '../sendbirdSelectors.js';
|
|
18
|
-
import '../topics-
|
|
19
|
-
import '../utils-
|
|
18
|
+
import '../topics-abeef9b5.js';
|
|
19
|
+
import '../utils-28649e5d.js';
|
|
20
20
|
import './Avatar.js';
|
|
21
21
|
import './ImageRenderer.js';
|
|
22
22
|
import './Icon.js';
|
package/ui/MentionUserLabel.js
CHANGED
package/ui/MessageContent.js
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import { b as _extends, _ as _objectSpread2 } from '../_rollupPluginBabelHelpers-
|
|
1
|
+
import { b as _extends, _ as _objectSpread2 } from '../_rollupPluginBabelHelpers-fba60f75.js';
|
|
2
2
|
import React__default, { useContext, useRef, useState } from 'react';
|
|
3
|
-
import { f as format } from '../index-
|
|
3
|
+
import { f as format } from '../index-ff4bc2bb.js';
|
|
4
4
|
import Avatar from './Avatar.js';
|
|
5
5
|
import UserProfile from './UserProfile.js';
|
|
6
|
-
import { M as MessageStatus } from '../index-
|
|
6
|
+
import { M as MessageStatus } from '../index-d029f899.js';
|
|
7
7
|
import MessageItemMenu from './MessageItemMenu.js';
|
|
8
8
|
import MessageItemReactionMenu from './MessageItemReactionMenu.js';
|
|
9
9
|
import ContextMenu, { MenuItems } from './ContextMenu.js';
|
|
10
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-
|
|
10
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-092e70e5.js';
|
|
11
11
|
import EmojiReactions from './EmojiReactions.js';
|
|
12
12
|
import AdminMessage from './AdminMessage.js';
|
|
13
13
|
import TextMessageItemBody from './TextMessageItemBody.js';
|
|
@@ -16,58 +16,58 @@ import ThumbnailMessageItemBody from './ThumbnailMessageItemBody.js';
|
|
|
16
16
|
import OGMessageItemBody from './OGMessageItemBody.js';
|
|
17
17
|
import UnknownMessageItemBody from './UnknownMessageItemBody.js';
|
|
18
18
|
import QuoteMessage from './QuoteMessage.js';
|
|
19
|
-
import { s as getUIKitMessageTypes, h as getClassName, u as getSenderName, v as isOGMessage, w as isTextMessage, r as getUIKitMessageType, d as isVoiceMessage, m as isThumbnailMessage } from '../index-
|
|
20
|
-
import { a as UserProfileContext } from '../UserProfileContext-
|
|
21
|
-
import { u as useLocalization } from '../LocalizationContext-
|
|
19
|
+
import { s as getUIKitMessageTypes, h as getClassName, u as getSenderName, v as isOGMessage, w as isTextMessage, r as getUIKitMessageType, d as isVoiceMessage, m as isThumbnailMessage } from '../index-200e4585.js';
|
|
20
|
+
import { a as UserProfileContext } from '../UserProfileContext-ca6e2310.js';
|
|
21
|
+
import { u as useLocalization } from '../LocalizationContext-674efe64.js';
|
|
22
22
|
import useSendbirdStateContext from '../useSendbirdStateContext.js';
|
|
23
|
-
import { u as useLongPress } from '../useLongPress-
|
|
24
|
-
import { M as MobileMenu } from '../index-
|
|
25
|
-
import { u as useMediaQueryContext } from '../MediaQueryContext-
|
|
23
|
+
import { u as useLongPress } from '../useLongPress-d6ae865b.js';
|
|
24
|
+
import { M as MobileMenu } from '../index-10f046cd.js';
|
|
25
|
+
import { u as useMediaQueryContext } from '../MediaQueryContext-c2b754b4.js';
|
|
26
26
|
import ThreadReplies from './ThreadReplies.js';
|
|
27
|
-
import { T as ThreadReplySelectType } from '../const-
|
|
27
|
+
import { T as ThreadReplySelectType } from '../const-735145c8.js';
|
|
28
28
|
import { VoiceMessageItemBody } from './VoiceMessageItemBody.js';
|
|
29
|
-
import { n as noop } from '../utils-
|
|
30
|
-
import '../index-
|
|
29
|
+
import { n as noop } from '../utils-28649e5d.js';
|
|
30
|
+
import '../index-9118a2a4.js';
|
|
31
31
|
import './ImageRenderer.js';
|
|
32
32
|
import './Icon.js';
|
|
33
33
|
import 'prop-types';
|
|
34
|
-
import '../uuid-
|
|
34
|
+
import '../uuid-d20d317b.js';
|
|
35
35
|
import '../sendbirdSelectors.js';
|
|
36
|
-
import '../topics-
|
|
36
|
+
import '../topics-abeef9b5.js';
|
|
37
37
|
import './Button.js';
|
|
38
|
-
import '../stringSet-
|
|
38
|
+
import '../stringSet-b7fd994d.js';
|
|
39
39
|
import './Loader.js';
|
|
40
40
|
import '../utils/message/getOutgoingMessageState.js';
|
|
41
|
-
import '../index-
|
|
42
|
-
import '../index-
|
|
41
|
+
import '../index-3cffa0b8.js';
|
|
42
|
+
import '../index-b179de93.js';
|
|
43
43
|
import './IconButton.js';
|
|
44
|
-
import '../types-
|
|
44
|
+
import '../types-256ac544.js';
|
|
45
45
|
import './ReactionButton.js';
|
|
46
46
|
import 'react-dom';
|
|
47
47
|
import './SortByRow.js';
|
|
48
48
|
import './ReactionBadge.js';
|
|
49
49
|
import './BottomSheet.js';
|
|
50
|
-
import '../index-
|
|
50
|
+
import '../index-c165d519.js';
|
|
51
51
|
import './UserListItem.js';
|
|
52
52
|
import './MutedAvatarOverlay.js';
|
|
53
53
|
import './Checkbox.js';
|
|
54
54
|
import './Tooltip.js';
|
|
55
55
|
import './TooltipWrapper.js';
|
|
56
56
|
import '../Message/context.js';
|
|
57
|
-
import '../tokenize-
|
|
58
|
-
import '../index-
|
|
59
|
-
import '../index.module-
|
|
57
|
+
import '../tokenize-537ba1e5.js';
|
|
58
|
+
import '../index-6716e8aa.js';
|
|
59
|
+
import '../index.module-a01d7416.js';
|
|
60
60
|
import './MentionLabel.js';
|
|
61
61
|
import './LinkLabel.js';
|
|
62
|
-
import '../consts-
|
|
62
|
+
import '../consts-d545cae2.js';
|
|
63
63
|
import './TextButton.js';
|
|
64
|
-
import '../color-
|
|
65
|
-
import '../consts-
|
|
64
|
+
import '../color-f9212f23.js';
|
|
65
|
+
import '../consts-d45ca387.js';
|
|
66
66
|
import '../withSendbird.js';
|
|
67
67
|
import './ProgressBar.js';
|
|
68
68
|
import '../VoicePlayer/useVoicePlayer.js';
|
|
69
|
-
import '../index-
|
|
70
|
-
import '../consts-
|
|
69
|
+
import '../index-96b80cca.js';
|
|
70
|
+
import '../consts-67559ec4.js';
|
|
71
71
|
import '../VoiceRecorder/context.js';
|
|
72
72
|
import './Modal.js';
|
|
73
73
|
import './PlaybackTime.js';
|
package/ui/MessageInput.js
CHANGED
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
import { _ as _objectSpread2 } from '../_rollupPluginBabelHelpers-
|
|
1
|
+
import { _ as _objectSpread2 } from '../_rollupPluginBabelHelpers-fba60f75.js';
|
|
2
2
|
import React__default, { useCallback, useContext, useRef, useState, useMemo, useEffect } from 'react';
|
|
3
3
|
import PropTypes from 'prop-types';
|
|
4
|
-
import { N as NodeTypes, M as MessageInputKeys, a as NodeNames } from '../const-
|
|
5
|
-
import { U as USER_MENTION_TEMP_CHAR } from '../const-
|
|
4
|
+
import { N as NodeTypes, M as MessageInputKeys, a as NodeNames } from '../const-877bea22.js';
|
|
5
|
+
import { U as USER_MENTION_TEMP_CHAR } from '../const-735145c8.js';
|
|
6
6
|
import IconButton from './IconButton.js';
|
|
7
7
|
import Button, { ButtonTypes, ButtonSizes } from './Button.js';
|
|
8
8
|
import DOMPurify from 'dompurify';
|
|
9
|
-
import { M as MENTION_USER_LABEL_CLASSNAME } from '../consts-
|
|
9
|
+
import { M as MENTION_USER_LABEL_CLASSNAME } from '../consts-383d4a75.js';
|
|
10
10
|
import Icon, { IconTypes, IconColors } from './Icon.js';
|
|
11
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-
|
|
12
|
-
import { a as LocalizationContext } from '../LocalizationContext-
|
|
13
|
-
import { j as arrayEqual, h as getClassName } from '../index-
|
|
14
|
-
import { T as TEXT_MESSAGE_BODY_CLASSNAME } from '../consts-
|
|
15
|
-
import { O as OG_MESSAGE_BODY_CLASSNAME } from '../consts-
|
|
16
|
-
import { t as tokenizeMessage, T as TOKEN_TYPES, U as USER_MENTION_PREFIX } from '../tokenize-
|
|
17
|
-
import '../stringSet-
|
|
18
|
-
import '../index-
|
|
11
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-092e70e5.js';
|
|
12
|
+
import { a as LocalizationContext } from '../LocalizationContext-674efe64.js';
|
|
13
|
+
import { j as arrayEqual, h as getClassName } from '../index-200e4585.js';
|
|
14
|
+
import { T as TEXT_MESSAGE_BODY_CLASSNAME } from '../consts-d545cae2.js';
|
|
15
|
+
import { O as OG_MESSAGE_BODY_CLASSNAME } from '../consts-d45ca387.js';
|
|
16
|
+
import { t as tokenizeMessage, T as TOKEN_TYPES, U as USER_MENTION_PREFIX } from '../tokenize-537ba1e5.js';
|
|
17
|
+
import '../stringSet-b7fd994d.js';
|
|
18
|
+
import '../index-9118a2a4.js';
|
|
19
19
|
import '../utils/message/getOutgoingMessageState.js';
|
|
20
20
|
|
|
21
21
|
// cretes a sanitized string from a mention user label
|
package/ui/MessageItemMenu.js
CHANGED
|
@@ -2,18 +2,18 @@ import React__default, { useContext, useRef } from 'react';
|
|
|
2
2
|
import ContextMenu, { MenuItems, MenuItem } from './ContextMenu.js';
|
|
3
3
|
import Icon, { IconTypes, IconColors } from './Icon.js';
|
|
4
4
|
import IconButton from './IconButton.js';
|
|
5
|
-
import { q as isUserMessage, C as isSentMessage, D as isFailedMessage, E as isPendingMessage, h as getClassName, F as copyToClipboard } from '../index-
|
|
6
|
-
import { a as LocalizationContext } from '../LocalizationContext-
|
|
7
|
-
import { R as Role } from '../types-
|
|
8
|
-
import '../_rollupPluginBabelHelpers-
|
|
5
|
+
import { q as isUserMessage, C as isSentMessage, D as isFailedMessage, E as isPendingMessage, h as getClassName, F as copyToClipboard } from '../index-200e4585.js';
|
|
6
|
+
import { a as LocalizationContext } from '../LocalizationContext-674efe64.js';
|
|
7
|
+
import { R as Role } from '../types-256ac544.js';
|
|
8
|
+
import '../_rollupPluginBabelHelpers-fba60f75.js';
|
|
9
9
|
import 'react-dom';
|
|
10
10
|
import './SortByRow.js';
|
|
11
|
-
import '../uuid-
|
|
12
|
-
import '../index-
|
|
11
|
+
import '../uuid-d20d317b.js';
|
|
12
|
+
import '../index-092e70e5.js';
|
|
13
13
|
import 'prop-types';
|
|
14
|
-
import '../stringSet-
|
|
14
|
+
import '../stringSet-b7fd994d.js';
|
|
15
15
|
import '../utils/message/getOutgoingMessageState.js';
|
|
16
|
-
import '../index-
|
|
16
|
+
import '../index-9118a2a4.js';
|
|
17
17
|
|
|
18
18
|
function MessageItemMenu(_ref) {
|
|
19
19
|
var _channel$isGroupChann;
|
|
@@ -4,18 +4,18 @@ import Icon, { IconTypes, IconColors } from './Icon.js';
|
|
|
4
4
|
import IconButton from './IconButton.js';
|
|
5
5
|
import ImageRenderer from './ImageRenderer.js';
|
|
6
6
|
import ReactionButton from './ReactionButton.js';
|
|
7
|
-
import { E as isPendingMessage, D as isFailedMessage, h as getClassName, G as getEmojiListAll } from '../index-
|
|
8
|
-
import '../_rollupPluginBabelHelpers-
|
|
7
|
+
import { E as isPendingMessage, D as isFailedMessage, h as getClassName, G as getEmojiListAll } from '../index-200e4585.js';
|
|
8
|
+
import '../_rollupPluginBabelHelpers-fba60f75.js';
|
|
9
9
|
import 'react-dom';
|
|
10
10
|
import './SortByRow.js';
|
|
11
|
-
import '../uuid-
|
|
12
|
-
import '../index-
|
|
11
|
+
import '../uuid-d20d317b.js';
|
|
12
|
+
import '../index-092e70e5.js';
|
|
13
13
|
import 'prop-types';
|
|
14
|
-
import '../stringSet-
|
|
14
|
+
import '../stringSet-b7fd994d.js';
|
|
15
15
|
import '../utils/message/getOutgoingMessageState.js';
|
|
16
|
-
import '../useLongPress-
|
|
17
|
-
import '../MediaQueryContext-
|
|
18
|
-
import '../utils-
|
|
16
|
+
import '../useLongPress-d6ae865b.js';
|
|
17
|
+
import '../MediaQueryContext-c2b754b4.js';
|
|
18
|
+
import '../utils-28649e5d.js';
|
|
19
19
|
|
|
20
20
|
function MessageItemReactionMenu(_ref) {
|
|
21
21
|
let {
|
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
import React__default from 'react';
|
|
2
2
|
import Avatar from './Avatar.js';
|
|
3
3
|
import Icon, { IconTypes, IconColors } from './Icon.js';
|
|
4
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-
|
|
5
|
-
import { u as useLocalization } from '../LocalizationContext-
|
|
6
|
-
import { f as format } from '../index-
|
|
7
|
-
import { i as isToday, a as isYesterday, b as isThisYear } from '../index-
|
|
8
|
-
import { d as isVoiceMessage } from '../index-
|
|
4
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-092e70e5.js';
|
|
5
|
+
import { u as useLocalization } from '../LocalizationContext-674efe64.js';
|
|
6
|
+
import { f as format } from '../index-ff4bc2bb.js';
|
|
7
|
+
import { i as isToday, a as isYesterday, b as isThisYear } from '../index-3cffa0b8.js';
|
|
8
|
+
import { d as isVoiceMessage } from '../index-200e4585.js';
|
|
9
9
|
import './ImageRenderer.js';
|
|
10
|
-
import '../uuid-
|
|
10
|
+
import '../uuid-d20d317b.js';
|
|
11
11
|
import 'prop-types';
|
|
12
|
-
import '../stringSet-
|
|
13
|
-
import '../index-
|
|
14
|
-
import '../index-
|
|
15
|
-
import '../_rollupPluginBabelHelpers-
|
|
12
|
+
import '../stringSet-b7fd994d.js';
|
|
13
|
+
import '../index-9118a2a4.js';
|
|
14
|
+
import '../index-b179de93.js';
|
|
15
|
+
import '../_rollupPluginBabelHelpers-fba60f75.js';
|
|
16
16
|
import '../utils/message/getOutgoingMessageState.js';
|
|
17
17
|
|
|
18
18
|
function getCreatedAt(_ref) {
|
package/ui/MessageSearchItem.js
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
import React__default from 'react';
|
|
2
|
-
import { f as format } from '../index-
|
|
3
|
-
import { i as isToday, a as isYesterday, b as isThisYear } from '../index-
|
|
2
|
+
import { f as format } from '../index-ff4bc2bb.js';
|
|
3
|
+
import { i as isToday, a as isYesterday, b as isThisYear } from '../index-3cffa0b8.js';
|
|
4
4
|
import Avatar from './Avatar.js';
|
|
5
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-
|
|
6
|
-
import { u as useLocalization } from '../LocalizationContext-
|
|
7
|
-
import '../index-
|
|
8
|
-
import '../index-
|
|
5
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-092e70e5.js';
|
|
6
|
+
import { u as useLocalization } from '../LocalizationContext-674efe64.js';
|
|
7
|
+
import '../index-9118a2a4.js';
|
|
8
|
+
import '../index-b179de93.js';
|
|
9
9
|
import './ImageRenderer.js';
|
|
10
10
|
import './Icon.js';
|
|
11
11
|
import 'prop-types';
|
|
12
|
-
import '../uuid-
|
|
13
|
-
import '../stringSet-
|
|
12
|
+
import '../uuid-d20d317b.js';
|
|
13
|
+
import '../stringSet-b7fd994d.js';
|
|
14
14
|
|
|
15
15
|
// getCreatedAt
|
|
16
16
|
function getCreatedAt (_ref) {
|
package/ui/MessageStatus.js
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
import 'react';
|
|
2
|
-
import '../index-
|
|
2
|
+
import '../index-ff4bc2bb.js';
|
|
3
3
|
import './Icon.js';
|
|
4
|
-
import '../index-
|
|
4
|
+
import '../index-092e70e5.js';
|
|
5
5
|
import './Loader.js';
|
|
6
|
-
import '../index-
|
|
6
|
+
import '../index-200e4585.js';
|
|
7
7
|
import '../utils/message/getOutgoingMessageState.js';
|
|
8
|
-
export { e as MessageStatusTypes, M as default } from '../index-
|
|
9
|
-
import '../LocalizationContext-
|
|
10
|
-
import '../index-
|
|
8
|
+
export { e as MessageStatusTypes, M as default } from '../index-d029f899.js';
|
|
9
|
+
import '../LocalizationContext-674efe64.js';
|
|
10
|
+
import '../index-9118a2a4.js';
|
|
11
11
|
import 'prop-types';
|
|
12
|
-
import '../stringSet-
|
|
13
|
-
import '../_rollupPluginBabelHelpers-
|
|
14
|
-
import '../index-
|
|
15
|
-
import '../index-
|
|
12
|
+
import '../stringSet-b7fd994d.js';
|
|
13
|
+
import '../_rollupPluginBabelHelpers-fba60f75.js';
|
|
14
|
+
import '../index-3cffa0b8.js';
|
|
15
|
+
import '../index-b179de93.js';
|
|
16
16
|
//# sourceMappingURL=MessageStatus.js.map
|
package/ui/Modal.js
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
import React__default, { useContext } from 'react';
|
|
2
2
|
import { createPortal } from 'react-dom';
|
|
3
|
-
import { M as MODAL_ROOT } from '../index-
|
|
4
|
-
import { a as LocalizationContext } from '../LocalizationContext-
|
|
3
|
+
import { M as MODAL_ROOT } from '../index-c165d519.js';
|
|
4
|
+
import { a as LocalizationContext } from '../LocalizationContext-674efe64.js';
|
|
5
5
|
import Button, { ButtonTypes } from './Button.js';
|
|
6
6
|
import Icon, { IconTypes, IconColors } from './Icon.js';
|
|
7
7
|
import IconButton from './IconButton.js';
|
|
8
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-
|
|
9
|
-
import { u as useMediaQueryContext } from '../MediaQueryContext-
|
|
10
|
-
import '../stringSet-
|
|
11
|
-
import '../index-
|
|
8
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-092e70e5.js';
|
|
9
|
+
import { u as useMediaQueryContext } from '../MediaQueryContext-c2b754b4.js';
|
|
10
|
+
import '../stringSet-b7fd994d.js';
|
|
11
|
+
import '../index-9118a2a4.js';
|
|
12
12
|
import 'prop-types';
|
|
13
|
-
import '../_rollupPluginBabelHelpers-
|
|
13
|
+
import '../_rollupPluginBabelHelpers-fba60f75.js';
|
|
14
14
|
|
|
15
15
|
const ModalHeader = _ref => {
|
|
16
16
|
let {
|