stream-chat-react-native-core 5.28.1-beta.1 → 5.29.0-beta.1
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/lib/commonjs/components/Attachment/Attachment.js +2 -2
- package/lib/commonjs/components/Attachment/Attachment.js.map +1 -1
- package/lib/commonjs/components/Attachment/AudioAttachment.js +247 -115
- package/lib/commonjs/components/Attachment/AudioAttachment.js.map +1 -1
- package/lib/commonjs/components/Attachment/FileAttachmentGroup.js +30 -50
- package/lib/commonjs/components/Attachment/FileAttachmentGroup.js.map +1 -1
- package/lib/commonjs/components/Attachment/VideoThumbnail.js +3 -3
- package/lib/commonjs/components/Attachment/VideoThumbnail.js.map +1 -1
- package/lib/commonjs/components/Channel/Channel.js +43 -1
- package/lib/commonjs/components/Channel/Channel.js.map +1 -1
- package/lib/commonjs/components/Channel/hooks/useCreateInputMessageInputContext.js +24 -0
- package/lib/commonjs/components/Channel/hooks/useCreateInputMessageInputContext.js.map +1 -1
- package/lib/commonjs/components/ImageGallery/components/ImageGalleryVideoControl.js +6 -6
- package/lib/commonjs/components/ImageGallery/components/ImageGalleryVideoControl.js.map +1 -1
- package/lib/commonjs/components/Message/Message.js +1 -1
- package/lib/commonjs/components/Message/Message.js.map +1 -1
- package/lib/commonjs/components/Message/MessageSimple/MessageContent.js +1 -1
- package/lib/commonjs/components/Message/MessageSimple/MessageContent.js.map +1 -1
- package/lib/commonjs/components/Message/MessageSimple/MessageSimple.js +1 -1
- package/lib/commonjs/components/Message/MessageSimple/MessageSimple.js.map +1 -1
- package/lib/commonjs/components/Message/hooks/useMessageActions.js +4 -2
- package/lib/commonjs/components/Message/hooks/useMessageActions.js.map +1 -1
- package/lib/commonjs/components/MessageInput/FileUploadPreview.js +55 -74
- package/lib/commonjs/components/MessageInput/FileUploadPreview.js.map +1 -1
- package/lib/commonjs/components/MessageInput/InputButtons.js +1 -1
- package/lib/commonjs/components/MessageInput/InputButtons.js.map +1 -1
- package/lib/commonjs/components/MessageInput/MessageInput.js +250 -43
- package/lib/commonjs/components/MessageInput/MessageInput.js.map +1 -1
- package/lib/commonjs/components/MessageInput/SendButton.js +9 -7
- package/lib/commonjs/components/MessageInput/SendButton.js.map +1 -1
- package/lib/commonjs/components/MessageInput/components/AudioRecorder/AudioRecorder.js +221 -0
- package/lib/commonjs/components/MessageInput/components/AudioRecorder/AudioRecorder.js.map +1 -0
- package/lib/commonjs/components/MessageInput/components/AudioRecorder/AudioRecordingButton.js +121 -0
- package/lib/commonjs/components/MessageInput/components/AudioRecorder/AudioRecordingButton.js.map +1 -0
- package/lib/commonjs/components/MessageInput/components/AudioRecorder/AudioRecordingInProgress.js +68 -0
- package/lib/commonjs/components/MessageInput/components/AudioRecorder/AudioRecordingInProgress.js.map +1 -0
- package/lib/commonjs/components/MessageInput/components/AudioRecorder/AudioRecordingLockIndicator.js +75 -0
- package/lib/commonjs/components/MessageInput/components/AudioRecorder/AudioRecordingLockIndicator.js.map +1 -0
- package/lib/commonjs/components/MessageInput/components/AudioRecorder/AudioRecordingPreview.js +87 -0
- package/lib/commonjs/components/MessageInput/components/AudioRecorder/AudioRecordingPreview.js.map +1 -0
- package/lib/commonjs/components/MessageInput/components/AudioRecorder/AudioRecordingWaveform.js +47 -0
- package/lib/commonjs/components/MessageInput/components/AudioRecorder/AudioRecordingWaveform.js.map +1 -0
- package/lib/commonjs/components/MessageInput/hooks/useAudioController.js +452 -0
- package/lib/commonjs/components/MessageInput/hooks/useAudioController.js.map +1 -0
- package/lib/commonjs/components/MessageInput/utils/audioSampling.js +91 -0
- package/lib/commonjs/components/MessageInput/utils/audioSampling.js.map +1 -0
- package/lib/commonjs/components/MessageInput/utils/normalizeAudioLevel.js +18 -0
- package/lib/commonjs/components/MessageInput/utils/normalizeAudioLevel.js.map +1 -0
- package/lib/commonjs/components/ProgressControl/ProgressControl.js +57 -40
- package/lib/commonjs/components/ProgressControl/ProgressControl.js.map +1 -1
- package/lib/commonjs/components/ProgressControl/WaveProgressBar.js +162 -0
- package/lib/commonjs/components/ProgressControl/WaveProgressBar.js.map +1 -0
- package/lib/commonjs/components/Reply/Reply.js +45 -20
- package/lib/commonjs/components/Reply/Reply.js.map +1 -1
- package/lib/commonjs/components/index.js +66 -0
- package/lib/commonjs/components/index.js.map +1 -1
- package/lib/commonjs/contexts/messageInputContext/MessageInputContext.js +23 -12
- package/lib/commonjs/contexts/messageInputContext/MessageInputContext.js.map +1 -1
- package/lib/commonjs/contexts/messageInputContext/hooks/useCreateMessageInputContext.js +24 -0
- package/lib/commonjs/contexts/messageInputContext/hooks/useCreateMessageInputContext.js.map +1 -1
- package/lib/commonjs/contexts/messageInputContext/hooks/useMessageDetailsForState.js +76 -28
- package/lib/commonjs/contexts/messageInputContext/hooks/useMessageDetailsForState.js.map +1 -1
- package/lib/commonjs/contexts/themeContext/utils/theme.js +62 -7
- package/lib/commonjs/contexts/themeContext/utils/theme.js.map +1 -1
- package/lib/commonjs/i18n/en.json +2 -0
- package/lib/commonjs/i18n/es.json +11 -9
- package/lib/commonjs/i18n/fr.json +11 -9
- package/lib/commonjs/i18n/he.json +11 -9
- package/lib/commonjs/i18n/hi.json +11 -9
- package/lib/commonjs/i18n/it.json +11 -9
- package/lib/commonjs/i18n/ja.json +11 -9
- package/lib/commonjs/i18n/ko.json +11 -9
- package/lib/commonjs/i18n/nl.json +11 -9
- package/lib/commonjs/i18n/pt-BR.json +11 -9
- package/lib/commonjs/i18n/ru.json +11 -9
- package/lib/commonjs/i18n/tr.json +11 -9
- package/lib/commonjs/icons/ArrowLeft.js +27 -0
- package/lib/commonjs/icons/ArrowLeft.js.map +1 -0
- package/lib/commonjs/icons/ArrowUp.js +26 -0
- package/lib/commonjs/icons/ArrowUp.js.map +1 -0
- package/lib/commonjs/icons/Audio.js +24 -24
- package/lib/commonjs/icons/Audio.js.map +1 -1
- package/lib/commonjs/icons/CircleStop.js +27 -0
- package/lib/commonjs/icons/CircleStop.js.map +1 -0
- package/lib/commonjs/icons/Delete.js +17 -6
- package/lib/commonjs/icons/Delete.js.map +1 -1
- package/lib/commonjs/icons/Lock.js +30 -0
- package/lib/commonjs/icons/Lock.js.map +1 -0
- package/lib/commonjs/icons/Mic.js +30 -0
- package/lib/commonjs/icons/Mic.js.map +1 -0
- package/lib/commonjs/icons/Pause.js +15 -20
- package/lib/commonjs/icons/Pause.js.map +1 -1
- package/lib/commonjs/icons/Play.js +18 -10
- package/lib/commonjs/icons/Play.js.map +1 -1
- package/lib/commonjs/icons/SendCheck.js +30 -0
- package/lib/commonjs/icons/SendCheck.js.map +1 -0
- package/lib/commonjs/icons/SendRight.js +24 -6
- package/lib/commonjs/icons/SendRight.js.map +1 -1
- package/lib/commonjs/icons/SendUp.js +24 -6
- package/lib/commonjs/icons/SendUp.js.map +1 -1
- package/lib/commonjs/icons/Stop.js +19 -0
- package/lib/commonjs/icons/Stop.js.map +1 -0
- package/lib/commonjs/icons/index.js +77 -0
- package/lib/commonjs/icons/index.js.map +1 -1
- package/lib/commonjs/native.js +10 -1
- package/lib/commonjs/native.js.map +1 -1
- package/lib/commonjs/utils/getTrimmedAttachmentTitle.js +11 -0
- package/lib/commonjs/utils/getTrimmedAttachmentTitle.js.map +1 -0
- package/lib/commonjs/version.json +1 -1
- package/lib/module/components/Attachment/Attachment.js +2 -2
- package/lib/module/components/Attachment/Attachment.js.map +1 -1
- package/lib/module/components/Attachment/AudioAttachment.js +247 -115
- package/lib/module/components/Attachment/AudioAttachment.js.map +1 -1
- package/lib/module/components/Attachment/FileAttachmentGroup.js +30 -50
- package/lib/module/components/Attachment/FileAttachmentGroup.js.map +1 -1
- package/lib/module/components/Attachment/VideoThumbnail.js +3 -3
- package/lib/module/components/Attachment/VideoThumbnail.js.map +1 -1
- package/lib/module/components/Channel/Channel.js +43 -1
- package/lib/module/components/Channel/Channel.js.map +1 -1
- package/lib/module/components/Channel/hooks/useCreateInputMessageInputContext.js +24 -0
- package/lib/module/components/Channel/hooks/useCreateInputMessageInputContext.js.map +1 -1
- package/lib/module/components/ImageGallery/components/ImageGalleryVideoControl.js +6 -6
- package/lib/module/components/ImageGallery/components/ImageGalleryVideoControl.js.map +1 -1
- package/lib/module/components/Message/Message.js +1 -1
- package/lib/module/components/Message/Message.js.map +1 -1
- package/lib/module/components/Message/MessageSimple/MessageContent.js +1 -1
- package/lib/module/components/Message/MessageSimple/MessageContent.js.map +1 -1
- package/lib/module/components/Message/MessageSimple/MessageSimple.js +1 -1
- package/lib/module/components/Message/MessageSimple/MessageSimple.js.map +1 -1
- package/lib/module/components/Message/hooks/useMessageActions.js +4 -2
- package/lib/module/components/Message/hooks/useMessageActions.js.map +1 -1
- package/lib/module/components/MessageInput/FileUploadPreview.js +55 -74
- package/lib/module/components/MessageInput/FileUploadPreview.js.map +1 -1
- package/lib/module/components/MessageInput/InputButtons.js +1 -1
- package/lib/module/components/MessageInput/InputButtons.js.map +1 -1
- package/lib/module/components/MessageInput/MessageInput.js +250 -43
- package/lib/module/components/MessageInput/MessageInput.js.map +1 -1
- package/lib/module/components/MessageInput/SendButton.js +9 -7
- package/lib/module/components/MessageInput/SendButton.js.map +1 -1
- package/lib/module/components/MessageInput/components/AudioRecorder/AudioRecorder.js +221 -0
- package/lib/module/components/MessageInput/components/AudioRecorder/AudioRecorder.js.map +1 -0
- package/lib/module/components/MessageInput/components/AudioRecorder/AudioRecordingButton.js +121 -0
- package/lib/module/components/MessageInput/components/AudioRecorder/AudioRecordingButton.js.map +1 -0
- package/lib/module/components/MessageInput/components/AudioRecorder/AudioRecordingInProgress.js +68 -0
- package/lib/module/components/MessageInput/components/AudioRecorder/AudioRecordingInProgress.js.map +1 -0
- package/lib/module/components/MessageInput/components/AudioRecorder/AudioRecordingLockIndicator.js +75 -0
- package/lib/module/components/MessageInput/components/AudioRecorder/AudioRecordingLockIndicator.js.map +1 -0
- package/lib/module/components/MessageInput/components/AudioRecorder/AudioRecordingPreview.js +87 -0
- package/lib/module/components/MessageInput/components/AudioRecorder/AudioRecordingPreview.js.map +1 -0
- package/lib/module/components/MessageInput/components/AudioRecorder/AudioRecordingWaveform.js +47 -0
- package/lib/module/components/MessageInput/components/AudioRecorder/AudioRecordingWaveform.js.map +1 -0
- package/lib/module/components/MessageInput/hooks/useAudioController.js +452 -0
- package/lib/module/components/MessageInput/hooks/useAudioController.js.map +1 -0
- package/lib/module/components/MessageInput/utils/audioSampling.js +91 -0
- package/lib/module/components/MessageInput/utils/audioSampling.js.map +1 -0
- package/lib/module/components/MessageInput/utils/normalizeAudioLevel.js +18 -0
- package/lib/module/components/MessageInput/utils/normalizeAudioLevel.js.map +1 -0
- package/lib/module/components/ProgressControl/ProgressControl.js +57 -40
- package/lib/module/components/ProgressControl/ProgressControl.js.map +1 -1
- package/lib/module/components/ProgressControl/WaveProgressBar.js +162 -0
- package/lib/module/components/ProgressControl/WaveProgressBar.js.map +1 -0
- package/lib/module/components/Reply/Reply.js +45 -20
- package/lib/module/components/Reply/Reply.js.map +1 -1
- package/lib/module/components/index.js +66 -0
- package/lib/module/components/index.js.map +1 -1
- package/lib/module/contexts/messageInputContext/MessageInputContext.js +23 -12
- package/lib/module/contexts/messageInputContext/MessageInputContext.js.map +1 -1
- package/lib/module/contexts/messageInputContext/hooks/useCreateMessageInputContext.js +24 -0
- package/lib/module/contexts/messageInputContext/hooks/useCreateMessageInputContext.js.map +1 -1
- package/lib/module/contexts/messageInputContext/hooks/useMessageDetailsForState.js +76 -28
- package/lib/module/contexts/messageInputContext/hooks/useMessageDetailsForState.js.map +1 -1
- package/lib/module/contexts/themeContext/utils/theme.js +62 -7
- package/lib/module/contexts/themeContext/utils/theme.js.map +1 -1
- package/lib/module/i18n/en.json +2 -0
- package/lib/module/i18n/es.json +11 -9
- package/lib/module/i18n/fr.json +11 -9
- package/lib/module/i18n/he.json +11 -9
- package/lib/module/i18n/hi.json +11 -9
- package/lib/module/i18n/it.json +11 -9
- package/lib/module/i18n/ja.json +11 -9
- package/lib/module/i18n/ko.json +11 -9
- package/lib/module/i18n/nl.json +11 -9
- package/lib/module/i18n/pt-BR.json +11 -9
- package/lib/module/i18n/ru.json +11 -9
- package/lib/module/i18n/tr.json +11 -9
- package/lib/module/icons/ArrowLeft.js +27 -0
- package/lib/module/icons/ArrowLeft.js.map +1 -0
- package/lib/module/icons/ArrowUp.js +26 -0
- package/lib/module/icons/ArrowUp.js.map +1 -0
- package/lib/module/icons/Audio.js +24 -24
- package/lib/module/icons/Audio.js.map +1 -1
- package/lib/module/icons/CircleStop.js +27 -0
- package/lib/module/icons/CircleStop.js.map +1 -0
- package/lib/module/icons/Delete.js +17 -6
- package/lib/module/icons/Delete.js.map +1 -1
- package/lib/module/icons/Lock.js +30 -0
- package/lib/module/icons/Lock.js.map +1 -0
- package/lib/module/icons/Mic.js +30 -0
- package/lib/module/icons/Mic.js.map +1 -0
- package/lib/module/icons/Pause.js +15 -20
- package/lib/module/icons/Pause.js.map +1 -1
- package/lib/module/icons/Play.js +18 -10
- package/lib/module/icons/Play.js.map +1 -1
- package/lib/module/icons/SendCheck.js +30 -0
- package/lib/module/icons/SendCheck.js.map +1 -0
- package/lib/module/icons/SendRight.js +24 -6
- package/lib/module/icons/SendRight.js.map +1 -1
- package/lib/module/icons/SendUp.js +24 -6
- package/lib/module/icons/SendUp.js.map +1 -1
- package/lib/module/icons/Stop.js +19 -0
- package/lib/module/icons/Stop.js.map +1 -0
- package/lib/module/icons/index.js +77 -0
- package/lib/module/icons/index.js.map +1 -1
- package/lib/module/native.js +10 -1
- package/lib/module/native.js.map +1 -1
- package/lib/module/utils/getTrimmedAttachmentTitle.js +11 -0
- package/lib/module/utils/getTrimmedAttachmentTitle.js.map +1 -0
- package/lib/module/version.json +1 -1
- package/lib/typescript/components/Attachment/Attachment.d.ts.map +1 -1
- package/lib/typescript/components/Attachment/AudioAttachment.d.ts +3 -8
- package/lib/typescript/components/Attachment/AudioAttachment.d.ts.map +1 -1
- package/lib/typescript/components/Attachment/FileAttachmentGroup.d.ts.map +1 -1
- package/lib/typescript/components/Channel/Channel.d.ts.map +1 -1
- package/lib/typescript/components/Channel/hooks/useCreateInputMessageInputContext.d.ts +15 -3
- package/lib/typescript/components/Channel/hooks/useCreateInputMessageInputContext.d.ts.map +1 -1
- package/lib/typescript/components/ImageGallery/components/ImageGalleryVideoControl.d.ts.map +1 -1
- package/lib/typescript/components/Message/MessageSimple/MessageContent.d.ts.map +1 -1
- package/lib/typescript/components/Message/MessageSimple/MessageSimple.d.ts.map +1 -1
- package/lib/typescript/components/MessageInput/FileUploadPreview.d.ts +1 -1
- package/lib/typescript/components/MessageInput/FileUploadPreview.d.ts.map +1 -1
- package/lib/typescript/components/MessageInput/InputButtons.d.ts.map +1 -1
- package/lib/typescript/components/MessageInput/MessageInput.d.ts +1 -1
- package/lib/typescript/components/MessageInput/MessageInput.d.ts.map +1 -1
- package/lib/typescript/components/MessageInput/SendButton.d.ts.map +1 -1
- package/lib/typescript/components/MessageInput/components/AudioRecorder/AudioRecorder.d.ts +51 -0
- package/lib/typescript/components/MessageInput/components/AudioRecorder/AudioRecorder.d.ts.map +1 -0
- package/lib/typescript/components/MessageInput/components/AudioRecorder/AudioRecordingButton.d.ts +43 -0
- package/lib/typescript/components/MessageInput/components/AudioRecorder/AudioRecordingButton.d.ts.map +1 -0
- package/lib/typescript/components/MessageInput/components/AudioRecorder/AudioRecordingInProgress.d.ts +29 -0
- package/lib/typescript/components/MessageInput/components/AudioRecorder/AudioRecordingInProgress.d.ts.map +1 -0
- package/lib/typescript/components/MessageInput/components/AudioRecorder/AudioRecordingLockIndicator.d.ts +22 -0
- package/lib/typescript/components/MessageInput/components/AudioRecorder/AudioRecordingLockIndicator.d.ts.map +1 -0
- package/lib/typescript/components/MessageInput/components/AudioRecorder/AudioRecordingPreview.d.ts +31 -0
- package/lib/typescript/components/MessageInput/components/AudioRecorder/AudioRecordingPreview.d.ts.map +1 -0
- package/lib/typescript/components/MessageInput/components/AudioRecorder/AudioRecordingWaveform.d.ts +19 -0
- package/lib/typescript/components/MessageInput/components/AudioRecorder/AudioRecordingWaveform.d.ts.map +1 -0
- package/lib/typescript/components/MessageInput/hooks/useAudioController.d.ts +28 -0
- package/lib/typescript/components/MessageInput/hooks/useAudioController.d.ts.map +1 -0
- package/lib/typescript/components/MessageInput/utils/audioSampling.d.ts +11 -0
- package/lib/typescript/components/MessageInput/utils/audioSampling.d.ts.map +1 -0
- package/lib/typescript/components/MessageInput/utils/normalizeAudioLevel.d.ts +5 -0
- package/lib/typescript/components/MessageInput/utils/normalizeAudioLevel.d.ts.map +1 -0
- package/lib/typescript/components/ProgressControl/ProgressControl.d.ts +2 -2
- package/lib/typescript/components/ProgressControl/ProgressControl.d.ts.map +1 -1
- package/lib/typescript/components/ProgressControl/WaveProgressBar.d.ts +11 -0
- package/lib/typescript/components/ProgressControl/WaveProgressBar.d.ts.map +1 -0
- package/lib/typescript/components/Reply/Reply.d.ts.map +1 -1
- package/lib/typescript/components/index.d.ts +6 -0
- package/lib/typescript/components/index.d.ts.map +1 -1
- package/lib/typescript/contexts/messageInputContext/MessageInputContext.d.ts +70 -4
- package/lib/typescript/contexts/messageInputContext/MessageInputContext.d.ts.map +1 -1
- package/lib/typescript/contexts/messageInputContext/hooks/useCreateMessageInputContext.d.ts +1 -1
- package/lib/typescript/contexts/messageInputContext/hooks/useCreateMessageInputContext.d.ts.map +1 -1
- package/lib/typescript/contexts/messageInputContext/hooks/useMessageDetailsForState.d.ts.map +1 -1
- package/lib/typescript/contexts/themeContext/utils/theme.d.ts +62 -7
- package/lib/typescript/contexts/themeContext/utils/theme.d.ts.map +1 -1
- package/lib/typescript/i18n/en.json +2 -0
- package/lib/typescript/i18n/es.json +11 -9
- package/lib/typescript/i18n/fr.json +11 -9
- package/lib/typescript/i18n/he.json +11 -9
- package/lib/typescript/i18n/hi.json +11 -9
- package/lib/typescript/i18n/it.json +11 -9
- package/lib/typescript/i18n/ja.json +11 -9
- package/lib/typescript/i18n/ko.json +11 -9
- package/lib/typescript/i18n/nl.json +11 -9
- package/lib/typescript/i18n/pt-BR.json +11 -9
- package/lib/typescript/i18n/ru.json +11 -9
- package/lib/typescript/i18n/tr.json +11 -9
- package/lib/typescript/icons/ArrowLeft.d.ts +8 -0
- package/lib/typescript/icons/ArrowLeft.d.ts.map +1 -0
- package/lib/typescript/icons/ArrowUp.d.ts +9 -0
- package/lib/typescript/icons/ArrowUp.d.ts.map +1 -0
- package/lib/typescript/icons/Audio.d.ts.map +1 -1
- package/lib/typescript/icons/CircleStop.d.ts +8 -0
- package/lib/typescript/icons/CircleStop.d.ts.map +1 -0
- package/lib/typescript/icons/Delete.d.ts +5 -1
- package/lib/typescript/icons/Delete.d.ts.map +1 -1
- package/lib/typescript/icons/Lock.d.ts +9 -0
- package/lib/typescript/icons/Lock.d.ts.map +1 -0
- package/lib/typescript/icons/Mic.d.ts +8 -0
- package/lib/typescript/icons/Mic.d.ts.map +1 -0
- package/lib/typescript/icons/Pause.d.ts +3 -1
- package/lib/typescript/icons/Pause.d.ts.map +1 -1
- package/lib/typescript/icons/Play.d.ts +3 -1
- package/lib/typescript/icons/Play.d.ts.map +1 -1
- package/lib/typescript/icons/SendCheck.d.ts +8 -0
- package/lib/typescript/icons/SendCheck.d.ts.map +1 -0
- package/lib/typescript/icons/SendRight.d.ts +5 -1
- package/lib/typescript/icons/SendRight.d.ts.map +1 -1
- package/lib/typescript/icons/SendUp.d.ts +5 -1
- package/lib/typescript/icons/SendUp.d.ts.map +1 -1
- package/lib/typescript/icons/Stop.d.ts +4 -0
- package/lib/typescript/icons/Stop.d.ts.map +1 -0
- package/lib/typescript/icons/index.d.ts +7 -0
- package/lib/typescript/icons/index.d.ts.map +1 -1
- package/lib/typescript/native.d.ts +49 -0
- package/lib/typescript/native.d.ts.map +1 -1
- package/lib/typescript/types/types.d.ts +6 -0
- package/lib/typescript/types/types.d.ts.map +1 -1
- package/lib/typescript/utils/Streami18n.d.ts +2 -0
- package/lib/typescript/utils/Streami18n.d.ts.map +1 -1
- package/lib/typescript/utils/getTrimmedAttachmentTitle.d.ts +2 -0
- package/lib/typescript/utils/getTrimmedAttachmentTitle.d.ts.map +1 -0
- package/package.json +1 -1
- package/src/components/Attachment/Attachment.tsx +7 -2
- package/src/components/Attachment/AudioAttachment.tsx +223 -119
- package/src/components/Attachment/FileAttachmentGroup.tsx +35 -55
- package/src/components/Attachment/VideoThumbnail.tsx +1 -1
- package/src/components/Channel/Channel.tsx +32 -0
- package/src/components/Channel/hooks/useCreateInputMessageInputContext.ts +24 -0
- package/src/components/ImageGallery/__tests__/ImageGallery.test.tsx +1 -1
- package/src/components/ImageGallery/__tests__/ImageGalleryVideoControl.test.tsx +2 -2
- package/src/components/ImageGallery/components/ImageGalleryVideoControl.tsx +2 -7
- package/src/components/Message/Message.tsx +1 -1
- package/src/components/Message/MessageSimple/MessageContent.tsx +2 -1
- package/src/components/Message/MessageSimple/MessageSimple.tsx +2 -1
- package/src/components/Message/hooks/useMessageActions.tsx +2 -2
- package/src/components/MessageInput/FileUploadPreview.tsx +67 -98
- package/src/components/MessageInput/InputButtons.tsx +2 -1
- package/src/components/MessageInput/MessageInput.tsx +320 -49
- package/src/components/MessageInput/SendButton.tsx +7 -3
- package/src/components/MessageInput/__tests__/MessageInput.test.js +0 -1
- package/src/components/MessageInput/__tests__/__snapshots__/SendButton.test.js.snap +132 -48
- package/src/components/MessageInput/components/AudioRecorder/AudioRecorder.tsx +313 -0
- package/src/components/MessageInput/components/AudioRecorder/AudioRecordingButton.tsx +192 -0
- package/src/components/MessageInput/components/AudioRecorder/AudioRecordingInProgress.tsx +114 -0
- package/src/components/MessageInput/components/AudioRecorder/AudioRecordingLockIndicator.tsx +85 -0
- package/src/components/MessageInput/components/AudioRecorder/AudioRecordingPreview.tsx +102 -0
- package/src/components/MessageInput/components/AudioRecorder/AudioRecordingWaveform.tsx +62 -0
- package/src/components/MessageInput/hooks/useAudioController.tsx +288 -0
- package/src/components/MessageInput/utils/audioSampling.ts +108 -0
- package/src/components/MessageInput/utils/normalizeAudioLevel.ts +20 -0
- package/src/components/ProgressControl/ProgressControl.tsx +69 -40
- package/src/components/ProgressControl/WaveProgressBar.tsx +180 -0
- package/src/components/Reply/Reply.tsx +89 -56
- package/src/components/Thread/__tests__/__snapshots__/Thread.test.js.snap +38 -20
- package/src/components/index.ts +6 -0
- package/src/contexts/messageInputContext/MessageInputContext.tsx +95 -10
- package/src/contexts/messageInputContext/hooks/useCreateMessageInputContext.ts +25 -0
- package/src/contexts/messageInputContext/hooks/useMessageDetailsForState.ts +80 -27
- package/src/contexts/themeContext/utils/theme.ts +111 -14
- package/src/i18n/en.json +2 -0
- package/src/i18n/es.json +11 -9
- package/src/i18n/fr.json +11 -9
- package/src/i18n/he.json +11 -9
- package/src/i18n/hi.json +11 -9
- package/src/i18n/it.json +11 -9
- package/src/i18n/ja.json +11 -9
- package/src/i18n/ko.json +11 -9
- package/src/i18n/nl.json +11 -9
- package/src/i18n/pt-BR.json +11 -9
- package/src/i18n/ru.json +11 -9
- package/src/i18n/tr.json +11 -9
- package/src/icons/ArrowLeft.tsx +18 -0
- package/src/icons/ArrowUp.tsx +19 -0
- package/src/icons/Audio.tsx +24 -24
- package/src/icons/CircleStop.tsx +18 -0
- package/src/icons/Delete.tsx +14 -8
- package/src/icons/Lock.tsx +22 -0
- package/src/icons/Mic.tsx +20 -0
- package/src/icons/Pause.tsx +12 -11
- package/src/icons/Play.tsx +9 -13
- package/src/icons/SendCheck.tsx +18 -0
- package/src/icons/SendRight.tsx +16 -7
- package/src/icons/SendUp.tsx +16 -7
- package/src/icons/Stop.tsx +12 -0
- package/src/icons/index.ts +7 -0
- package/src/native.ts +69 -0
- package/src/types/types.ts +6 -0
- package/src/utils/getTrimmedAttachmentTitle.ts +5 -0
- package/src/version.json +1 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"1 Reply": "תגובה אחת",
|
|
3
|
-
"1 Thread Reply": "",
|
|
3
|
+
"1 Thread Reply": "תגובה אחת לשרשור",
|
|
4
4
|
"Allow access to your Gallery": "",
|
|
5
5
|
"Allow camera access in device settings": "",
|
|
6
6
|
"Also send to channel": "",
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"Do you want to send a copy of this message to a moderator for further investigation?": "",
|
|
18
18
|
"Edit Message": "",
|
|
19
19
|
"Editing Message": "",
|
|
20
|
-
"Emoji matching": "
|
|
20
|
+
"Emoji matching": "",
|
|
21
21
|
"Empty message...": "הודעה ריקה...",
|
|
22
22
|
"Error loading": "",
|
|
23
23
|
"Error loading channel list...": "",
|
|
@@ -27,8 +27,9 @@
|
|
|
27
27
|
"Flag": "",
|
|
28
28
|
"Flag Message": "",
|
|
29
29
|
"Flag action failed either due to a network issue or the message is already flagged": "",
|
|
30
|
+
"Hold to start recording.": "לחץ והחזק כדי להתחיל להקליט.",
|
|
30
31
|
"How about sending your first message to a friend?": "",
|
|
31
|
-
"Instant Commands": "
|
|
32
|
+
"Instant Commands": "",
|
|
32
33
|
"Let's start chatting!": "",
|
|
33
34
|
"Links are disabled": "",
|
|
34
35
|
"Loading channels...": "",
|
|
@@ -48,18 +49,19 @@
|
|
|
48
49
|
"Photos and Videos": "",
|
|
49
50
|
"Pin to Conversation": "",
|
|
50
51
|
"Pinned by": "",
|
|
52
|
+
"Please allow Audio permissions in settings.": "בבקשה, הרשה הרשאות שמע בהגדרות.",
|
|
51
53
|
"Please enable access to your photos and videos so you can share them.": "",
|
|
52
54
|
"Please select a channel first": "",
|
|
53
55
|
"Reconnecting...": "מתחבר מחדש...",
|
|
54
56
|
"Reply": "",
|
|
55
57
|
"Reply to Message": "",
|
|
56
58
|
"Resend": "",
|
|
57
|
-
"Search GIFs": "",
|
|
59
|
+
"Search GIFs": "חפש/י GIFs",
|
|
58
60
|
"Select More Photos": "",
|
|
59
61
|
"Send Anyway": "",
|
|
60
|
-
"Send a message": "",
|
|
62
|
+
"Send a message": "שלח/י הודעה",
|
|
61
63
|
"Sending links is not allowed in this conversation": "",
|
|
62
|
-
"Slow mode ON": "",
|
|
64
|
+
"Slow mode ON": "מצב איטי מופעל",
|
|
63
65
|
"The message has been reported to a moderator.": "",
|
|
64
66
|
"Thread Reply": "",
|
|
65
67
|
"Unblock User": "",
|
|
@@ -70,10 +72,10 @@
|
|
|
70
72
|
"Video": "",
|
|
71
73
|
"You": "את/ה",
|
|
72
74
|
"You can't send messages in this channel": "",
|
|
73
|
-
"{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "
|
|
75
|
+
"{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "",
|
|
74
76
|
"{{ index }} of {{ photoLength }}": "",
|
|
75
77
|
"{{ replyCount }} Replies": "{{ replyCount }} תגובות",
|
|
76
|
-
"{{ replyCount }} Thread Replies": "",
|
|
77
|
-
"{{ user }} is typing": "
|
|
78
|
+
"{{ replyCount }} Thread Replies": "{{ replyCount }} תגובות שרשור",
|
|
79
|
+
"{{ user }} is typing": "",
|
|
78
80
|
"🏙 Attachment...": "🏙 קובץ מצורף..."
|
|
79
81
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"1 Reply": "1 रिप्लाई",
|
|
3
|
-
"1 Thread Reply": "",
|
|
3
|
+
"1 Thread Reply": "1 धागा उत्तर",
|
|
4
4
|
"Allow access to your Gallery": "",
|
|
5
5
|
"Allow camera access in device settings": "",
|
|
6
6
|
"Also send to channel": "",
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"Do you want to send a copy of this message to a moderator for further investigation?": "",
|
|
18
18
|
"Edit Message": "",
|
|
19
19
|
"Editing Message": "",
|
|
20
|
-
"Emoji matching": "
|
|
20
|
+
"Emoji matching": "",
|
|
21
21
|
"Empty message...": "खाली संदेश...",
|
|
22
22
|
"Error loading": "",
|
|
23
23
|
"Error loading channel list...": "",
|
|
@@ -27,8 +27,9 @@
|
|
|
27
27
|
"Flag": "",
|
|
28
28
|
"Flag Message": "",
|
|
29
29
|
"Flag action failed either due to a network issue or the message is already flagged": "",
|
|
30
|
+
"Hold to start recording.": "रिकॉर्डिंग शुरू करने के लिए दबाएं।",
|
|
30
31
|
"How about sending your first message to a friend?": "",
|
|
31
|
-
"Instant Commands": "
|
|
32
|
+
"Instant Commands": "",
|
|
32
33
|
"Let's start chatting!": "",
|
|
33
34
|
"Links are disabled": "",
|
|
34
35
|
"Loading channels...": "",
|
|
@@ -48,18 +49,19 @@
|
|
|
48
49
|
"Photos and Videos": "",
|
|
49
50
|
"Pin to Conversation": "",
|
|
50
51
|
"Pinned by": "",
|
|
52
|
+
"Please allow Audio permissions in settings.": "कृपया सेटिंग्स में ऑडियो की अनुमति दें।",
|
|
51
53
|
"Please enable access to your photos and videos so you can share them.": "",
|
|
52
54
|
"Please select a channel first": "",
|
|
53
55
|
"Reconnecting...": "पुनः कनेक्ट हो...",
|
|
54
56
|
"Reply": "",
|
|
55
57
|
"Reply to Message": "",
|
|
56
58
|
"Resend": "",
|
|
57
|
-
"Search GIFs": "",
|
|
59
|
+
"Search GIFs": "GIF खोजें",
|
|
58
60
|
"Select More Photos": "",
|
|
59
61
|
"Send Anyway": "",
|
|
60
|
-
"Send a message": "",
|
|
62
|
+
"Send a message": "एक संदेश भेजें",
|
|
61
63
|
"Sending links is not allowed in this conversation": "",
|
|
62
|
-
"Slow mode ON": "",
|
|
64
|
+
"Slow mode ON": "स्लो मोड चालू",
|
|
63
65
|
"The message has been reported to a moderator.": "",
|
|
64
66
|
"Thread Reply": "",
|
|
65
67
|
"Unblock User": "",
|
|
@@ -70,10 +72,10 @@
|
|
|
70
72
|
"Video": "",
|
|
71
73
|
"You": "आप",
|
|
72
74
|
"You can't send messages in this channel": "",
|
|
73
|
-
"{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "
|
|
75
|
+
"{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "",
|
|
74
76
|
"{{ index }} of {{ photoLength }}": "",
|
|
75
77
|
"{{ replyCount }} Replies": "{{ replyCount }} रिप्लाई",
|
|
76
|
-
"{{ replyCount }} Thread Replies": "",
|
|
77
|
-
"{{ user }} is typing": "
|
|
78
|
+
"{{ replyCount }} Thread Replies": "{{ replyCount }}} थ्रेड उत्तर",
|
|
79
|
+
"{{ user }} is typing": "",
|
|
78
80
|
"🏙 Attachment...": "🏙 अटैचमेंट..."
|
|
79
81
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"1 Reply": "1 Risposta",
|
|
3
|
-
"1 Thread Reply": "",
|
|
3
|
+
"1 Thread Reply": "1 Risposta alla Discussione",
|
|
4
4
|
"Allow access to your Gallery": "",
|
|
5
5
|
"Allow camera access in device settings": "",
|
|
6
6
|
"Also send to channel": "",
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"Do you want to send a copy of this message to a moderator for further investigation?": "",
|
|
18
18
|
"Edit Message": "",
|
|
19
19
|
"Editing Message": "",
|
|
20
|
-
"Emoji matching": "
|
|
20
|
+
"Emoji matching": "",
|
|
21
21
|
"Empty message...": "Message vuoto...",
|
|
22
22
|
"Error loading": "",
|
|
23
23
|
"Error loading channel list...": "",
|
|
@@ -27,8 +27,9 @@
|
|
|
27
27
|
"Flag": "",
|
|
28
28
|
"Flag Message": "",
|
|
29
29
|
"Flag action failed either due to a network issue or the message is already flagged": "",
|
|
30
|
+
"Hold to start recording.": "Tieni premuto per avviare la registrazione.",
|
|
30
31
|
"How about sending your first message to a friend?": "",
|
|
31
|
-
"Instant Commands": "
|
|
32
|
+
"Instant Commands": "",
|
|
32
33
|
"Let's start chatting!": "",
|
|
33
34
|
"Links are disabled": "",
|
|
34
35
|
"Loading channels...": "",
|
|
@@ -48,18 +49,19 @@
|
|
|
48
49
|
"Photos and Videos": "",
|
|
49
50
|
"Pin to Conversation": "",
|
|
50
51
|
"Pinned by": "",
|
|
52
|
+
"Please allow Audio permissions in settings.": "Si prega di consentire le autorizzazioni audio nelle impostazioni.",
|
|
51
53
|
"Please enable access to your photos and videos so you can share them.": "",
|
|
52
54
|
"Please select a channel first": "",
|
|
53
55
|
"Reconnecting...": "Ricollegarsi...",
|
|
54
56
|
"Reply": "",
|
|
55
57
|
"Reply to Message": "",
|
|
56
58
|
"Resend": "",
|
|
57
|
-
"Search GIFs": "",
|
|
59
|
+
"Search GIFs": "Cerca GIF",
|
|
58
60
|
"Select More Photos": "",
|
|
59
61
|
"Send Anyway": "",
|
|
60
|
-
"Send a message": "",
|
|
62
|
+
"Send a message": "Mandare un messaggio",
|
|
61
63
|
"Sending links is not allowed in this conversation": "",
|
|
62
|
-
"Slow mode ON": "",
|
|
64
|
+
"Slow mode ON": "Slowmode attiva",
|
|
63
65
|
"The message has been reported to a moderator.": "",
|
|
64
66
|
"Thread Reply": "",
|
|
65
67
|
"Unblock User": "",
|
|
@@ -70,10 +72,10 @@
|
|
|
70
72
|
"Video": "",
|
|
71
73
|
"You": "Tu",
|
|
72
74
|
"You can't send messages in this channel": "",
|
|
73
|
-
"{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "
|
|
75
|
+
"{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "",
|
|
74
76
|
"{{ index }} of {{ photoLength }}": "",
|
|
75
77
|
"{{ replyCount }} Replies": "{{ replyCount }} Risposte",
|
|
76
|
-
"{{ replyCount }} Thread Replies": "",
|
|
77
|
-
"{{ user }} is typing": "
|
|
78
|
+
"{{ replyCount }} Thread Replies": "{{replyCount}} Risposte alle Conversazione",
|
|
79
|
+
"{{ user }} is typing": "",
|
|
78
80
|
"🏙 Attachment...": "🏙 Allegato..."
|
|
79
81
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"1 Reply": "1件の返信",
|
|
3
|
-
"1 Thread Reply": "",
|
|
3
|
+
"1 Thread Reply": "1件のスレッド返信",
|
|
4
4
|
"Allow access to your Gallery": "",
|
|
5
5
|
"Allow camera access in device settings": "",
|
|
6
6
|
"Also send to channel": "",
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"Do you want to send a copy of this message to a moderator for further investigation?": "",
|
|
18
18
|
"Edit Message": "",
|
|
19
19
|
"Editing Message": "",
|
|
20
|
-
"Emoji matching": "
|
|
20
|
+
"Emoji matching": "",
|
|
21
21
|
"Empty message...": "空のメッセージ...",
|
|
22
22
|
"Error loading": "",
|
|
23
23
|
"Error loading channel list...": "",
|
|
@@ -27,8 +27,9 @@
|
|
|
27
27
|
"Flag": "",
|
|
28
28
|
"Flag Message": "",
|
|
29
29
|
"Flag action failed either due to a network issue or the message is already flagged": "",
|
|
30
|
+
"Hold to start recording.": "録音を開始するには押し続けてください。",
|
|
30
31
|
"How about sending your first message to a friend?": "",
|
|
31
|
-
"Instant Commands": "
|
|
32
|
+
"Instant Commands": "",
|
|
32
33
|
"Let's start chatting!": "",
|
|
33
34
|
"Links are disabled": "",
|
|
34
35
|
"Loading channels...": "",
|
|
@@ -48,18 +49,19 @@
|
|
|
48
49
|
"Photos and Videos": "",
|
|
49
50
|
"Pin to Conversation": "",
|
|
50
51
|
"Pinned by": "",
|
|
52
|
+
"Please allow Audio permissions in settings.": "設定でオーディオの権限を許可してください。",
|
|
51
53
|
"Please enable access to your photos and videos so you can share them.": "",
|
|
52
54
|
"Please select a channel first": "",
|
|
53
55
|
"Reconnecting...": "再接続中。。。",
|
|
54
56
|
"Reply": "",
|
|
55
57
|
"Reply to Message": "",
|
|
56
58
|
"Resend": "",
|
|
57
|
-
"Search GIFs": "",
|
|
59
|
+
"Search GIFs": "GIFの探索",
|
|
58
60
|
"Select More Photos": "",
|
|
59
61
|
"Send Anyway": "",
|
|
60
|
-
"Send a message": "",
|
|
62
|
+
"Send a message": "メッセージを送る",
|
|
61
63
|
"Sending links is not allowed in this conversation": "",
|
|
62
|
-
"Slow mode ON": "",
|
|
64
|
+
"Slow mode ON": "スローモードオン",
|
|
63
65
|
"The message has been reported to a moderator.": "",
|
|
64
66
|
"Thread Reply": "",
|
|
65
67
|
"Unblock User": "",
|
|
@@ -70,10 +72,10 @@
|
|
|
70
72
|
"Video": "",
|
|
71
73
|
"You": "あなた",
|
|
72
74
|
"You can't send messages in this channel": "",
|
|
73
|
-
"{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "
|
|
75
|
+
"{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "",
|
|
74
76
|
"{{ index }} of {{ photoLength }}": "",
|
|
75
77
|
"{{ replyCount }} Replies": "{{ replyCount }}件の返信",
|
|
76
|
-
"{{ replyCount }} Thread Replies": "",
|
|
77
|
-
"{{ user }} is typing": "
|
|
78
|
+
"{{ replyCount }} Thread Replies": "{{ replyCount }}件のスレッド返信",
|
|
79
|
+
"{{ user }} is typing": "",
|
|
78
80
|
"🏙 Attachment...": "🏙 アタッチメント..."
|
|
79
81
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"1 Reply": "답장 1개",
|
|
3
|
-
"1 Thread Reply": "",
|
|
3
|
+
"1 Thread Reply": "1개의 스레드 답글",
|
|
4
4
|
"Allow access to your Gallery": "",
|
|
5
5
|
"Allow camera access in device settings": "",
|
|
6
6
|
"Also send to channel": "",
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"Do you want to send a copy of this message to a moderator for further investigation?": "",
|
|
18
18
|
"Edit Message": "",
|
|
19
19
|
"Editing Message": "",
|
|
20
|
-
"Emoji matching": "
|
|
20
|
+
"Emoji matching": "",
|
|
21
21
|
"Empty message...": "빈 메시지...",
|
|
22
22
|
"Error loading": "",
|
|
23
23
|
"Error loading channel list...": "",
|
|
@@ -27,8 +27,9 @@
|
|
|
27
27
|
"Flag": "",
|
|
28
28
|
"Flag Message": "",
|
|
29
29
|
"Flag action failed either due to a network issue or the message is already flagged": "",
|
|
30
|
+
"Hold to start recording.": "녹음을 시작하려면 눌러주세요.",
|
|
30
31
|
"How about sending your first message to a friend?": "",
|
|
31
|
-
"Instant Commands": "
|
|
32
|
+
"Instant Commands": "",
|
|
32
33
|
"Let's start chatting!": "",
|
|
33
34
|
"Links are disabled": "",
|
|
34
35
|
"Loading channels...": "",
|
|
@@ -48,18 +49,19 @@
|
|
|
48
49
|
"Photos and Videos": "",
|
|
49
50
|
"Pin to Conversation": "",
|
|
50
51
|
"Pinned by": "",
|
|
52
|
+
"Please allow Audio permissions in settings.": "설정에서 오디오 권한을 허용해주세요.",
|
|
51
53
|
"Please enable access to your photos and videos so you can share them.": "",
|
|
52
54
|
"Please select a channel first": "",
|
|
53
55
|
"Reconnecting...": "다시 연결 중...",
|
|
54
56
|
"Reply": "",
|
|
55
57
|
"Reply to Message": "",
|
|
56
58
|
"Resend": "",
|
|
57
|
-
"Search GIFs": "",
|
|
59
|
+
"Search GIFs": "GIF의 검색",
|
|
58
60
|
"Select More Photos": "",
|
|
59
61
|
"Send Anyway": "",
|
|
60
|
-
"Send a message": "",
|
|
62
|
+
"Send a message": "메세지를 보내다",
|
|
61
63
|
"Sending links is not allowed in this conversation": "",
|
|
62
|
-
"Slow mode ON": "",
|
|
64
|
+
"Slow mode ON": "슬로모드 켜짐",
|
|
63
65
|
"The message has been reported to a moderator.": "",
|
|
64
66
|
"Thread Reply": "",
|
|
65
67
|
"Unblock User": "",
|
|
@@ -70,10 +72,10 @@
|
|
|
70
72
|
"Video": "",
|
|
71
73
|
"You": "당신",
|
|
72
74
|
"You can't send messages in this channel": "",
|
|
73
|
-
"{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "
|
|
75
|
+
"{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "",
|
|
74
76
|
"{{ index }} of {{ photoLength }}": "",
|
|
75
77
|
"{{ replyCount }} Replies": "{{ replyCount }} 답글",
|
|
76
|
-
"{{ replyCount }} Thread Replies": "",
|
|
77
|
-
"{{ user }} is typing": "
|
|
78
|
+
"{{ replyCount }} Thread Replies": "{{ replyCount }} 스레드 답글",
|
|
79
|
+
"{{ user }} is typing": "",
|
|
78
80
|
"🏙 Attachment...": "🏙 부착..."
|
|
79
81
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"1 Reply": "1 Antwoord",
|
|
3
|
-
"1 Thread Reply": "",
|
|
3
|
+
"1 Thread Reply": "1 thread antwoord",
|
|
4
4
|
"Allow access to your Gallery": "",
|
|
5
5
|
"Allow camera access in device settings": "",
|
|
6
6
|
"Also send to channel": "",
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"Do you want to send a copy of this message to a moderator for further investigation?": "",
|
|
18
18
|
"Edit Message": "",
|
|
19
19
|
"Editing Message": "",
|
|
20
|
-
"Emoji matching": "
|
|
20
|
+
"Emoji matching": "",
|
|
21
21
|
"Empty message...": "Leeg bericht...",
|
|
22
22
|
"Error loading": "",
|
|
23
23
|
"Error loading channel list...": "",
|
|
@@ -27,8 +27,9 @@
|
|
|
27
27
|
"Flag": "",
|
|
28
28
|
"Flag Message": "",
|
|
29
29
|
"Flag action failed either due to a network issue or the message is already flagged": "",
|
|
30
|
+
"Hold to start recording.": "Houd vast om opname te starten.",
|
|
30
31
|
"How about sending your first message to a friend?": "",
|
|
31
|
-
"Instant Commands": "
|
|
32
|
+
"Instant Commands": "",
|
|
32
33
|
"Let's start chatting!": "",
|
|
33
34
|
"Links are disabled": "",
|
|
34
35
|
"Loading channels...": "",
|
|
@@ -48,18 +49,19 @@
|
|
|
48
49
|
"Photos and Videos": "",
|
|
49
50
|
"Pin to Conversation": "",
|
|
50
51
|
"Pinned by": "",
|
|
52
|
+
"Please allow Audio permissions in settings.": "Gelieve audio toestemmingen toe te staan in de instellingen.",
|
|
51
53
|
"Please enable access to your photos and videos so you can share them.": "",
|
|
52
54
|
"Please select a channel first": "",
|
|
53
55
|
"Reconnecting...": "Opnieuw Verbinding Maken...",
|
|
54
56
|
"Reply": "",
|
|
55
57
|
"Reply to Message": "",
|
|
56
58
|
"Resend": "",
|
|
57
|
-
"Search GIFs": "",
|
|
59
|
+
"Search GIFs": "Zoek GIF's",
|
|
58
60
|
"Select More Photos": "",
|
|
59
61
|
"Send Anyway": "",
|
|
60
|
-
"Send a message": "",
|
|
62
|
+
"Send a message": "Stuur een bericht",
|
|
61
63
|
"Sending links is not allowed in this conversation": "",
|
|
62
|
-
"Slow mode ON": "",
|
|
64
|
+
"Slow mode ON": "Langzame modus aan",
|
|
63
65
|
"The message has been reported to a moderator.": "",
|
|
64
66
|
"Thread Reply": "",
|
|
65
67
|
"Unblock User": "",
|
|
@@ -70,10 +72,10 @@
|
|
|
70
72
|
"Video": "",
|
|
71
73
|
"You": "U",
|
|
72
74
|
"You can't send messages in this channel": "",
|
|
73
|
-
"{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "
|
|
75
|
+
"{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "",
|
|
74
76
|
"{{ index }} of {{ photoLength }}": "",
|
|
75
77
|
"{{ replyCount }} Replies": "{{ replyCount }} Antwoorden",
|
|
76
|
-
"{{ replyCount }} Thread Replies": "",
|
|
77
|
-
"{{ user }} is typing": "
|
|
78
|
+
"{{ replyCount }} Thread Replies": "{{replyCount}} Discussiereacties",
|
|
79
|
+
"{{ user }} is typing": "",
|
|
78
80
|
"🏙 Attachment...": "🏙 Bijlage..."
|
|
79
81
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"1 Reply": "1 Resposta",
|
|
3
|
-
"1 Thread Reply": "",
|
|
3
|
+
"1 Thread Reply": "1 Resposta de Thread",
|
|
4
4
|
"Allow access to your Gallery": "",
|
|
5
5
|
"Allow camera access in device settings": "",
|
|
6
6
|
"Also send to channel": "",
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"Do you want to send a copy of this message to a moderator for further investigation?": "",
|
|
18
18
|
"Edit Message": "",
|
|
19
19
|
"Editing Message": "",
|
|
20
|
-
"Emoji matching": "
|
|
20
|
+
"Emoji matching": "",
|
|
21
21
|
"Empty message...": "Mensagem vazia...",
|
|
22
22
|
"Error loading": "",
|
|
23
23
|
"Error loading channel list...": "",
|
|
@@ -27,8 +27,9 @@
|
|
|
27
27
|
"Flag": "",
|
|
28
28
|
"Flag Message": "",
|
|
29
29
|
"Flag action failed either due to a network issue or the message is already flagged": "",
|
|
30
|
+
"Hold to start recording.": "Mantenha pressionado para começar a gravar.",
|
|
30
31
|
"How about sending your first message to a friend?": "",
|
|
31
|
-
"Instant Commands": "
|
|
32
|
+
"Instant Commands": "",
|
|
32
33
|
"Let's start chatting!": "",
|
|
33
34
|
"Links are disabled": "",
|
|
34
35
|
"Loading channels...": "",
|
|
@@ -48,18 +49,19 @@
|
|
|
48
49
|
"Photos and Videos": "",
|
|
49
50
|
"Pin to Conversation": "",
|
|
50
51
|
"Pinned by": "",
|
|
52
|
+
"Please allow Audio permissions in settings.": "Por favor, permita as permissões de áudio nas configurações.",
|
|
51
53
|
"Please enable access to your photos and videos so you can share them.": "",
|
|
52
54
|
"Please select a channel first": "",
|
|
53
55
|
"Reconnecting...": "Reconectando...",
|
|
54
56
|
"Reply": "",
|
|
55
57
|
"Reply to Message": "",
|
|
56
58
|
"Resend": "",
|
|
57
|
-
"Search GIFs": "",
|
|
59
|
+
"Search GIFs": "Pesquisar GIFs",
|
|
58
60
|
"Select More Photos": "",
|
|
59
61
|
"Send Anyway": "",
|
|
60
|
-
"Send a message": "",
|
|
62
|
+
"Send a message": "Enviar uma mensagem",
|
|
61
63
|
"Sending links is not allowed in this conversation": "",
|
|
62
|
-
"Slow mode ON": "",
|
|
64
|
+
"Slow mode ON": "Modo Lento ATIVADO",
|
|
63
65
|
"The message has been reported to a moderator.": "",
|
|
64
66
|
"Thread Reply": "",
|
|
65
67
|
"Unblock User": "",
|
|
@@ -70,10 +72,10 @@
|
|
|
70
72
|
"Video": "",
|
|
71
73
|
"You": "Você",
|
|
72
74
|
"You can't send messages in this channel": "",
|
|
73
|
-
"{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "
|
|
75
|
+
"{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "",
|
|
74
76
|
"{{ index }} of {{ photoLength }}": "",
|
|
75
77
|
"{{ replyCount }} Replies": "{{ replyCount }} Respostas",
|
|
76
|
-
"{{ replyCount }} Thread Replies": "",
|
|
77
|
-
"{{ user }} is typing": "
|
|
78
|
+
"{{ replyCount }} Thread Replies": "{{ replyCount }} Respostas de Thread",
|
|
79
|
+
"{{ user }} is typing": "",
|
|
78
80
|
"🏙 Attachment...": "🏙 Anexo..."
|
|
79
81
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"1 Reply": "1 Ответ",
|
|
3
|
-
"1 Thread Reply": "",
|
|
3
|
+
"1 Thread Reply": "1 тема Ответить",
|
|
4
4
|
"Allow access to your Gallery": "",
|
|
5
5
|
"Allow camera access in device settings": "",
|
|
6
6
|
"Also send to channel": "",
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"Do you want to send a copy of this message to a moderator for further investigation?": "",
|
|
18
18
|
"Edit Message": "",
|
|
19
19
|
"Editing Message": "",
|
|
20
|
-
"Emoji matching": "
|
|
20
|
+
"Emoji matching": "",
|
|
21
21
|
"Empty message...": "Пустое сообщение...",
|
|
22
22
|
"Error loading": "",
|
|
23
23
|
"Error loading channel list...": "",
|
|
@@ -27,8 +27,9 @@
|
|
|
27
27
|
"Flag": "",
|
|
28
28
|
"Flag Message": "",
|
|
29
29
|
"Flag action failed either due to a network issue or the message is already flagged": "",
|
|
30
|
+
"Hold to start recording.": "Удерживайте, чтобы начать запись.",
|
|
30
31
|
"How about sending your first message to a friend?": "",
|
|
31
|
-
"Instant Commands": "
|
|
32
|
+
"Instant Commands": "",
|
|
32
33
|
"Let's start chatting!": "",
|
|
33
34
|
"Links are disabled": "",
|
|
34
35
|
"Loading channels...": "",
|
|
@@ -48,18 +49,19 @@
|
|
|
48
49
|
"Photos and Videos": "",
|
|
49
50
|
"Pin to Conversation": "",
|
|
50
51
|
"Pinned by": "",
|
|
52
|
+
"Please allow Audio permissions in settings.": "Пожалуйста, разрешите разрешения на аудио в настройках.",
|
|
51
53
|
"Please enable access to your photos and videos so you can share them.": "",
|
|
52
54
|
"Please select a channel first": "",
|
|
53
55
|
"Reconnecting...": "Переподключение...",
|
|
54
56
|
"Reply": "",
|
|
55
57
|
"Reply to Message": "",
|
|
56
58
|
"Resend": "",
|
|
57
|
-
"Search GIFs": "",
|
|
59
|
+
"Search GIFs": "Поиск GIF",
|
|
58
60
|
"Select More Photos": "",
|
|
59
61
|
"Send Anyway": "",
|
|
60
|
-
"Send a message": "",
|
|
62
|
+
"Send a message": "Отправить сообщение",
|
|
61
63
|
"Sending links is not allowed in this conversation": "",
|
|
62
|
-
"Slow mode ON": "",
|
|
64
|
+
"Slow mode ON": "Медленный режим включен",
|
|
63
65
|
"The message has been reported to a moderator.": "",
|
|
64
66
|
"Thread Reply": "",
|
|
65
67
|
"Unblock User": "",
|
|
@@ -70,10 +72,10 @@
|
|
|
70
72
|
"Video": "",
|
|
71
73
|
"You": "Вы",
|
|
72
74
|
"You can't send messages in this channel": "",
|
|
73
|
-
"{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "
|
|
75
|
+
"{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "",
|
|
74
76
|
"{{ index }} of {{ photoLength }}": "",
|
|
75
77
|
"{{ replyCount }} Replies": "{{ replyCount }} Ответов",
|
|
76
|
-
"{{ replyCount }} Thread Replies": "",
|
|
77
|
-
"{{ user }} is typing": "
|
|
78
|
+
"{{ replyCount }} Thread Replies": "{{replyCount}} Ответы в темах",
|
|
79
|
+
"{{ user }} is typing": "",
|
|
78
80
|
"🏙 Attachment...": "🏙 Вложение..."
|
|
79
81
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"1 Reply": "1 Cevap",
|
|
3
|
-
"1 Thread Reply": "",
|
|
3
|
+
"1 Thread Reply": "1 Konu Yanıtı",
|
|
4
4
|
"Allow access to your Gallery": "",
|
|
5
5
|
"Allow camera access in device settings": "",
|
|
6
6
|
"Also send to channel": "",
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"Do you want to send a copy of this message to a moderator for further investigation?": "",
|
|
18
18
|
"Edit Message": "",
|
|
19
19
|
"Editing Message": "",
|
|
20
|
-
"Emoji matching": "
|
|
20
|
+
"Emoji matching": "",
|
|
21
21
|
"Empty message...": "Boş mesaj...",
|
|
22
22
|
"Error loading": "",
|
|
23
23
|
"Error loading channel list...": "",
|
|
@@ -27,8 +27,9 @@
|
|
|
27
27
|
"Flag": "",
|
|
28
28
|
"Flag Message": "",
|
|
29
29
|
"Flag action failed either due to a network issue or the message is already flagged": "",
|
|
30
|
+
"Hold to start recording.": "Kayıt yapmak için basılı tutun.",
|
|
30
31
|
"How about sending your first message to a friend?": "",
|
|
31
|
-
"Instant Commands": "
|
|
32
|
+
"Instant Commands": "",
|
|
32
33
|
"Let's start chatting!": "",
|
|
33
34
|
"Links are disabled": "",
|
|
34
35
|
"Loading channels...": "",
|
|
@@ -48,18 +49,19 @@
|
|
|
48
49
|
"Photos and Videos": "",
|
|
49
50
|
"Pin to Conversation": "",
|
|
50
51
|
"Pinned by": "",
|
|
52
|
+
"Please allow Audio permissions in settings.": "Lütfen ayarlarda ses izinlerine izin verin",
|
|
51
53
|
"Please enable access to your photos and videos so you can share them.": "",
|
|
52
54
|
"Please select a channel first": "",
|
|
53
55
|
"Reconnecting...": "Yeniden Bağlanılıyor...",
|
|
54
56
|
"Reply": "",
|
|
55
57
|
"Reply to Message": "",
|
|
56
58
|
"Resend": "",
|
|
57
|
-
"Search GIFs": "",
|
|
59
|
+
"Search GIFs": "GIF Ara",
|
|
58
60
|
"Select More Photos": "",
|
|
59
61
|
"Send Anyway": "",
|
|
60
|
-
"Send a message": "",
|
|
62
|
+
"Send a message": "Mesaj gönder",
|
|
61
63
|
"Sending links is not allowed in this conversation": "",
|
|
62
|
-
"Slow mode ON": "",
|
|
64
|
+
"Slow mode ON": "Yavaş Mod Açık",
|
|
63
65
|
"The message has been reported to a moderator.": "",
|
|
64
66
|
"Thread Reply": "",
|
|
65
67
|
"Unblock User": "",
|
|
@@ -70,10 +72,10 @@
|
|
|
70
72
|
"Video": "",
|
|
71
73
|
"You": "Sen",
|
|
72
74
|
"You can't send messages in this channel": "",
|
|
73
|
-
"{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "
|
|
75
|
+
"{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "",
|
|
74
76
|
"{{ index }} of {{ photoLength }}": "",
|
|
75
77
|
"{{ replyCount }} Replies": "{{ replyCount }} Cevap",
|
|
76
|
-
"{{ replyCount }} Thread Replies": "",
|
|
77
|
-
"{{ user }} is typing": "
|
|
78
|
+
"{{ replyCount }} Thread Replies": "{{responseCount}} Konu Cevapı",
|
|
79
|
+
"{{ user }} is typing": "",
|
|
78
80
|
"🏙 Attachment...": "🏙 Ek..."
|
|
79
81
|
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ArrowLeft.d.ts","sourceRoot":"","sources":["../../../src/icons/ArrowLeft.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B,OAAO,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAEzC,KAAK,KAAK,GAAG,SAAS,GAAG;IACvB,IAAI,EAAE,MAAM,CAAC;CACd,CAAC;AAEF,eAAO,MAAM,SAAS,sBAAuB,KAAK,sBAOjD,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { ColorValue } from 'react-native/types';
|
|
3
|
+
type Props = {
|
|
4
|
+
color: ColorValue;
|
|
5
|
+
size: number;
|
|
6
|
+
};
|
|
7
|
+
export declare const ArrowUp: ({ color, size }: Props) => React.JSX.Element;
|
|
8
|
+
export {};
|
|
9
|
+
//# sourceMappingURL=ArrowUp.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ArrowUp.d.ts","sourceRoot":"","sources":["../../../src/icons/ArrowUp.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAEhD,KAAK,KAAK,GAAG;IACX,KAAK,EAAE,UAAU,CAAC;IAClB,IAAI,EAAE,MAAM,CAAC;CACd,CAAC;AAEF,eAAO,MAAM,OAAO,oBAAqB,KAAK,sBAO7C,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Audio.d.ts","sourceRoot":"","sources":["../../../src/icons/Audio.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,OAAO,EAAE,SAAS,
|
|
1
|
+
{"version":3,"file":"Audio.d.ts","sourceRoot":"","sources":["../../../src/icons/Audio.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,OAAO,EAAE,SAAS,EAAW,MAAM,cAAc,CAAC;AAElD,eAAO,MAAM,KAAK,UAAW,SAAS,sBAiCrC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CircleStop.d.ts","sourceRoot":"","sources":["../../../src/icons/CircleStop.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B,OAAO,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAEzC,KAAK,KAAK,GAAG,SAAS,GAAG;IACvB,IAAI,EAAE,MAAM,CAAC;CACd,CAAC;AAEF,eAAO,MAAM,UAAU,sBAAuB,KAAK,sBAOlD,CAAC"}
|
|
@@ -1,4 +1,8 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { IconProps } from './utils/base';
|
|
3
|
-
|
|
3
|
+
type Props = IconProps & {
|
|
4
|
+
size: number;
|
|
5
|
+
};
|
|
6
|
+
export declare const Delete: ({ size, ...rest }: Props) => React.JSX.Element;
|
|
7
|
+
export {};
|
|
4
8
|
//# sourceMappingURL=Delete.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Delete.d.ts","sourceRoot":"","sources":["../../../src/icons/Delete.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"Delete.d.ts","sourceRoot":"","sources":["../../../src/icons/Delete.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B,OAAO,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAEzC,KAAK,KAAK,GAAG,SAAS,GAAG;IACvB,IAAI,EAAE,MAAM,CAAC;CACd,CAAC;AAEF,eAAO,MAAM,MAAM,sBAAuB,KAAK,sBAW9C,CAAC"}
|