stream-chat-react-native-core 6.7.3 → 6.7.4-beta.2

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 (106) hide show
  1. package/lib/commonjs/components/Attachment/Gallery.js +16 -3
  2. package/lib/commonjs/components/Attachment/Gallery.js.map +1 -1
  3. package/lib/commonjs/components/Attachment/ImageReloadIndicator.js.map +1 -1
  4. package/lib/commonjs/components/Channel/Channel.js +6 -4
  5. package/lib/commonjs/components/Channel/Channel.js.map +1 -1
  6. package/lib/commonjs/components/Channel/hooks/useCreateMessagesContext.js +2 -0
  7. package/lib/commonjs/components/Channel/hooks/useCreateMessagesContext.js.map +1 -1
  8. package/lib/commonjs/components/index.js +11 -0
  9. package/lib/commonjs/components/index.js.map +1 -1
  10. package/lib/commonjs/contexts/channelsStateContext/useChannelState.js +5 -1
  11. package/lib/commonjs/contexts/channelsStateContext/useChannelState.js.map +1 -1
  12. package/lib/commonjs/contexts/messagesContext/MessagesContext.js.map +1 -1
  13. package/lib/commonjs/hooks/index.js +11 -0
  14. package/lib/commonjs/hooks/index.js.map +1 -1
  15. package/lib/commonjs/i18n/en.json +3 -0
  16. package/lib/commonjs/i18n/es.json +3 -0
  17. package/lib/commonjs/i18n/fr.json +3 -0
  18. package/lib/commonjs/i18n/he.json +3 -0
  19. package/lib/commonjs/i18n/hi.json +2 -0
  20. package/lib/commonjs/i18n/it.json +3 -0
  21. package/lib/commonjs/i18n/ja.json +1 -0
  22. package/lib/commonjs/i18n/ko.json +1 -0
  23. package/lib/commonjs/i18n/nl.json +2 -0
  24. package/lib/commonjs/i18n/pt-br.json +3 -0
  25. package/lib/commonjs/i18n/ru.json +4 -0
  26. package/lib/commonjs/i18n/tr.json +2 -0
  27. package/lib/commonjs/version.json +1 -1
  28. package/lib/module/components/Attachment/Gallery.js +16 -3
  29. package/lib/module/components/Attachment/Gallery.js.map +1 -1
  30. package/lib/module/components/Attachment/ImageReloadIndicator.js.map +1 -1
  31. package/lib/module/components/Channel/Channel.js +6 -4
  32. package/lib/module/components/Channel/Channel.js.map +1 -1
  33. package/lib/module/components/Channel/hooks/useCreateMessagesContext.js +2 -0
  34. package/lib/module/components/Channel/hooks/useCreateMessagesContext.js.map +1 -1
  35. package/lib/module/components/index.js +11 -0
  36. package/lib/module/components/index.js.map +1 -1
  37. package/lib/module/contexts/channelsStateContext/useChannelState.js +5 -1
  38. package/lib/module/contexts/channelsStateContext/useChannelState.js.map +1 -1
  39. package/lib/module/contexts/messagesContext/MessagesContext.js.map +1 -1
  40. package/lib/module/hooks/index.js +11 -0
  41. package/lib/module/hooks/index.js.map +1 -1
  42. package/lib/module/i18n/en.json +3 -0
  43. package/lib/module/i18n/es.json +3 -0
  44. package/lib/module/i18n/fr.json +3 -0
  45. package/lib/module/i18n/he.json +3 -0
  46. package/lib/module/i18n/hi.json +2 -0
  47. package/lib/module/i18n/it.json +3 -0
  48. package/lib/module/i18n/ja.json +1 -0
  49. package/lib/module/i18n/ko.json +1 -0
  50. package/lib/module/i18n/nl.json +2 -0
  51. package/lib/module/i18n/pt-br.json +3 -0
  52. package/lib/module/i18n/ru.json +4 -0
  53. package/lib/module/i18n/tr.json +2 -0
  54. package/lib/module/version.json +1 -1
  55. package/lib/typescript/components/Attachment/Gallery.d.ts +1 -1
  56. package/lib/typescript/components/Attachment/Gallery.d.ts.map +1 -1
  57. package/lib/typescript/components/Attachment/ImageReloadIndicator.d.ts +4 -3
  58. package/lib/typescript/components/Attachment/ImageReloadIndicator.d.ts.map +1 -1
  59. package/lib/typescript/components/Channel/Channel.d.ts +1 -1
  60. package/lib/typescript/components/Channel/Channel.d.ts.map +1 -1
  61. package/lib/typescript/components/Channel/hooks/useCreateMessagesContext.d.ts +1 -1
  62. package/lib/typescript/components/Channel/hooks/useCreateMessagesContext.d.ts.map +1 -1
  63. package/lib/typescript/components/index.d.ts +1 -0
  64. package/lib/typescript/components/index.d.ts.map +1 -1
  65. package/lib/typescript/contexts/channelsStateContext/useChannelState.d.ts.map +1 -1
  66. package/lib/typescript/contexts/messagesContext/MessagesContext.d.ts +5 -0
  67. package/lib/typescript/contexts/messagesContext/MessagesContext.d.ts.map +1 -1
  68. package/lib/typescript/hooks/index.d.ts +1 -0
  69. package/lib/typescript/hooks/index.d.ts.map +1 -1
  70. package/lib/typescript/i18n/en.json +3 -0
  71. package/lib/typescript/i18n/es.json +3 -0
  72. package/lib/typescript/i18n/fr.json +3 -0
  73. package/lib/typescript/i18n/he.json +3 -0
  74. package/lib/typescript/i18n/hi.json +2 -0
  75. package/lib/typescript/i18n/it.json +3 -0
  76. package/lib/typescript/i18n/ja.json +1 -0
  77. package/lib/typescript/i18n/ko.json +1 -0
  78. package/lib/typescript/i18n/nl.json +2 -0
  79. package/lib/typescript/i18n/pt-br.json +3 -0
  80. package/lib/typescript/i18n/ru.json +4 -0
  81. package/lib/typescript/i18n/tr.json +2 -0
  82. package/lib/typescript/utils/i18n/Streami18n.d.ts +3 -0
  83. package/lib/typescript/utils/i18n/Streami18n.d.ts.map +1 -1
  84. package/package.json +1 -1
  85. package/src/components/Attachment/Gallery.tsx +19 -3
  86. package/src/components/Attachment/ImageReloadIndicator.tsx +4 -5
  87. package/src/components/Channel/Channel.tsx +5 -2
  88. package/src/components/Channel/__tests__/Channel.test.js +2 -0
  89. package/src/components/Channel/hooks/useCreateMessagesContext.ts +2 -0
  90. package/src/components/index.ts +1 -0
  91. package/src/contexts/channelsStateContext/useChannelState.ts +5 -1
  92. package/src/contexts/messagesContext/MessagesContext.tsx +6 -0
  93. package/src/hooks/index.ts +1 -0
  94. package/src/i18n/en.json +3 -0
  95. package/src/i18n/es.json +3 -0
  96. package/src/i18n/fr.json +3 -0
  97. package/src/i18n/he.json +3 -0
  98. package/src/i18n/hi.json +2 -0
  99. package/src/i18n/it.json +3 -0
  100. package/src/i18n/ja.json +1 -0
  101. package/src/i18n/ko.json +1 -0
  102. package/src/i18n/nl.json +2 -0
  103. package/src/i18n/pt-br.json +3 -0
  104. package/src/i18n/ru.json +4 -0
  105. package/src/i18n/tr.json +2 -0
  106. package/src/version.json +1 -1
package/src/i18n/ru.json CHANGED
@@ -1,4 +1,8 @@
1
1
  {
2
+ "+{{count}}_few": "+{{count}}",
3
+ "+{{count}}_many": "+{{count}}",
4
+ "+{{count}}_one": "+{{count}}",
5
+ "+{{count}}_other": "+{{count}}",
2
6
  "1 Reply": "1 Ответ",
3
7
  "1 Thread Reply": "1 тема Ответить",
4
8
  "Add a comment": "Добавить комментарий",
package/src/i18n/tr.json CHANGED
@@ -1,4 +1,6 @@
1
1
  {
2
+ "+{{count}}_one": "+{{count}}",
3
+ "+{{count}}_other": "+{{count}}",
2
4
  "1 Reply": "1 Cevap",
3
5
  "1 Thread Reply": "1 Konu Yanıtı",
4
6
  "Add a comment": "Yorum ekle",
package/src/version.json CHANGED
@@ -1,3 +1,3 @@
1
1
  {
2
- "version": "6.7.3"
2
+ "version": "6.7.4-beta.2"
3
3
  }