stream-chat-react-native-core 5.28.0-beta.4 → 5.28.0-beta.5

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.
Files changed (126) hide show
  1. package/lib/commonjs/components/AttachmentPicker/AttachmentPicker.js +10 -43
  2. package/lib/commonjs/components/AttachmentPicker/AttachmentPicker.js.map +1 -1
  3. package/lib/commonjs/components/AttachmentPicker/components/{AttachmentSelectionBar.js → AttachmentPickerSelectionBar.js} +6 -6
  4. package/lib/commonjs/components/AttachmentPicker/components/AttachmentPickerSelectionBar.js.map +1 -0
  5. package/lib/commonjs/components/ImageGallery/ImageGallery.js +29 -53
  6. package/lib/commonjs/components/ImageGallery/ImageGallery.js.map +1 -1
  7. package/lib/commonjs/components/ImageGallery/components/ImageGalleryHeader.js +2 -6
  8. package/lib/commonjs/components/ImageGallery/components/ImageGalleryHeader.js.map +1 -1
  9. package/lib/commonjs/components/MessageInput/MessageInput.js +6 -3
  10. package/lib/commonjs/components/MessageInput/MessageInput.js.map +1 -1
  11. package/lib/commonjs/components/index.js +4 -4
  12. package/lib/commonjs/components/index.js.map +1 -1
  13. package/lib/commonjs/contexts/attachmentPickerContext/AttachmentPickerContext.js +1 -2
  14. package/lib/commonjs/contexts/attachmentPickerContext/AttachmentPickerContext.js.map +1 -1
  15. package/lib/commonjs/contexts/overlayContext/OverlayContext.js.map +1 -1
  16. package/lib/commonjs/contexts/overlayContext/OverlayProvider.js +18 -9
  17. package/lib/commonjs/contexts/overlayContext/OverlayProvider.js.map +1 -1
  18. package/lib/commonjs/hooks/index.js +11 -0
  19. package/lib/commonjs/hooks/index.js.map +1 -1
  20. package/lib/commonjs/hooks/useScreenDimensions.js +47 -0
  21. package/lib/commonjs/hooks/useScreenDimensions.js.map +1 -0
  22. package/lib/commonjs/i18n/es.json +14 -14
  23. package/lib/commonjs/i18n/fr.json +14 -14
  24. package/lib/commonjs/i18n/he.json +14 -14
  25. package/lib/commonjs/i18n/hi.json +14 -14
  26. package/lib/commonjs/i18n/it.json +14 -14
  27. package/lib/commonjs/i18n/ja.json +14 -14
  28. package/lib/commonjs/i18n/ko.json +14 -14
  29. package/lib/commonjs/i18n/nl.json +14 -14
  30. package/lib/commonjs/i18n/pt-BR.json +14 -14
  31. package/lib/commonjs/i18n/ru.json +14 -14
  32. package/lib/commonjs/i18n/tr.json +14 -14
  33. package/lib/commonjs/version.json +1 -1
  34. package/lib/module/components/AttachmentPicker/AttachmentPicker.js +10 -43
  35. package/lib/module/components/AttachmentPicker/AttachmentPicker.js.map +1 -1
  36. package/lib/module/components/AttachmentPicker/components/{AttachmentSelectionBar.js → AttachmentPickerSelectionBar.js} +6 -6
  37. package/lib/module/components/AttachmentPicker/components/AttachmentPickerSelectionBar.js.map +1 -0
  38. package/lib/module/components/ImageGallery/ImageGallery.js +29 -53
  39. package/lib/module/components/ImageGallery/ImageGallery.js.map +1 -1
  40. package/lib/module/components/ImageGallery/components/ImageGalleryHeader.js +2 -6
  41. package/lib/module/components/ImageGallery/components/ImageGalleryHeader.js.map +1 -1
  42. package/lib/module/components/MessageInput/MessageInput.js +6 -3
  43. package/lib/module/components/MessageInput/MessageInput.js.map +1 -1
  44. package/lib/module/components/index.js +4 -4
  45. package/lib/module/components/index.js.map +1 -1
  46. package/lib/module/contexts/attachmentPickerContext/AttachmentPickerContext.js +1 -2
  47. package/lib/module/contexts/attachmentPickerContext/AttachmentPickerContext.js.map +1 -1
  48. package/lib/module/contexts/overlayContext/OverlayContext.js.map +1 -1
  49. package/lib/module/contexts/overlayContext/OverlayProvider.js +18 -9
  50. package/lib/module/contexts/overlayContext/OverlayProvider.js.map +1 -1
  51. package/lib/module/hooks/index.js +11 -0
  52. package/lib/module/hooks/index.js.map +1 -1
  53. package/lib/module/hooks/useScreenDimensions.js +47 -0
  54. package/lib/module/hooks/useScreenDimensions.js.map +1 -0
  55. package/lib/module/i18n/es.json +14 -14
  56. package/lib/module/i18n/fr.json +14 -14
  57. package/lib/module/i18n/he.json +14 -14
  58. package/lib/module/i18n/hi.json +14 -14
  59. package/lib/module/i18n/it.json +14 -14
  60. package/lib/module/i18n/ja.json +14 -14
  61. package/lib/module/i18n/ko.json +14 -14
  62. package/lib/module/i18n/nl.json +14 -14
  63. package/lib/module/i18n/pt-BR.json +14 -14
  64. package/lib/module/i18n/ru.json +14 -14
  65. package/lib/module/i18n/tr.json +14 -14
  66. package/lib/module/version.json +1 -1
  67. package/lib/typescript/components/AttachmentPicker/AttachmentPicker.d.ts +30 -12
  68. package/lib/typescript/components/AttachmentPicker/AttachmentPicker.d.ts.map +1 -1
  69. package/lib/typescript/components/AttachmentPicker/components/AttachmentPickerSelectionBar.d.ts +3 -0
  70. package/lib/typescript/components/AttachmentPicker/components/AttachmentPickerSelectionBar.d.ts.map +1 -0
  71. package/lib/typescript/components/Channel/hooks/useCreateInputMessageInputContext.d.ts +1 -1
  72. package/lib/typescript/components/ImageGallery/ImageGallery.d.ts.map +1 -1
  73. package/lib/typescript/components/ImageGallery/components/ImageGalleryHeader.d.ts.map +1 -1
  74. package/lib/typescript/components/MessageInput/MessageInput.d.ts +2 -1
  75. package/lib/typescript/components/MessageInput/MessageInput.d.ts.map +1 -1
  76. package/lib/typescript/components/index.d.ts +1 -1
  77. package/lib/typescript/components/index.d.ts.map +1 -1
  78. package/lib/typescript/contexts/attachmentPickerContext/AttachmentPickerContext.d.ts +32 -3
  79. package/lib/typescript/contexts/attachmentPickerContext/AttachmentPickerContext.d.ts.map +1 -1
  80. package/lib/typescript/contexts/overlayContext/OverlayContext.d.ts +2 -3
  81. package/lib/typescript/contexts/overlayContext/OverlayContext.d.ts.map +1 -1
  82. package/lib/typescript/contexts/overlayContext/OverlayProvider.d.ts.map +1 -1
  83. package/lib/typescript/hooks/index.d.ts +1 -0
  84. package/lib/typescript/hooks/index.d.ts.map +1 -1
  85. package/lib/typescript/hooks/useScreenDimensions.d.ts +12 -0
  86. package/lib/typescript/hooks/useScreenDimensions.d.ts.map +1 -0
  87. package/lib/typescript/i18n/es.json +14 -14
  88. package/lib/typescript/i18n/fr.json +14 -14
  89. package/lib/typescript/i18n/he.json +14 -14
  90. package/lib/typescript/i18n/hi.json +14 -14
  91. package/lib/typescript/i18n/it.json +14 -14
  92. package/lib/typescript/i18n/ja.json +14 -14
  93. package/lib/typescript/i18n/ko.json +14 -14
  94. package/lib/typescript/i18n/nl.json +14 -14
  95. package/lib/typescript/i18n/pt-BR.json +14 -14
  96. package/lib/typescript/i18n/ru.json +14 -14
  97. package/lib/typescript/i18n/tr.json +14 -14
  98. package/package.json +1 -1
  99. package/src/components/AttachmentPicker/AttachmentPicker.tsx +21 -69
  100. package/src/components/AttachmentPicker/components/{AttachmentSelectionBar.tsx → AttachmentPickerSelectionBar.tsx} +2 -2
  101. package/src/components/ImageGallery/ImageGallery.tsx +31 -79
  102. package/src/components/ImageGallery/components/ImageGalleryHeader.tsx +3 -19
  103. package/src/components/MessageInput/MessageInput.tsx +11 -7
  104. package/src/components/MessageInput/__tests__/MessageInput.test.js +2 -0
  105. package/src/components/index.ts +1 -1
  106. package/src/contexts/attachmentPickerContext/AttachmentPickerContext.tsx +34 -10
  107. package/src/contexts/overlayContext/OverlayContext.tsx +5 -4
  108. package/src/contexts/overlayContext/OverlayProvider.tsx +10 -7
  109. package/src/hooks/index.ts +1 -0
  110. package/src/hooks/useScreenDimensions.ts +41 -0
  111. package/src/i18n/es.json +14 -14
  112. package/src/i18n/fr.json +14 -14
  113. package/src/i18n/he.json +14 -14
  114. package/src/i18n/hi.json +14 -14
  115. package/src/i18n/it.json +14 -14
  116. package/src/i18n/ja.json +14 -14
  117. package/src/i18n/ko.json +14 -14
  118. package/src/i18n/nl.json +14 -14
  119. package/src/i18n/pt-BR.json +14 -14
  120. package/src/i18n/ru.json +14 -14
  121. package/src/i18n/tr.json +14 -14
  122. package/src/version.json +1 -1
  123. package/lib/commonjs/components/AttachmentPicker/components/AttachmentSelectionBar.js.map +0 -1
  124. package/lib/module/components/AttachmentPicker/components/AttachmentSelectionBar.js.map +0 -1
  125. package/lib/typescript/components/AttachmentPicker/components/AttachmentSelectionBar.d.ts +0 -3
  126. package/lib/typescript/components/AttachmentPicker/components/AttachmentSelectionBar.d.ts.map +0 -1
@@ -1,15 +1,15 @@
1
1
  {
2
2
  "1 Reply": "",
3
- "1 Thread Reply": "1 Risposta alla Discussione",
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": "",
7
7
  "Are you sure you want to permanently delete this message?": "",
8
- "Are you sure?": "",
8
+ "Are you sure?": "Sei sicuro?",
9
9
  "Block User": "",
10
10
  "Cancel": "",
11
11
  "Cannot Flag Message": "",
12
- "Consider how your comment might make others feel and be sure to follow our Community Guidelines": "",
12
+ "Consider how your comment might make others feel and be sure to follow our Community Guidelines": "Considera come il tuo commento potrebbe far sentire gli altri e assicurati di seguire le nostre Linee guida della community",
13
13
  "Copy Message": "",
14
14
  "Delete": "",
15
15
  "Delete Message": "",
@@ -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": "Modificando il Messaggio",
20
- "Emoji matching": "",
20
+ "Emoji matching": "Abbinamento emoji",
21
21
  "Empty message...": "",
22
22
  "Error loading": "",
23
23
  "Error loading channel list...": "",
@@ -28,7 +28,7 @@
28
28
  "Flag Message": "",
29
29
  "Flag action failed either due to a network issue or the message is already flagged": "",
30
30
  "How about sending your first message to a friend?": "",
31
- "Instant Commands": "",
31
+ "Instant Commands": "Comandi Istantanei",
32
32
  "Let's start chatting!": "",
33
33
  "Links are disabled": "",
34
34
  "Loading channels...": "",
@@ -42,9 +42,9 @@
42
42
  "Not supported": "",
43
43
  "Nothing yet...": "",
44
44
  "Ok": "",
45
- "Only visible to you": "",
45
+ "Only visible to you": "Visibile solo a te",
46
46
  "Open Settings": "",
47
- "Photo": "Foto",
47
+ "Photo": "",
48
48
  "Photos and Videos": "",
49
49
  "Pin to Conversation": "",
50
50
  "Pinned by": "",
@@ -52,11 +52,11 @@
52
52
  "Please select a channel first": "",
53
53
  "Reconnecting...": "Ricollegarsi...",
54
54
  "Reply": "",
55
- "Reply to Message": "Rispondi al messaggio",
55
+ "Reply to Message": "",
56
56
  "Resend": "",
57
57
  "Search GIFs": "",
58
58
  "Select More Photos": "",
59
- "Send Anyway": "",
59
+ "Send Anyway": "Invia comunque",
60
60
  "Send a message": "",
61
61
  "Sending links is not allowed in this conversation": "",
62
62
  "Slow mode ON": "",
@@ -66,14 +66,14 @@
66
66
  "Unknown User": "",
67
67
  "Unmute User": "",
68
68
  "Unpin from Conversation": "",
69
- "Unread Messages": "Messaggi non letti",
70
- "Video": "Video",
69
+ "Unread Messages": "",
70
+ "Video": "",
71
71
  "You": "",
72
72
  "You can't send messages in this channel": "",
73
- "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "",
73
+ "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "{{ firstUser }} e altri {{ nonSelfUserLength }} stanno scrivendo",
74
74
  "{{ index }} of {{ photoLength }}": "",
75
75
  "{{ replyCount }} Replies": "",
76
- "{{ replyCount }} Thread Replies": "{{replyCount}} Risposte alle Conversazione",
77
- "{{ user }} is typing": "",
76
+ "{{ replyCount }} Thread Replies": "",
77
+ "{{ user }} is typing": "{{ user }} sta scrivendo",
78
78
  "🏙 Attachment...": ""
79
79
  }
@@ -1,15 +1,15 @@
1
1
  {
2
2
  "1 Reply": "",
3
- "1 Thread Reply": "1件のスレッド返信",
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": "",
7
7
  "Are you sure you want to permanently delete this message?": "",
8
- "Are you sure?": "",
8
+ "Are you sure?": "本当によろしいですか?",
9
9
  "Block User": "",
10
10
  "Cancel": "",
11
11
  "Cannot Flag Message": "",
12
- "Consider how your comment might make others feel and be sure to follow our Community Guidelines": "",
12
+ "Consider how your comment might make others feel and be sure to follow our Community Guidelines": "あなたのコメントが他の人にどのように影響するか考え、必ずコミュニティガイドラインに従ってください",
13
13
  "Copy Message": "",
14
14
  "Delete": "",
15
15
  "Delete Message": "",
@@ -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...": "",
@@ -28,7 +28,7 @@
28
28
  "Flag Message": "",
29
29
  "Flag action failed either due to a network issue or the message is already flagged": "",
30
30
  "How about sending your first message to a friend?": "",
31
- "Instant Commands": "",
31
+ "Instant Commands": "インスタントコマンド",
32
32
  "Let's start chatting!": "",
33
33
  "Links are disabled": "",
34
34
  "Loading channels...": "",
@@ -42,9 +42,9 @@
42
42
  "Not supported": "",
43
43
  "Nothing yet...": "",
44
44
  "Ok": "",
45
- "Only visible to you": "",
45
+ "Only visible to you": "あなただけに見える",
46
46
  "Open Settings": "",
47
- "Photo": "写真",
47
+ "Photo": "",
48
48
  "Photos and Videos": "",
49
49
  "Pin to Conversation": "",
50
50
  "Pinned by": "",
@@ -52,11 +52,11 @@
52
52
  "Please select a channel first": "",
53
53
  "Reconnecting...": "再接続中。。。",
54
54
  "Reply": "",
55
- "Reply to Message": "メッセージに返信",
55
+ "Reply to Message": "",
56
56
  "Resend": "",
57
57
  "Search GIFs": "",
58
58
  "Select More Photos": "",
59
- "Send Anyway": "",
59
+ "Send Anyway": "とにかく送信",
60
60
  "Send a message": "",
61
61
  "Sending links is not allowed in this conversation": "",
62
62
  "Slow mode ON": "",
@@ -66,14 +66,14 @@
66
66
  "Unknown User": "",
67
67
  "Unmute User": "",
68
68
  "Unpin from Conversation": "",
69
- "Unread Messages": "未読メッセージ",
70
- "Video": "ビデオ",
69
+ "Unread Messages": "",
70
+ "Video": "",
71
71
  "You": "",
72
72
  "You can't send messages in this channel": "",
73
- "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "",
73
+ "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "{{ firstUser }}と{{ nonSelfUserLength }}人がタイピングしています",
74
74
  "{{ index }} of {{ photoLength }}": "",
75
75
  "{{ replyCount }} Replies": "",
76
- "{{ replyCount }} Thread Replies": "{{ replyCount }}件のスレッド返信",
77
- "{{ user }} is typing": "",
76
+ "{{ replyCount }} Thread Replies": "",
77
+ "{{ user }} is typing": "{{ user }}はタイピング中",
78
78
  "🏙 Attachment...": ""
79
79
  }
@@ -1,15 +1,15 @@
1
1
  {
2
2
  "1 Reply": "",
3
- "1 Thread Reply": "1개의 스레드 답글",
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": "",
7
7
  "Are you sure you want to permanently delete this message?": "",
8
- "Are you sure?": "",
8
+ "Are you sure?": "확실합니까?",
9
9
  "Block User": "",
10
10
  "Cancel": "",
11
11
  "Cannot Flag Message": "",
12
- "Consider how your comment might make others feel and be sure to follow our Community Guidelines": "",
12
+ "Consider how your comment might make others feel and be sure to follow our Community Guidelines": "당신의 댓글이 다른 사람들에게 어떤 영향을 줄지 고려하고 반드시 우리의 커뮤니티 가이드라인을 따르십시오",
13
13
  "Copy Message": "",
14
14
  "Delete": "",
15
15
  "Delete Message": "",
@@ -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...": "",
@@ -28,7 +28,7 @@
28
28
  "Flag Message": "",
29
29
  "Flag action failed either due to a network issue or the message is already flagged": "",
30
30
  "How about sending your first message to a friend?": "",
31
- "Instant Commands": "",
31
+ "Instant Commands": "인스턴트 명령",
32
32
  "Let's start chatting!": "",
33
33
  "Links are disabled": "",
34
34
  "Loading channels...": "",
@@ -42,9 +42,9 @@
42
42
  "Not supported": "",
43
43
  "Nothing yet...": "",
44
44
  "Ok": "",
45
- "Only visible to you": "",
45
+ "Only visible to you": "당신만 볼 수 있습니다",
46
46
  "Open Settings": "",
47
- "Photo": "사진",
47
+ "Photo": "",
48
48
  "Photos and Videos": "",
49
49
  "Pin to Conversation": "",
50
50
  "Pinned by": "",
@@ -52,11 +52,11 @@
52
52
  "Please select a channel first": "",
53
53
  "Reconnecting...": "다시 연결 중...",
54
54
  "Reply": "",
55
- "Reply to Message": "메시지에 답장",
55
+ "Reply to Message": "",
56
56
  "Resend": "",
57
57
  "Search GIFs": "",
58
58
  "Select More Photos": "",
59
- "Send Anyway": "",
59
+ "Send Anyway": "그래도 보내기",
60
60
  "Send a message": "",
61
61
  "Sending links is not allowed in this conversation": "",
62
62
  "Slow mode ON": "",
@@ -66,14 +66,14 @@
66
66
  "Unknown User": "",
67
67
  "Unmute User": "",
68
68
  "Unpin from Conversation": "",
69
- "Unread Messages": "읽지 않은 메시지",
70
- "Video": "동영상",
69
+ "Unread Messages": "",
70
+ "Video": "",
71
71
  "You": "",
72
72
  "You can't send messages in this channel": "",
73
- "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "",
73
+ "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "{{ firstUser }} 외 {{ nonSelfUserLength }}명이 입력 중입니다",
74
74
  "{{ index }} of {{ photoLength }}": "",
75
75
  "{{ replyCount }} Replies": "",
76
- "{{ replyCount }} Thread Replies": "{{ replyCount }} 스레드 답글",
77
- "{{ user }} is typing": "",
76
+ "{{ replyCount }} Thread Replies": "",
77
+ "{{ user }} is typing": "{{ user }} 타이핑 중",
78
78
  "🏙 Attachment...": ""
79
79
  }
@@ -1,15 +1,15 @@
1
1
  {
2
2
  "1 Reply": "",
3
- "1 Thread Reply": "1 thread antwoord",
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": "",
7
7
  "Are you sure you want to permanently delete this message?": "",
8
- "Are you sure?": "",
8
+ "Are you sure?": "Weet je het zeker?",
9
9
  "Block User": "",
10
10
  "Cancel": "",
11
11
  "Cannot Flag Message": "",
12
- "Consider how your comment might make others feel and be sure to follow our Community Guidelines": "",
12
+ "Consider how your comment might make others feel and be sure to follow our Community Guidelines": "Denk na over hoe jouw opmerking anderen zou kunnen laten voelen en zorg ervoor dat je onze Community-richtlijnen volgt",
13
13
  "Copy Message": "",
14
14
  "Delete": "",
15
15
  "Delete Message": "",
@@ -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": "Bericht aanpassen",
20
- "Emoji matching": "",
20
+ "Emoji matching": "Emoji-overeenkomsten",
21
21
  "Empty message...": "",
22
22
  "Error loading": "",
23
23
  "Error loading channel list...": "",
@@ -28,7 +28,7 @@
28
28
  "Flag Message": "",
29
29
  "Flag action failed either due to a network issue or the message is already flagged": "",
30
30
  "How about sending your first message to a friend?": "",
31
- "Instant Commands": "",
31
+ "Instant Commands": "Directe Opdrachten",
32
32
  "Let's start chatting!": "",
33
33
  "Links are disabled": "",
34
34
  "Loading channels...": "",
@@ -42,9 +42,9 @@
42
42
  "Not supported": "",
43
43
  "Nothing yet...": "",
44
44
  "Ok": "",
45
- "Only visible to you": "",
45
+ "Only visible to you": "Alleen zichtbaar voor jou",
46
46
  "Open Settings": "",
47
- "Photo": "Foto",
47
+ "Photo": "",
48
48
  "Photos and Videos": "",
49
49
  "Pin to Conversation": "",
50
50
  "Pinned by": "",
@@ -52,11 +52,11 @@
52
52
  "Please select a channel first": "",
53
53
  "Reconnecting...": "Opnieuw Verbinding Maken...",
54
54
  "Reply": "",
55
- "Reply to Message": "Beantwoord bericht",
55
+ "Reply to Message": "",
56
56
  "Resend": "",
57
57
  "Search GIFs": "",
58
58
  "Select More Photos": "",
59
- "Send Anyway": "",
59
+ "Send Anyway": "Toch verzenden",
60
60
  "Send a message": "",
61
61
  "Sending links is not allowed in this conversation": "",
62
62
  "Slow mode ON": "",
@@ -66,14 +66,14 @@
66
66
  "Unknown User": "",
67
67
  "Unmute User": "",
68
68
  "Unpin from Conversation": "",
69
- "Unread Messages": "Ongelezen Berichten",
70
- "Video": "Video",
69
+ "Unread Messages": "",
70
+ "Video": "",
71
71
  "You": "",
72
72
  "You can't send messages in this channel": "",
73
- "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "",
73
+ "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "{{ firstUser }} en {{ nonSelfUserLength }} anderen zijn aan het typen",
74
74
  "{{ index }} of {{ photoLength }}": "",
75
75
  "{{ replyCount }} Replies": "",
76
- "{{ replyCount }} Thread Replies": "{{replyCount}} Discussiereacties",
77
- "{{ user }} is typing": "",
76
+ "{{ replyCount }} Thread Replies": "",
77
+ "{{ user }} is typing": "{{ user }} is aan het typen",
78
78
  "🏙 Attachment...": ""
79
79
  }
@@ -1,15 +1,15 @@
1
1
  {
2
2
  "1 Reply": "",
3
- "1 Thread Reply": "1 Resposta de Thread",
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": "",
7
7
  "Are you sure you want to permanently delete this message?": "",
8
- "Are you sure?": "",
8
+ "Are you sure?": "Tem certeza?",
9
9
  "Block User": "",
10
10
  "Cancel": "",
11
11
  "Cannot Flag Message": "",
12
- "Consider how your comment might make others feel and be sure to follow our Community Guidelines": "",
12
+ "Consider how your comment might make others feel and be sure to follow our Community Guidelines": "Considere como seu comentário pode fazer os outros se sentirem e certifique-se de seguir nossas Diretrizes da Comunidade",
13
13
  "Copy Message": "",
14
14
  "Delete": "",
15
15
  "Delete Message": "",
@@ -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": "Editando Mensagem",
20
- "Emoji matching": "",
20
+ "Emoji matching": "Correspondência de Emoji",
21
21
  "Empty message...": "",
22
22
  "Error loading": "",
23
23
  "Error loading channel list...": "",
@@ -28,7 +28,7 @@
28
28
  "Flag Message": "",
29
29
  "Flag action failed either due to a network issue or the message is already flagged": "",
30
30
  "How about sending your first message to a friend?": "",
31
- "Instant Commands": "",
31
+ "Instant Commands": "Comandos Instantâneos",
32
32
  "Let's start chatting!": "",
33
33
  "Links are disabled": "",
34
34
  "Loading channels...": "",
@@ -42,9 +42,9 @@
42
42
  "Not supported": "",
43
43
  "Nothing yet...": "",
44
44
  "Ok": "",
45
- "Only visible to you": "",
45
+ "Only visible to you": "Apenas visível para você",
46
46
  "Open Settings": "",
47
- "Photo": "Foto",
47
+ "Photo": "",
48
48
  "Photos and Videos": "",
49
49
  "Pin to Conversation": "",
50
50
  "Pinned by": "",
@@ -52,11 +52,11 @@
52
52
  "Please select a channel first": "",
53
53
  "Reconnecting...": "Reconectando...",
54
54
  "Reply": "",
55
- "Reply to Message": "Responder à Mensagem",
55
+ "Reply to Message": "",
56
56
  "Resend": "",
57
57
  "Search GIFs": "",
58
58
  "Select More Photos": "",
59
- "Send Anyway": "",
59
+ "Send Anyway": "Enviar de qualquer maneira",
60
60
  "Send a message": "",
61
61
  "Sending links is not allowed in this conversation": "",
62
62
  "Slow mode ON": "",
@@ -66,14 +66,14 @@
66
66
  "Unknown User": "",
67
67
  "Unmute User": "",
68
68
  "Unpin from Conversation": "",
69
- "Unread Messages": "Mensagens não lidas",
70
- "Video": "Vídeo",
69
+ "Unread Messages": "",
70
+ "Video": "",
71
71
  "You": "",
72
72
  "You can't send messages in this channel": "",
73
- "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "",
73
+ "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "{{ firstUser }} e mais {{ nonSelfUserLength }} pessoa(s) estão digitando",
74
74
  "{{ index }} of {{ photoLength }}": "",
75
75
  "{{ replyCount }} Replies": "",
76
- "{{ replyCount }} Thread Replies": "{{ replyCount }} Respostas de Thread",
77
- "{{ user }} is typing": "",
76
+ "{{ replyCount }} Thread Replies": "",
77
+ "{{ user }} is typing": "{{ user }} está digitando",
78
78
  "🏙 Attachment...": ""
79
79
  }
@@ -1,15 +1,15 @@
1
1
  {
2
2
  "1 Reply": "",
3
- "1 Thread Reply": "1 тема Ответить",
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": "",
7
7
  "Are you sure you want to permanently delete this message?": "",
8
- "Are you sure?": "",
8
+ "Are you sure?": "Вы уверены?",
9
9
  "Block User": "",
10
10
  "Cancel": "",
11
11
  "Cannot Flag Message": "",
12
- "Consider how your comment might make others feel and be sure to follow our Community Guidelines": "",
12
+ "Consider how your comment might make others feel and be sure to follow our Community Guidelines": "Обдумайте, как ваш комментарий может повлиять на других, и убедитесь, что вы следуете нашим правилам сообщества",
13
13
  "Copy Message": "",
14
14
  "Delete": "",
15
15
  "Delete Message": "",
@@ -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...": "",
@@ -28,7 +28,7 @@
28
28
  "Flag Message": "",
29
29
  "Flag action failed either due to a network issue or the message is already flagged": "",
30
30
  "How about sending your first message to a friend?": "",
31
- "Instant Commands": "",
31
+ "Instant Commands": "Мгновенные Команды",
32
32
  "Let's start chatting!": "",
33
33
  "Links are disabled": "",
34
34
  "Loading channels...": "",
@@ -42,9 +42,9 @@
42
42
  "Not supported": "",
43
43
  "Nothing yet...": "",
44
44
  "Ok": "",
45
- "Only visible to you": "",
45
+ "Only visible to you": "Видно только вам",
46
46
  "Open Settings": "",
47
- "Photo": "Фото",
47
+ "Photo": "",
48
48
  "Photos and Videos": "",
49
49
  "Pin to Conversation": "",
50
50
  "Pinned by": "",
@@ -52,11 +52,11 @@
52
52
  "Please select a channel first": "",
53
53
  "Reconnecting...": "Переподключение...",
54
54
  "Reply": "",
55
- "Reply to Message": "Ответить на сообщение",
55
+ "Reply to Message": "",
56
56
  "Resend": "",
57
57
  "Search GIFs": "",
58
58
  "Select More Photos": "",
59
- "Send Anyway": "",
59
+ "Send Anyway": "Всё равно отправить",
60
60
  "Send a message": "",
61
61
  "Sending links is not allowed in this conversation": "",
62
62
  "Slow mode ON": "",
@@ -66,14 +66,14 @@
66
66
  "Unknown User": "",
67
67
  "Unmute User": "",
68
68
  "Unpin from Conversation": "",
69
- "Unread Messages": "Непрочитанные Сообщения",
70
- "Video": "видео",
69
+ "Unread Messages": "",
70
+ "Video": "",
71
71
  "You": "",
72
72
  "You can't send messages in this channel": "",
73
- "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "",
73
+ "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "{{ firstUser }} и еще {{ nonSelfUserLength }} пишут",
74
74
  "{{ index }} of {{ photoLength }}": "",
75
75
  "{{ replyCount }} Replies": "",
76
- "{{ replyCount }} Thread Replies": "{{replyCount}} Ответы в темах",
77
- "{{ user }} is typing": "",
76
+ "{{ replyCount }} Thread Replies": "",
77
+ "{{ user }} is typing": "{{ user }} пишет",
78
78
  "🏙 Attachment...": ""
79
79
  }
@@ -1,15 +1,15 @@
1
1
  {
2
2
  "1 Reply": "",
3
- "1 Thread Reply": "1 Konu Yanıtı",
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": "",
7
7
  "Are you sure you want to permanently delete this message?": "",
8
- "Are you sure?": "",
8
+ "Are you sure?": "Emin misiniz?",
9
9
  "Block User": "",
10
10
  "Cancel": "",
11
11
  "Cannot Flag Message": "",
12
- "Consider how your comment might make others feel and be sure to follow our Community Guidelines": "",
12
+ "Consider how your comment might make others feel and be sure to follow our Community Guidelines": "Yorumunuzun diğerlerini nasıl hissettirebileceğini düşünün ve topluluk kurallarımızı takip ettiğinizden emin olun",
13
13
  "Copy Message": "",
14
14
  "Delete": "",
15
15
  "Delete Message": "",
@@ -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": "Mesaj Düzenleniyor",
20
- "Emoji matching": "",
20
+ "Emoji matching": "Emoji eşleştirme",
21
21
  "Empty message...": "",
22
22
  "Error loading": "",
23
23
  "Error loading channel list...": "",
@@ -28,7 +28,7 @@
28
28
  "Flag Message": "",
29
29
  "Flag action failed either due to a network issue or the message is already flagged": "",
30
30
  "How about sending your first message to a friend?": "",
31
- "Instant Commands": "",
31
+ "Instant Commands": "Anlık Komutlar",
32
32
  "Let's start chatting!": "",
33
33
  "Links are disabled": "",
34
34
  "Loading channels...": "",
@@ -42,9 +42,9 @@
42
42
  "Not supported": "",
43
43
  "Nothing yet...": "",
44
44
  "Ok": "",
45
- "Only visible to you": "",
45
+ "Only visible to you": "Sadece siz görebilirsiniz",
46
46
  "Open Settings": "",
47
- "Photo": "Fotoğraf",
47
+ "Photo": "",
48
48
  "Photos and Videos": "",
49
49
  "Pin to Conversation": "",
50
50
  "Pinned by": "",
@@ -52,11 +52,11 @@
52
52
  "Please select a channel first": "",
53
53
  "Reconnecting...": "Yeniden Bağlanılıyor...",
54
54
  "Reply": "",
55
- "Reply to Message": "Mesajı Yanıtla",
55
+ "Reply to Message": "",
56
56
  "Resend": "",
57
57
  "Search GIFs": "",
58
58
  "Select More Photos": "",
59
- "Send Anyway": "",
59
+ "Send Anyway": "Yine de Gönder",
60
60
  "Send a message": "",
61
61
  "Sending links is not allowed in this conversation": "",
62
62
  "Slow mode ON": "",
@@ -66,14 +66,14 @@
66
66
  "Unknown User": "",
67
67
  "Unmute User": "",
68
68
  "Unpin from Conversation": "",
69
- "Unread Messages": "Okunmamış Mesajlar",
70
- "Video": "Video",
69
+ "Unread Messages": "",
70
+ "Video": "",
71
71
  "You": "",
72
72
  "You can't send messages in this channel": "",
73
- "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "",
73
+ "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "{{ firstUser }} ve {{ nonSelfUserLength }} kişi daha yazıyor",
74
74
  "{{ index }} of {{ photoLength }}": "",
75
75
  "{{ replyCount }} Replies": "",
76
- "{{ replyCount }} Thread Replies": "{{responseCount}} Konu Cevapı",
77
- "{{ user }} is typing": "",
76
+ "{{ replyCount }} Thread Replies": "",
77
+ "{{ user }} is typing": "{{ user }} yazıyor",
78
78
  "🏙 Attachment...": ""
79
79
  }
@@ -1,3 +1,3 @@
1
1
  {
2
- "version": "5.28.0-beta.4"
2
+ "version": "5.28.0-beta.5"
3
3
  }
@@ -1,13 +1,7 @@
1
1
  import React from 'react';
2
- import { BottomSheetHandleProps } from '@gorhom/bottom-sheet';
3
2
  import type { AttachmentPickerErrorProps } from './components/AttachmentPickerError';
4
- export type AttachmentPickerProps = {
5
- /**
6
- * Custom UI component to render [draggable handle](https://github.com/GetStream/stream-chat-react-native/blob/main/screenshots/docs/1.png) of attachment picker.
7
- *
8
- * **Default** [AttachmentPickerBottomSheetHandle](https://github.com/GetStream/stream-chat-react-native/blob/main/package/src/components/AttachmentPicker/components/AttachmentPickerBottomSheetHandle.tsx)
9
- */
10
- AttachmentPickerBottomSheetHandle: React.FC<BottomSheetHandleProps>;
3
+ import { AttachmentPickerContextValue } from '../../contexts/attachmentPickerContext/AttachmentPickerContext';
4
+ export type AttachmentPickerProps = Pick<AttachmentPickerContextValue, 'AttachmentPickerBottomSheetHandle' | 'attachmentPickerBottomSheetHandleHeight' | 'attachmentSelectionBarHeight' | 'attachmentPickerBottomSheetHeight'> & {
11
5
  /**
12
6
  * Custom UI component to render error component while opening attachment picker.
13
7
  *
@@ -30,13 +24,37 @@ export type AttachmentPickerProps = {
30
24
  * **Default** [ImageOverlaySelectedComponent](https://github.com/GetStream/stream-chat-react-native/blob/main/package/src/components/AttachmentPicker/components/ImageOverlaySelectedComponent.tsx)
31
25
  */
32
26
  ImageOverlaySelectedComponent: React.ComponentType;
33
- attachmentPickerBottomSheetHandleHeight?: number;
34
- attachmentPickerBottomSheetHeight?: number;
35
27
  attachmentPickerErrorButtonText?: string;
36
28
  attachmentPickerErrorText?: string;
37
29
  numberOfAttachmentImagesToLoadPerCall?: number;
38
30
  numberOfAttachmentPickerImageColumns?: number;
39
- translucentStatusBar?: boolean;
40
31
  };
41
- export declare const AttachmentPicker: React.ForwardRefExoticComponent<AttachmentPickerProps & React.RefAttributes<import("@gorhom/bottom-sheet/lib/typescript/types").BottomSheetMethods>>;
32
+ export declare const AttachmentPicker: React.ForwardRefExoticComponent<Pick<AttachmentPickerContextValue, "AttachmentPickerBottomSheetHandle" | "attachmentPickerBottomSheetHandleHeight" | "attachmentPickerBottomSheetHeight" | "attachmentSelectionBarHeight"> & {
33
+ /**
34
+ * Custom UI component to render error component while opening attachment picker.
35
+ *
36
+ * **Default** [AttachmentPickerError](https://github.com/GetStream/stream-chat-react-native/blob/main/package/src/components/AttachmentPicker/components/AttachmentPickerError.tsx)
37
+ */
38
+ AttachmentPickerError: React.ComponentType<AttachmentPickerErrorProps>;
39
+ /**
40
+ * Custom UI component to render error image for attachment picker
41
+ *
42
+ * **Default** [AttachmentPickerErrorImage](https://github.com/GetStream/stream-chat-react-native/blob/main/package/src/components/AttachmentPicker/components/AttachmentPickerErrorImage.tsx)
43
+ */
44
+ AttachmentPickerErrorImage: React.ComponentType;
45
+ /**
46
+ * Custom UI Component to render select more photos for selected gallery access in iOS.
47
+ */
48
+ AttachmentPickerIOSSelectMorePhotos: React.ComponentType;
49
+ /**
50
+ * Custom UI component to render overlay component, that shows up on top of [selected image](https://github.com/GetStream/stream-chat-react-native/blob/main/screenshots/docs/1.png) (with tick mark)
51
+ *
52
+ * **Default** [ImageOverlaySelectedComponent](https://github.com/GetStream/stream-chat-react-native/blob/main/package/src/components/AttachmentPicker/components/ImageOverlaySelectedComponent.tsx)
53
+ */
54
+ ImageOverlaySelectedComponent: React.ComponentType;
55
+ attachmentPickerErrorButtonText?: string | undefined;
56
+ attachmentPickerErrorText?: string | undefined;
57
+ numberOfAttachmentImagesToLoadPerCall?: number | undefined;
58
+ numberOfAttachmentPickerImageColumns?: number | undefined;
59
+ } & React.RefAttributes<import("@gorhom/bottom-sheet/lib/typescript/types").BottomSheetMethods>>;
42
60
  //# sourceMappingURL=AttachmentPicker.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"AttachmentPicker.d.ts","sourceRoot":"","sources":["../../../../src/components/AttachmentPicker/AttachmentPicker.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA4D,MAAM,OAAO,CAAC;AAGjF,OAAoB,EAAuB,sBAAsB,EAAE,MAAM,sBAAsB,CAAC;AAIhG,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,oCAAoC,CAAC;AAoBrF,MAAM,MAAM,qBAAqB,GAAG;IAClC;;;;OAIG;IACH,iCAAiC,EAAE,KAAK,CAAC,EAAE,CAAC,sBAAsB,CAAC,CAAC;IACpE;;;;OAIG;IACH,qBAAqB,EAAE,KAAK,CAAC,aAAa,CAAC,0BAA0B,CAAC,CAAC;IACvE;;;;OAIG;IACH,0BAA0B,EAAE,KAAK,CAAC,aAAa,CAAC;IAChD;;OAEG;IACH,mCAAmC,EAAE,KAAK,CAAC,aAAa,CAAC;IACzD;;;;OAIG;IACH,6BAA6B,EAAE,KAAK,CAAC,aAAa,CAAC;IACnD,uCAAuC,CAAC,EAAE,MAAM,CAAC;IACjD,iCAAiC,CAAC,EAAE,MAAM,CAAC;IAC3C,+BAA+B,CAAC,EAAE,MAAM,CAAC;IACzC,yBAAyB,CAAC,EAAE,MAAM,CAAC;IACnC,qCAAqC,CAAC,EAAE,MAAM,CAAC;IAC/C,oCAAoC,CAAC,EAAE,MAAM,CAAC;IAC9C,oBAAoB,CAAC,EAAE,OAAO,CAAC;CAChC,CAAC;AAEF,eAAO,MAAM,gBAAgB,sJAwR5B,CAAC"}
1
+ {"version":3,"file":"AttachmentPicker.d.ts","sourceRoot":"","sources":["../../../../src/components/AttachmentPicker/AttachmentPicker.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA4D,MAAM,OAAO,CAAC;AAOjF,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,oCAAoC,CAAC;AAIrF,OAAO,EACL,4BAA4B,EAE7B,MAAM,gEAAgE,CAAC;AAcxE,MAAM,MAAM,qBAAqB,GAAG,IAAI,CACtC,4BAA4B,EAC1B,mCAAmC,GACnC,yCAAyC,GACzC,8BAA8B,GAC9B,mCAAmC,CACtC,GAAG;IACF;;;;OAIG;IACH,qBAAqB,EAAE,KAAK,CAAC,aAAa,CAAC,0BAA0B,CAAC,CAAC;IACvE;;;;OAIG;IACH,0BAA0B,EAAE,KAAK,CAAC,aAAa,CAAC;IAChD;;OAEG;IACH,mCAAmC,EAAE,KAAK,CAAC,aAAa,CAAC;IACzD;;;;OAIG;IACH,6BAA6B,EAAE,KAAK,CAAC,aAAa,CAAC;IACnD,+BAA+B,CAAC,EAAE,MAAM,CAAC;IACzC,yBAAyB,CAAC,EAAE,MAAM,CAAC;IACnC,qCAAqC,CAAC,EAAE,MAAM,CAAC;IAC/C,oCAAoC,CAAC,EAAE,MAAM,CAAC;CAC/C,CAAC;AAEF,eAAO,MAAM,gBAAgB;IA5B3B;;;;OAIG;2BACoB,MAAM,aAAa,CAAC,0BAA0B,CAAC;IACtE;;;;OAIG;gCACyB,MAAM,aAAa;IAC/C;;OAEG;yCACkC,MAAM,aAAa;IACxD;;;;OAIG;mCAC4B,MAAM,aAAa;;;;;gGAiPnD,CAAC"}