stream-chat-react-native-core 9.3.1-beta.6 → 9.3.1-beta.7

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 (205) hide show
  1. package/lib/commonjs/a11y/hooks/useAnnounceOnShow.js +27 -0
  2. package/lib/commonjs/a11y/hooks/useAnnounceOnShow.js.map +1 -0
  3. package/lib/commonjs/a11y/index.js +11 -0
  4. package/lib/commonjs/a11y/index.js.map +1 -1
  5. package/lib/commonjs/components/Accessibility/CompositeAccessibilityProbe.js +29 -0
  6. package/lib/commonjs/components/Accessibility/CompositeAccessibilityProbe.js.map +1 -0
  7. package/lib/commonjs/components/Accessibility/HiddenA11yText.js +30 -0
  8. package/lib/commonjs/components/Accessibility/HiddenA11yText.js.map +1 -0
  9. package/lib/commonjs/components/Accessibility/index.js +22 -0
  10. package/lib/commonjs/components/Accessibility/index.js.map +1 -1
  11. package/lib/commonjs/components/ChannelPreview/ChannelMessagePreviewDeliveryStatus.js +31 -29
  12. package/lib/commonjs/components/ChannelPreview/ChannelMessagePreviewDeliveryStatus.js.map +1 -1
  13. package/lib/commonjs/components/ChannelPreview/ChannelPreviewMutedStatus.js +11 -5
  14. package/lib/commonjs/components/ChannelPreview/ChannelPreviewMutedStatus.js.map +1 -1
  15. package/lib/commonjs/components/ChannelPreview/ChannelPreviewStatus.js +8 -1
  16. package/lib/commonjs/components/ChannelPreview/ChannelPreviewStatus.js.map +1 -1
  17. package/lib/commonjs/components/ChannelPreview/ChannelPreviewUnreadCount.js +8 -2
  18. package/lib/commonjs/components/ChannelPreview/ChannelPreviewUnreadCount.js.map +1 -1
  19. package/lib/commonjs/components/ChannelPreview/ChannelPreviewView.js +3 -0
  20. package/lib/commonjs/components/ChannelPreview/ChannelPreviewView.js.map +1 -1
  21. package/lib/commonjs/components/Message/MessageItemView/MessageContent.js +2 -1
  22. package/lib/commonjs/components/Message/MessageItemView/MessageContent.js.map +1 -1
  23. package/lib/commonjs/components/Message/MessageItemView/MessageFooter.js +2 -0
  24. package/lib/commonjs/components/Message/MessageItemView/MessageFooter.js.map +1 -1
  25. package/lib/commonjs/components/Message/MessageItemView/MessageStatus.js +35 -30
  26. package/lib/commonjs/components/Message/MessageItemView/MessageStatus.js.map +1 -1
  27. package/lib/commonjs/components/Message/MessageItemView/ReactionList/ReactionListClustered.js +19 -6
  28. package/lib/commonjs/components/Message/MessageItemView/ReactionList/ReactionListClustered.js.map +1 -1
  29. package/lib/commonjs/components/Message/MessageItemView/ReactionList/ReactionListItem.js +6 -1
  30. package/lib/commonjs/components/Message/MessageItemView/ReactionList/ReactionListItem.js.map +1 -1
  31. package/lib/commonjs/components/Message/hooks/useMessageActionHandlers.js +8 -0
  32. package/lib/commonjs/components/Message/hooks/useMessageActionHandlers.js.map +1 -1
  33. package/lib/commonjs/components/Poll/Poll.js +0 -17
  34. package/lib/commonjs/components/Poll/Poll.js.map +1 -1
  35. package/lib/commonjs/components/Reply/Reply.js +43 -6
  36. package/lib/commonjs/components/Reply/Reply.js.map +1 -1
  37. package/lib/commonjs/components/ui/Avatar/ChannelAvatar.js +17 -11
  38. package/lib/commonjs/components/ui/Avatar/ChannelAvatar.js.map +1 -1
  39. package/lib/commonjs/components/ui/Badge/BadgeNotification.js +3 -1
  40. package/lib/commonjs/components/ui/Badge/BadgeNotification.js.map +1 -1
  41. package/lib/commonjs/i18n/ar.json +20 -8
  42. package/lib/commonjs/i18n/en.json +17 -5
  43. package/lib/commonjs/i18n/es.json +17 -5
  44. package/lib/commonjs/i18n/fr.json +17 -5
  45. package/lib/commonjs/i18n/he.json +17 -5
  46. package/lib/commonjs/i18n/hi.json +18 -6
  47. package/lib/commonjs/i18n/it.json +17 -5
  48. package/lib/commonjs/i18n/ja.json +17 -5
  49. package/lib/commonjs/i18n/ko.json +17 -5
  50. package/lib/commonjs/i18n/nl.json +18 -6
  51. package/lib/commonjs/i18n/pt-br.json +19 -7
  52. package/lib/commonjs/i18n/ru.json +17 -5
  53. package/lib/commonjs/i18n/tr.json +18 -6
  54. package/lib/commonjs/version.json +1 -1
  55. package/lib/module/a11y/hooks/useAnnounceOnShow.js +27 -0
  56. package/lib/module/a11y/hooks/useAnnounceOnShow.js.map +1 -0
  57. package/lib/module/a11y/index.js +11 -0
  58. package/lib/module/a11y/index.js.map +1 -1
  59. package/lib/module/components/Accessibility/CompositeAccessibilityProbe.js +29 -0
  60. package/lib/module/components/Accessibility/CompositeAccessibilityProbe.js.map +1 -0
  61. package/lib/module/components/Accessibility/HiddenA11yText.js +30 -0
  62. package/lib/module/components/Accessibility/HiddenA11yText.js.map +1 -0
  63. package/lib/module/components/Accessibility/index.js +22 -0
  64. package/lib/module/components/Accessibility/index.js.map +1 -1
  65. package/lib/module/components/ChannelPreview/ChannelMessagePreviewDeliveryStatus.js +31 -29
  66. package/lib/module/components/ChannelPreview/ChannelMessagePreviewDeliveryStatus.js.map +1 -1
  67. package/lib/module/components/ChannelPreview/ChannelPreviewMutedStatus.js +11 -5
  68. package/lib/module/components/ChannelPreview/ChannelPreviewMutedStatus.js.map +1 -1
  69. package/lib/module/components/ChannelPreview/ChannelPreviewStatus.js +8 -1
  70. package/lib/module/components/ChannelPreview/ChannelPreviewStatus.js.map +1 -1
  71. package/lib/module/components/ChannelPreview/ChannelPreviewUnreadCount.js +8 -2
  72. package/lib/module/components/ChannelPreview/ChannelPreviewUnreadCount.js.map +1 -1
  73. package/lib/module/components/ChannelPreview/ChannelPreviewView.js +3 -0
  74. package/lib/module/components/ChannelPreview/ChannelPreviewView.js.map +1 -1
  75. package/lib/module/components/Message/MessageItemView/MessageContent.js +2 -1
  76. package/lib/module/components/Message/MessageItemView/MessageContent.js.map +1 -1
  77. package/lib/module/components/Message/MessageItemView/MessageFooter.js +2 -0
  78. package/lib/module/components/Message/MessageItemView/MessageFooter.js.map +1 -1
  79. package/lib/module/components/Message/MessageItemView/MessageStatus.js +35 -30
  80. package/lib/module/components/Message/MessageItemView/MessageStatus.js.map +1 -1
  81. package/lib/module/components/Message/MessageItemView/ReactionList/ReactionListClustered.js +19 -6
  82. package/lib/module/components/Message/MessageItemView/ReactionList/ReactionListClustered.js.map +1 -1
  83. package/lib/module/components/Message/MessageItemView/ReactionList/ReactionListItem.js +6 -1
  84. package/lib/module/components/Message/MessageItemView/ReactionList/ReactionListItem.js.map +1 -1
  85. package/lib/module/components/Message/hooks/useMessageActionHandlers.js +8 -0
  86. package/lib/module/components/Message/hooks/useMessageActionHandlers.js.map +1 -1
  87. package/lib/module/components/Poll/Poll.js +0 -17
  88. package/lib/module/components/Poll/Poll.js.map +1 -1
  89. package/lib/module/components/Reply/Reply.js +43 -6
  90. package/lib/module/components/Reply/Reply.js.map +1 -1
  91. package/lib/module/components/ui/Avatar/ChannelAvatar.js +17 -11
  92. package/lib/module/components/ui/Avatar/ChannelAvatar.js.map +1 -1
  93. package/lib/module/components/ui/Badge/BadgeNotification.js +3 -1
  94. package/lib/module/components/ui/Badge/BadgeNotification.js.map +1 -1
  95. package/lib/module/i18n/ar.json +20 -8
  96. package/lib/module/i18n/en.json +17 -5
  97. package/lib/module/i18n/es.json +17 -5
  98. package/lib/module/i18n/fr.json +17 -5
  99. package/lib/module/i18n/he.json +17 -5
  100. package/lib/module/i18n/hi.json +18 -6
  101. package/lib/module/i18n/it.json +17 -5
  102. package/lib/module/i18n/ja.json +17 -5
  103. package/lib/module/i18n/ko.json +17 -5
  104. package/lib/module/i18n/nl.json +18 -6
  105. package/lib/module/i18n/pt-br.json +19 -7
  106. package/lib/module/i18n/ru.json +17 -5
  107. package/lib/module/i18n/tr.json +18 -6
  108. package/lib/module/version.json +1 -1
  109. package/lib/typescript/a11y/hooks/useAnnounceOnShow.d.ts +21 -0
  110. package/lib/typescript/a11y/hooks/useAnnounceOnShow.d.ts.map +1 -0
  111. package/lib/typescript/a11y/index.d.ts +1 -0
  112. package/lib/typescript/a11y/index.d.ts.map +1 -1
  113. package/lib/typescript/components/Accessibility/CompositeAccessibilityProbe.d.ts +30 -0
  114. package/lib/typescript/components/Accessibility/CompositeAccessibilityProbe.d.ts.map +1 -0
  115. package/lib/typescript/components/Accessibility/HiddenA11yText.d.ts +25 -0
  116. package/lib/typescript/components/Accessibility/HiddenA11yText.d.ts.map +1 -0
  117. package/lib/typescript/components/Accessibility/index.d.ts +2 -0
  118. package/lib/typescript/components/Accessibility/index.d.ts.map +1 -1
  119. package/lib/typescript/components/ChannelPreview/ChannelMessagePreviewDeliveryStatus.d.ts.map +1 -1
  120. package/lib/typescript/components/ChannelPreview/ChannelPreviewMutedStatus.d.ts.map +1 -1
  121. package/lib/typescript/components/ChannelPreview/ChannelPreviewStatus.d.ts.map +1 -1
  122. package/lib/typescript/components/ChannelPreview/ChannelPreviewUnreadCount.d.ts.map +1 -1
  123. package/lib/typescript/components/ChannelPreview/ChannelPreviewView.d.ts.map +1 -1
  124. package/lib/typescript/components/Message/MessageItemView/MessageContent.d.ts.map +1 -1
  125. package/lib/typescript/components/Message/MessageItemView/MessageFooter.d.ts.map +1 -1
  126. package/lib/typescript/components/Message/MessageItemView/MessageStatus.d.ts.map +1 -1
  127. package/lib/typescript/components/Message/MessageItemView/ReactionList/ReactionListClustered.d.ts.map +1 -1
  128. package/lib/typescript/components/Message/MessageItemView/ReactionList/ReactionListItem.d.ts.map +1 -1
  129. package/lib/typescript/components/Message/MessageOverlayWrapper.d.ts +1 -1
  130. package/lib/typescript/components/Message/hooks/useMessageActionHandlers.d.ts.map +1 -1
  131. package/lib/typescript/components/Poll/Poll.d.ts.map +1 -1
  132. package/lib/typescript/components/Reply/Reply.d.ts.map +1 -1
  133. package/lib/typescript/components/ui/Avatar/ChannelAvatar.d.ts.map +1 -1
  134. package/lib/typescript/components/ui/Badge/BadgeNotification.d.ts +5 -0
  135. package/lib/typescript/components/ui/Badge/BadgeNotification.d.ts.map +1 -1
  136. package/lib/typescript/hooks/useTranslatedMessage.d.ts +1 -1
  137. package/lib/typescript/i18n/ar.json +20 -8
  138. package/lib/typescript/i18n/en.json +17 -5
  139. package/lib/typescript/i18n/es.json +17 -5
  140. package/lib/typescript/i18n/fr.json +17 -5
  141. package/lib/typescript/i18n/he.json +17 -5
  142. package/lib/typescript/i18n/hi.json +18 -6
  143. package/lib/typescript/i18n/it.json +17 -5
  144. package/lib/typescript/i18n/ja.json +17 -5
  145. package/lib/typescript/i18n/ko.json +17 -5
  146. package/lib/typescript/i18n/nl.json +18 -6
  147. package/lib/typescript/i18n/pt-br.json +19 -7
  148. package/lib/typescript/i18n/ru.json +17 -5
  149. package/lib/typescript/i18n/tr.json +18 -6
  150. package/lib/typescript/utils/i18n/Streami18n.d.ts +16 -4
  151. package/lib/typescript/utils/i18n/Streami18n.d.ts.map +1 -1
  152. package/package.json +1 -1
  153. package/src/a11y/hooks/useAnnounceOnShow.ts +44 -0
  154. package/src/a11y/index.ts +1 -0
  155. package/src/components/Accessibility/CompositeAccessibilityProbe.tsx +48 -0
  156. package/src/components/Accessibility/HiddenA11yText.tsx +49 -0
  157. package/src/components/Accessibility/index.ts +2 -0
  158. package/src/components/ChannelPreview/ChannelMessagePreviewDeliveryStatus.tsx +19 -16
  159. package/src/components/ChannelPreview/ChannelPreviewMutedStatus.tsx +8 -1
  160. package/src/components/ChannelPreview/ChannelPreviewStatus.tsx +10 -4
  161. package/src/components/ChannelPreview/ChannelPreviewUnreadCount.tsx +5 -1
  162. package/src/components/ChannelPreview/ChannelPreviewView.tsx +3 -0
  163. package/src/components/Message/MessageItemView/MessageContent.tsx +12 -1
  164. package/src/components/Message/MessageItemView/MessageFooter.tsx +6 -1
  165. package/src/components/Message/MessageItemView/MessageStatus.tsx +36 -39
  166. package/src/components/Message/MessageItemView/ReactionList/ReactionListClustered.tsx +24 -10
  167. package/src/components/Message/MessageItemView/ReactionList/ReactionListItem.tsx +5 -1
  168. package/src/components/Message/MessageItemView/__tests__/MessageStatus.test.tsx +10 -7
  169. package/src/components/Message/MessageItemView/__tests__/ReactionListBottom.test.tsx +1 -1
  170. package/src/components/Message/hooks/useMessageActionHandlers.ts +7 -0
  171. package/src/components/Poll/Poll.tsx +1 -25
  172. package/src/components/Reply/Reply.tsx +58 -7
  173. package/src/components/Thread/__tests__/__snapshots__/Thread.test.tsx.snap +8 -0
  174. package/src/components/ui/Avatar/ChannelAvatar.tsx +39 -29
  175. package/src/components/ui/Badge/BadgeNotification.tsx +11 -2
  176. package/src/i18n/ar.json +20 -8
  177. package/src/i18n/en.json +17 -5
  178. package/src/i18n/es.json +17 -5
  179. package/src/i18n/fr.json +17 -5
  180. package/src/i18n/he.json +17 -5
  181. package/src/i18n/hi.json +18 -6
  182. package/src/i18n/it.json +17 -5
  183. package/src/i18n/ja.json +17 -5
  184. package/src/i18n/ko.json +17 -5
  185. package/src/i18n/nl.json +18 -6
  186. package/src/i18n/pt-br.json +19 -7
  187. package/src/i18n/ru.json +17 -5
  188. package/src/i18n/tr.json +18 -6
  189. package/src/version.json +1 -1
  190. package/lib/commonjs/components/Poll/hooks/usePollAccessibilityActions.js +0 -150
  191. package/lib/commonjs/components/Poll/hooks/usePollAccessibilityActions.js.map +0 -1
  192. package/lib/commonjs/components/Poll/hooks/usePollAccessibilityLabel.js +0 -59
  193. package/lib/commonjs/components/Poll/hooks/usePollAccessibilityLabel.js.map +0 -1
  194. package/lib/module/components/Poll/hooks/usePollAccessibilityActions.js +0 -150
  195. package/lib/module/components/Poll/hooks/usePollAccessibilityActions.js.map +0 -1
  196. package/lib/module/components/Poll/hooks/usePollAccessibilityLabel.js +0 -59
  197. package/lib/module/components/Poll/hooks/usePollAccessibilityLabel.js.map +0 -1
  198. package/lib/typescript/components/Poll/hooks/usePollAccessibilityActions.d.ts +0 -25
  199. package/lib/typescript/components/Poll/hooks/usePollAccessibilityActions.d.ts.map +0 -1
  200. package/lib/typescript/components/Poll/hooks/usePollAccessibilityLabel.d.ts +0 -8
  201. package/lib/typescript/components/Poll/hooks/usePollAccessibilityLabel.d.ts.map +0 -1
  202. package/src/components/Poll/hooks/__tests__/usePollAccessibilityActions.test.tsx +0 -358
  203. package/src/components/Poll/hooks/__tests__/usePollAccessibilityLabel.test.tsx +0 -142
  204. package/src/components/Poll/hooks/usePollAccessibilityActions.ts +0 -191
  205. package/src/components/Poll/hooks/usePollAccessibilityLabel.ts +0 -75
@@ -253,20 +253,32 @@
253
253
  "a11y/AI is generating": "Yapay zeka oluşturuyor",
254
254
  "a11y/AI is thinking": "Yapay zeka düşünüyor",
255
255
  "a11y/Avatar of {{name}}": "{{name}} avatarı",
256
+ "a11y/Channel with {{count}} members": "{{count}} üyeli kanal",
256
257
  "a11y/Connected": "Bağlandı",
257
- "a11y/Delivered": "Teslim edildi",
258
+ "a11y/Delivered": "İletildi",
259
+ "a11y/Delivered, sent by you": "İletildi, sizin tarafınızdan gönderildi",
260
+ "a11y/Direct chat with {{name}}": "{{name}} ile doğrudan sohbet",
261
+ "a11y/Double tap to open": "Açmak için iki kez dokun",
262
+ "a11y/Double tap to view reactions": "Tepkileri görmek için iki kez dokun",
263
+ "a11y/Editing message": "Mesaj düzenleniyor",
264
+ "a11y/Editing message: {{text}}": "Mesaj düzenleniyor: {{text}}",
265
+ "a11y/Last message {{date}}": "Son mesaj {{date}}",
258
266
  "a11y/Loading": "Yükleniyor",
259
267
  "a11y/Loading failed": "Yükleme başarısız",
260
268
  "a11y/Message actions": "Mesaj eylemleri",
269
+ "a11y/Muted": "Sessize alındı",
261
270
  "a11y/New message from {{user}}": "{{user}} kullanıcısından yeni mesaj",
262
271
  "a11y/Offline": "Çevrimdışı",
263
272
  "a11y/Open message actions": "Mesaj eylemlerini aç",
264
273
  "a11y/Reaction {{emoji}} by {{count}} users": "{{count}} kullanıcıdan {{emoji}} tepkisi",
265
274
  "a11y/Read": "Okundu",
275
+ "a11y/Read, sent by you": "Okundu, sizin tarafınızdan gönderildi",
266
276
  "a11y/Reconnecting": "Yeniden bağlanıyor",
267
277
  "a11y/Reply to {{user}}": "{{user}} kullanıcısına yanıt ver",
268
278
  "a11y/Remove edit": "Düzenlemeyi kaldır",
269
279
  "a11y/Remove reply": "Yanıtı kaldır",
280
+ "a11y/Replying to {{user}}": "{{user}} kullanıcısına yanıt veriliyor",
281
+ "a11y/Replying to {{user}}: {{text}}": "{{user}} kullanıcısına yanıt veriliyor: {{text}}",
270
282
  "a11y/Scroll to bottom": "En alta git",
271
283
  "a11y/Scroll to bottom, {{count}} new messages": "En alta git, {{count}} yeni mesaj",
272
284
  "a11y/Scroll to latest": "En son mesaja git",
@@ -274,7 +286,10 @@
274
286
  "a11y/Send message": "Mesaj gönder",
275
287
  "a11y/Sending": "Gönderiliyor",
276
288
  "a11y/Sent": "Gönderildi",
289
+ "a11y/Sent by you": "Sizin tarafınızdan gönderildi",
277
290
  "a11y/Voice message recording. Hold to record.": "Sesli mesaj kaydı. Kaydetmek için basılı tutun.",
291
+ "a11y/and {{count}} more reactions": "ve {{count}} tepki daha",
292
+ "a11y/you reacted": "siz tepki verdiniz",
278
293
  "a11y/{{count}} new messages": "{{count}} yeni mesaj",
279
294
  "a11y/Add attachment": "Add attachment",
280
295
  "a11y/Close attachments": "Close attachments",
@@ -352,12 +367,9 @@
352
367
  "size limit": "boyut sınırı",
353
368
  "unknown error": "bilinmeyen hata",
354
369
  "unsupported file type": "desteklenmeyen dosya türü",
355
- "a11y/Activate to view results": "Sonuçları görmek için etkinleştir",
356
- "a11y/End vote": "Oylamayı sonlandır",
357
- "a11y/Show all options": "Tüm seçenekleri göster",
358
- "a11y/Vote on {{option}}": "{{option}} için oy ver",
359
370
  "a11y/Double tap and hold to activate contextual menu": "Bağlam menüsünü etkinleştirmek için çift dokunup basılı tut",
360
371
  "a11y/Swipe right to go through different actions": "Farklı eylemler arasında geçiş yapmak için sağa kaydır",
361
372
  "a11y/Close": "Close",
362
- "a11y/Bottom sheet opened. Activate the close action or use the escape gesture to dismiss.": "Bottom sheet opened. Activate the close action or use the escape gesture to dismiss."
373
+ "a11y/Bottom sheet opened. Activate the close action or use the escape gesture to dismiss.": "Bottom sheet opened. Activate the close action or use the escape gesture to dismiss.",
374
+ "a11y/{{count}} unread messages": "{{count}} okunmamış mesaj"
363
375
  }
@@ -1,3 +1,3 @@
1
1
  {
2
- "version": "9.3.1-beta.6"
2
+ "version": "9.3.1-beta.7"
3
3
  }
@@ -0,0 +1,21 @@
1
+ type Options = {
2
+ /** Delay before the announcement fires; lets entrance animations settle. */
3
+ delayMs?: number;
4
+ priority?: 'polite' | 'assertive';
5
+ };
6
+ /**
7
+ * Announces `message` once each time `visible` flips from false to true.
8
+ * Resets when `visible` flips back to false, so the next show re-announces —
9
+ * unlike `useAnnounceOnStateChange`, which announces on string change and
10
+ * dedupes consecutive identical strings.
11
+ *
12
+ * Use this for transient surfaces that appear and disappear repeatedly within
13
+ * a session (modals, autocomplete pickers, bottom sheets) where the user
14
+ * benefits from hearing the affordance on every reappearance.
15
+ *
16
+ * When `message` is undefined (typically because `useA11yLabel` returned
17
+ * undefined — a11y disabled or key missing), the hook is a no-op.
18
+ */
19
+ export declare const useAnnounceOnShow: (visible: boolean, message: string | undefined, { delayMs, priority }?: Options) => void;
20
+ export {};
21
+ //# sourceMappingURL=useAnnounceOnShow.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useAnnounceOnShow.d.ts","sourceRoot":"","sources":["../../../../src/a11y/hooks/useAnnounceOnShow.ts"],"names":[],"mappings":"AAIA,KAAK,OAAO,GAAG;IACb,4EAA4E;IAC5E,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,QAAQ,CAAC,EAAE,QAAQ,GAAG,WAAW,CAAC;CACnC,CAAC;AAEF;;;;;;;;;;;;GAYG;AACH,eAAO,MAAM,iBAAiB,GAC5B,SAAS,OAAO,EAChB,SAAS,MAAM,GAAG,SAAS,EAC3B,wBAAwC,OAAY,SAiBrD,CAAC"}
@@ -3,6 +3,7 @@ export * from './hooks/useScreenReaderEnabled';
3
3
  export * from './hooks/useReducedMotionPreference';
4
4
  export * from './hooks/useResolvedModalAccessibilityProps';
5
5
  export * from './hooks/useAnnounceOnStateChange';
6
+ export * from './hooks/useAnnounceOnShow';
6
7
  export * from './hooks/useA11yLabel';
7
8
  export * from './hooks/useAccessibilityActivateAction';
8
9
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/a11y/index.ts"],"names":[],"mappings":"AAAA,cAAc,aAAa,CAAC;AAC5B,cAAc,gCAAgC,CAAC;AAC/C,cAAc,oCAAoC,CAAC;AACnD,cAAc,4CAA4C,CAAC;AAC3D,cAAc,kCAAkC,CAAC;AACjD,cAAc,sBAAsB,CAAC;AACrC,cAAc,wCAAwC,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/a11y/index.ts"],"names":[],"mappings":"AAAA,cAAc,aAAa,CAAC;AAC5B,cAAc,gCAAgC,CAAC;AAC/C,cAAc,oCAAoC,CAAC;AACnD,cAAc,4CAA4C,CAAC;AAC3D,cAAc,kCAAkC,CAAC;AACjD,cAAc,2BAA2B,CAAC;AAC1C,cAAc,sBAAsB,CAAC;AACrC,cAAc,wCAAwC,CAAC"}
@@ -0,0 +1,30 @@
1
+ import React, { PropsWithChildren } from 'react';
2
+ export type CompositeAccessibilityProbeProps = {
3
+ /**
4
+ * The accessibility label that VoiceOver / TalkBack should announce for the
5
+ * wrapped content. When `undefined`, the probe is a no-op and the children
6
+ * render with no a11y modifications — use this to skip the wrapper when the
7
+ * SDK's a11y opt-in is off.
8
+ */
9
+ label: string | undefined;
10
+ };
11
+ /**
12
+ * Wraps decorative visual content with a single, cross platform stable
13
+ * accessibility focus stop carrying the provided `label`.
14
+ *
15
+ * iOS auto collapses descendants when a parent View is `accessible`, but on
16
+ * Android `importantForAccessibility='no-hide-descendants'` on the parent
17
+ * gets defeated by deeply nested descendants that set their own
18
+ * `accessible={true}` (our SDK's `<Avatar>` does this). A zero size accessible
19
+ * `<Text>` sidesteps that - Text is always accessible by default on both
20
+ * platforms and carries the label cleanly, while the visual subtree is
21
+ * marked decorative. More importantly, it's discoverable very very easily
22
+ * by screen readers.
23
+ *
24
+ * Use this anywhere you have non-Text visual content (avatars, icons,
25
+ * composed graphics) that should announce as a single semantic unit with a
26
+ * curated label, rather than letting screen readers walk the visual tree
27
+ * verbosely.
28
+ */
29
+ export declare const CompositeAccessibilityProbe: ({ children, label, }: PropsWithChildren<CompositeAccessibilityProbeProps>) => React.JSX.Element;
30
+ //# sourceMappingURL=CompositeAccessibilityProbe.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CompositeAccessibilityProbe.d.ts","sourceRoot":"","sources":["../../../../src/components/Accessibility/CompositeAccessibilityProbe.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAKjD,MAAM,MAAM,gCAAgC,GAAG;IAC7C;;;;;OAKG;IACH,KAAK,EAAE,MAAM,GAAG,SAAS,CAAC;CAC3B,CAAC;AAEF;;;;;;;;;;;;;;;;;GAiBG;AACH,eAAO,MAAM,2BAA2B,GAAI,sBAGzC,iBAAiB,CAAC,gCAAgC,CAAC,sBAWrD,CAAC"}
@@ -0,0 +1,25 @@
1
+ import React from 'react';
2
+ export type HiddenA11yTextProps = {
3
+ /**
4
+ * The text to inject into the accessibility tree. Rendered as actual Text
5
+ * content (not as `accessibilityLabel`) so the parent's compose loop on
6
+ * Android picks it up — Text without its own label isn't
7
+ * `isAccessibilityFocusable`, so it gets concatenated into the parent's
8
+ * announcement rather than being skipped as a drill-in target.
9
+ *
10
+ * Pass the result of `useA11yLabel(...)` directly: when SDK a11y is
11
+ * opt-out the value is `undefined` and the component renders nothing.
12
+ */
13
+ label: string | undefined;
14
+ };
15
+ /**
16
+ * A visually invisible Text that exists only to contribute extra information
17
+ * to a screen reader's announcement. Use it inside a parent that auto-composes
18
+ * descendant labels (Pressable, or any View with `accessible` + `accessibilityRole`)
19
+ * to splice in supplementary state like "you reacted", "and N more", etc.
20
+ *
21
+ * Not for "this whole element should be one focus stop with a curated label" -
22
+ * use `CompositeAccessibilityProbe` for that.
23
+ */
24
+ export declare const HiddenA11yText: ({ label }: HiddenA11yTextProps) => React.JSX.Element | null;
25
+ //# sourceMappingURL=HiddenA11yText.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"HiddenA11yText.d.ts","sourceRoot":"","sources":["../../../../src/components/Accessibility/HiddenA11yText.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,MAAM,MAAM,mBAAmB,GAAG;IAChC;;;;;;;;;OASG;IACH,KAAK,EAAE,MAAM,GAAG,SAAS,CAAC;CAC3B,CAAC;AAEF;;;;;;;;GAQG;AACH,eAAO,MAAM,cAAc,GAAI,WAAW,mBAAmB,6BAY5D,CAAC"}
@@ -1,3 +1,5 @@
1
+ export * from './CompositeAccessibilityProbe';
2
+ export * from './HiddenA11yText';
1
3
  export * from './NotificationAnnouncer';
2
4
  export * from './useAccessibilityAnnouncer';
3
5
  export * from './hooks/useIncomingMessageAnnouncements';
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/Accessibility/index.ts"],"names":[],"mappings":"AAAA,cAAc,yBAAyB,CAAC;AACxC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,yCAAyC,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/Accessibility/index.ts"],"names":[],"mappings":"AAAA,cAAc,+BAA+B,CAAC;AAC9C,cAAc,kBAAkB,CAAC;AACjC,cAAc,yBAAyB,CAAC;AACxC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,yCAAyC,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"ChannelMessagePreviewDeliveryStatus.d.ts","sourceRoot":"","sources":["../../../../src/components/ChannelPreview/ChannelMessagePreviewDeliveryStatus.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkB,MAAM,OAAO,CAAC;AAGvC,OAAO,EAAE,YAAY,EAAE,eAAe,EAAE,MAAM,aAAa,CAAC;AAE5D,OAAO,EAAE,mBAAmB,EAAE,MAAM,kBAAkB,CAAC;AAWvD,MAAM,MAAM,wCAAwC,GAAG,IAAI,CAAC,mBAAmB,EAAE,SAAS,CAAC,GAAG;IAC5F,OAAO,EAAE,eAAe,GAAG,YAAY,CAAC;CACzC,CAAC;AAEF,eAAO,MAAM,mCAAmC,GAAI,uBAGjD,wCAAwC,6BA4E1C,CAAC"}
1
+ {"version":3,"file":"ChannelMessagePreviewDeliveryStatus.d.ts","sourceRoot":"","sources":["../../../../src/components/ChannelPreview/ChannelMessagePreviewDeliveryStatus.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkB,MAAM,OAAO,CAAC;AAGvC,OAAO,EAAE,YAAY,EAAE,eAAe,EAAE,MAAM,aAAa,CAAC;AAE5D,OAAO,EAAE,mBAAmB,EAAE,MAAM,kBAAkB,CAAC;AAYvD,MAAM,MAAM,wCAAwC,GAAG,IAAI,CAAC,mBAAmB,EAAE,SAAS,CAAC,GAAG;IAC5F,OAAO,EAAE,eAAe,GAAG,YAAY,CAAC;CACzC,CAAC;AAEF,eAAO,MAAM,mCAAmC,GAAI,uBAGjD,wCAAwC,6BA8E1C,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"ChannelPreviewMutedStatus.d.ts","sourceRoot":"","sources":["../../../../src/components/ChannelPreview/ChannelPreviewMutedStatus.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAK1B;;GAEG;AACH,eAAO,MAAM,yBAAyB,yBASrC,CAAC"}
1
+ {"version":3,"file":"ChannelPreviewMutedStatus.d.ts","sourceRoot":"","sources":["../../../../src/components/ChannelPreview/ChannelPreviewMutedStatus.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAO1B;;GAEG;AACH,eAAO,MAAM,yBAAyB,yBAcrC,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"ChannelPreviewStatus.d.ts","sourceRoot":"","sources":["../../../../src/components/ChannelPreview/ChannelPreviewStatus.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkB,MAAM,OAAO,CAAC;AAGvC,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,kBAAkB,CAAC;AAC5D,OAAO,KAAK,EAAE,kCAAkC,EAAE,MAAM,sBAAsB,CAAC;AAQ/E,MAAM,MAAM,yBAAyB,GAAG,IAAI,CAC1C,kCAAkC,EAClC,yBAAyB,GAAG,aAAa,CAC1C,GACC,IAAI,CAAC,mBAAmB,EAAE,SAAS,CAAC,CAAC;AAEvC,eAAO,MAAM,oBAAoB,GAAI,OAAO,yBAAyB,sBA0BpE,CAAC"}
1
+ {"version":3,"file":"ChannelPreviewStatus.d.ts","sourceRoot":"","sources":["../../../../src/components/ChannelPreview/ChannelPreviewStatus.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkB,MAAM,OAAO,CAAC;AAGvC,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,kBAAkB,CAAC;AAC5D,OAAO,KAAK,EAAE,kCAAkC,EAAE,MAAM,sBAAsB,CAAC;AAS/E,MAAM,MAAM,yBAAyB,GAAG,IAAI,CAC1C,kCAAkC,EAClC,yBAAyB,GAAG,aAAa,CAC1C,GACC,IAAI,CAAC,mBAAmB,EAAE,SAAS,CAAC,CAAC;AAEvC,eAAO,MAAM,oBAAoB,GAAI,OAAO,yBAAyB,sBA+BpE,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"ChannelPreviewUnreadCount.d.ts","sourceRoot":"","sources":["../../../../src/components/ChannelPreview/ChannelPreviewUnreadCount.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,mBAAmB,EAAE,MAAM,kBAAkB,CAAC;AAEvD,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,gDAAgD,CAAC;AAG3F,MAAM,MAAM,8BAA8B,GAAG,IAAI,CAAC,oBAAoB,EAAE,gBAAgB,CAAC,GACvF,IAAI,CAAC,mBAAmB,EAAE,SAAS,CAAC,GAAG;IACrC;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB,CAAC;AAEJ,eAAO,MAAM,yBAAyB,GAAI,OAAO,8BAA8B,6BAa9E,CAAC"}
1
+ {"version":3,"file":"ChannelPreviewUnreadCount.d.ts","sourceRoot":"","sources":["../../../../src/components/ChannelPreview/ChannelPreviewUnreadCount.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkB,MAAM,OAAO,CAAC;AAEvC,OAAO,EAAE,mBAAmB,EAAE,MAAM,kBAAkB,CAAC;AAGvD,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,gDAAgD,CAAC;AAG3F,MAAM,MAAM,8BAA8B,GAAG,IAAI,CAAC,oBAAoB,EAAE,gBAAgB,CAAC,GACvF,IAAI,CAAC,mBAAmB,EAAE,SAAS,CAAC,GAAG;IACrC;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB,CAAC;AAEJ,eAAO,MAAM,yBAAyB,GAAI,OAAO,8BAA8B,6BAgB9E,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"ChannelPreviewView.d.ts","sourceRoot":"","sources":["../../../../src/components/ChannelPreview/ChannelPreviewView.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkB,MAAM,OAAO,CAAC;AAGvC,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,kBAAkB,CAAC;AAE5D,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,+BAA+B,CAAC;AAErE,OAAO,EACL,oBAAoB,EAErB,MAAM,gDAAgD,CAAC;AAOxD,MAAM,MAAM,kCAAkC,GAAG,IAAI,CAAC,mBAAmB,EAAE,SAAS,CAAC,GACnF,IAAI,CAAC,oBAAoB,EAAE,gBAAgB,GAAG,UAAU,GAAG,qBAAqB,CAAC,GAAG;IAClF;;;;;;;;OAQG;IACH,uBAAuB,CAAC,EAAE,CAAC,IAAI,EAAE,IAAI,KAAK,MAAM,CAAC;IACjD,+BAA+B;IAC/B,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,+CAA+C;IAC/C,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,WAAW,CAAC,EAAE,eAAe,CAAC;CAC/B,CAAC;AAwGJ,MAAM,MAAM,uBAAuB,GAAG,OAAO,CAAC,IAAI,CAAC,kCAAkC,EAAE,SAAS,CAAC,CAAC,GAChG,IAAI,CAAC,kCAAkC,EAAE,SAAS,CAAC,CAAC;AAMtD;;;GAGG;AACH,eAAO,MAAM,kBAAkB;YAAW,uBAAuB;;CAahE,CAAC"}
1
+ {"version":3,"file":"ChannelPreviewView.d.ts","sourceRoot":"","sources":["../../../../src/components/ChannelPreview/ChannelPreviewView.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkB,MAAM,OAAO,CAAC;AAGvC,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,kBAAkB,CAAC;AAE5D,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,+BAA+B,CAAC;AAGrE,OAAO,EACL,oBAAoB,EAErB,MAAM,gDAAgD,CAAC;AAOxD,MAAM,MAAM,kCAAkC,GAAG,IAAI,CAAC,mBAAmB,EAAE,SAAS,CAAC,GACnF,IAAI,CAAC,oBAAoB,EAAE,gBAAgB,GAAG,UAAU,GAAG,qBAAqB,CAAC,GAAG;IAClF;;;;;;;;OAQG;IACH,uBAAuB,CAAC,EAAE,CAAC,IAAI,EAAE,IAAI,KAAK,MAAM,CAAC;IACjD,+BAA+B;IAC/B,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,+CAA+C;IAC/C,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,WAAW,CAAC,EAAE,eAAe,CAAC;CAC/B,CAAC;AA0GJ,MAAM,MAAM,uBAAuB,GAAG,OAAO,CAAC,IAAI,CAAC,kCAAkC,EAAE,SAAS,CAAC,CAAC,GAChG,IAAI,CAAC,kCAAkC,EAAE,SAAS,CAAC,CAAC;AAMtD;;;GAGG;AACH,eAAO,MAAM,kBAAkB;YAAW,uBAAuB;;CAahE,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"MessageContent.d.ts","sourceRoot":"","sources":["../../../../../src/components/Message/MessageItemView/MessageContent.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkB,MAAM,OAAO,CAAC;AACvC,OAAO,EAAE,UAAU,EAA0C,MAAM,cAAc,CAAC;AAOlF,OAAO,EACL,mBAAmB,EAEpB,MAAM,iDAAiD,CAAC;AAEzD,OAAO,EACL,oBAAoB,EAErB,MAAM,mDAAmD,CAAC;AAE3D,OAAO,EACL,uBAAuB,EAExB,MAAM,yDAAyD,CAAC;AA+BjE,MAAM,MAAM,8BAA8B,GAAG,IAAI,CAC/C,mBAAmB,EACjB,WAAW,GACX,aAAa,GACb,aAAa,GACb,aAAa,GACb,SAAS,GACT,qBAAqB,GACrB,aAAa,GACb,SAAS,GACT,WAAW,GACX,kBAAkB,GAClB,cAAc,GACd,YAAY,GACZ,sBAAsB,CACzB,GACC,IAAI,CACF,oBAAoB,EAClB,0BAA0B,GAC1B,6BAA6B,GAC7B,mBAAmB,GACnB,gBAAgB,CACnB,GACD,IAAI,CAAC,uBAAuB,EAAE,GAAG,CAAC,GAAG;IACnC;;OAEG;IACH,eAAe,CAAC,EAAE,UAAU,CAAC;IAC7B;;OAEG;IACH,iBAAiB,CAAC,EAAE,OAAO,CAAC;IAC5B;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB;;OAEG;IACH,4BAA4B,CAAC,EAAE,OAAO,CAAC;IAEvC;;OAEG;IACH,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,qBAAqB,CAAC,EAAE,OAAO,CAAC;IAChC,iBAAiB,CAAC,EAAE,OAAO,CAAC;CAC7B,CAAC;AAocJ,MAAM,MAAM,mBAAmB,GAAG,OAAO,CAAC,8BAA8B,CAAC,CAAC;AAE1E;;GAEG;AACH,eAAO,MAAM,cAAc,GAAI,OAAO,mBAAmB,sBA2FxD,CAAC"}
1
+ {"version":3,"file":"MessageContent.d.ts","sourceRoot":"","sources":["../../../../../src/components/Message/MessageItemView/MessageContent.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkB,MAAM,OAAO,CAAC;AACvC,OAAO,EAAE,UAAU,EAA0C,MAAM,cAAc,CAAC;AAOlF,OAAO,EACL,mBAAmB,EAEpB,MAAM,iDAAiD,CAAC;AAEzD,OAAO,EACL,oBAAoB,EAErB,MAAM,mDAAmD,CAAC;AAE3D,OAAO,EACL,uBAAuB,EAExB,MAAM,yDAAyD,CAAC;AA+BjE,MAAM,MAAM,8BAA8B,GAAG,IAAI,CAC/C,mBAAmB,EACjB,WAAW,GACX,aAAa,GACb,aAAa,GACb,aAAa,GACb,SAAS,GACT,qBAAqB,GACrB,aAAa,GACb,SAAS,GACT,WAAW,GACX,kBAAkB,GAClB,cAAc,GACd,YAAY,GACZ,sBAAsB,CACzB,GACC,IAAI,CACF,oBAAoB,EAClB,0BAA0B,GAC1B,6BAA6B,GAC7B,mBAAmB,GACnB,gBAAgB,CACnB,GACD,IAAI,CAAC,uBAAuB,EAAE,GAAG,CAAC,GAAG;IACnC;;OAEG;IACH,eAAe,CAAC,EAAE,UAAU,CAAC;IAC7B;;OAEG;IACH,iBAAiB,CAAC,EAAE,OAAO,CAAC;IAC5B;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB;;OAEG;IACH,4BAA4B,CAAC,EAAE,OAAO,CAAC;IAEvC;;OAEG;IACH,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,qBAAqB,CAAC,EAAE,OAAO,CAAC;IAChC,iBAAiB,CAAC,EAAE,OAAO,CAAC;CAC7B,CAAC;AA+cJ,MAAM,MAAM,mBAAmB,GAAG,OAAO,CAAC,8BAA8B,CAAC,CAAC;AAE1E;;GAEG;AACH,eAAO,MAAM,cAAc,GAAI,OAAO,mBAAmB,sBA2FxD,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"MessageFooter.d.ts","sourceRoot":"","sources":["../../../../../src/components/Message/MessageItemView/MessageFooter.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkB,MAAM,OAAO,CAAC;AAGvC,OAAO,KAAK,EAAE,UAAU,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAE5D,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,iDAAiD,CAAC;AAE3F,OAAO,EACL,SAAS,EAGV,MAAM,iDAAiD,CAAC;AASzD,KAAK,2BAA2B,GAAG;IACjC,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CAC/B,CAAC;AAwIF,MAAM,MAAM,kBAAkB,GAAG,OAAO,CAAC,IAAI,CAAC,mBAAmB,EAAE,SAAS,CAAC,CAAC,GAC5E,2BAA2B,GAAG;IAC5B,SAAS,CAAC,EAAE,SAAS,CAAC;IACtB,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B,OAAO,CAAC,EAAE,YAAY,CAAC;IACvB,gBAAgB,CAAC,EAAE,UAAU,EAAE,CAAC;IAChC,iBAAiB,CAAC,EAAE,OAAO,CAAC;CAC7B,CAAC;AAEJ,eAAO,MAAM,aAAa,GAAI,OAAO,kBAAkB,sBAiBtD,CAAC"}
1
+ {"version":3,"file":"MessageFooter.d.ts","sourceRoot":"","sources":["../../../../../src/components/Message/MessageItemView/MessageFooter.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkB,MAAM,OAAO,CAAC;AAGvC,OAAO,KAAK,EAAE,UAAU,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAE5D,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,iDAAiD,CAAC;AAE3F,OAAO,EACL,SAAS,EAGV,MAAM,iDAAiD,CAAC;AASzD,KAAK,2BAA2B,GAAG;IACjC,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CAC/B,CAAC;AA6IF,MAAM,MAAM,kBAAkB,GAAG,OAAO,CAAC,IAAI,CAAC,mBAAmB,EAAE,SAAS,CAAC,CAAC,GAC5E,2BAA2B,GAAG;IAC5B,SAAS,CAAC,EAAE,SAAS,CAAC;IACtB,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B,OAAO,CAAC,EAAE,YAAY,CAAC;IACvB,gBAAgB,CAAC,EAAE,UAAU,EAAE,CAAC;IAChC,iBAAiB,CAAC,EAAE,OAAO,CAAC;CAC7B,CAAC;AAEJ,eAAO,MAAM,aAAa,GAAI,OAAO,kBAAkB,sBAiBtD,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"MessageStatus.d.ts","sourceRoot":"","sources":["../../../../../src/components/Message/MessageItemView/MessageStatus.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkB,MAAM,OAAO,CAAC;AAIvC,OAAO,EACL,mBAAmB,EAEpB,MAAM,iDAAiD,CAAC;AASzD,MAAM,MAAM,6BAA6B,GAAG,IAAI,CAC9C,mBAAmB,EACnB,kBAAkB,GAAG,SAAS,GAAG,QAAQ,CAC1C,CAAC;AAqGF,MAAM,MAAM,kBAAkB,GAAG,OAAO,CAAC,6BAA6B,CAAC,CAAC;AAExE,eAAO,MAAM,aAAa;YAAW,kBAAkB;;CAkBtD,CAAC"}
1
+ {"version":3,"file":"MessageStatus.d.ts","sourceRoot":"","sources":["../../../../../src/components/Message/MessageItemView/MessageStatus.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkB,MAAM,OAAO,CAAC;AAKvC,OAAO,EACL,mBAAmB,EAEpB,MAAM,iDAAiD,CAAC;AAUzD,MAAM,MAAM,6BAA6B,GAAG,IAAI,CAC9C,mBAAmB,EACnB,kBAAkB,GAAG,SAAS,GAAG,QAAQ,CAC1C,CAAC;AAgGF,MAAM,MAAM,kBAAkB,GAAG,OAAO,CAAC,6BAA6B,CAAC,CAAC;AAExE,eAAO,MAAM,aAAa;YAAW,kBAAkB;;CAkBtD,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"ReactionListClustered.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Message/MessageItemView/ReactionList/ReactionListClustered.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkB,MAAM,OAAO,CAAC;AACvC,OAAO,EAAE,SAAS,EAAoB,SAAS,EAAE,MAAM,cAAc,CAAC;AAItE,OAAO,EACL,mBAAmB,EAEpB,MAAM,oDAAoD,CAAC;AAC5D,OAAO,EACL,oBAAoB,EAErB,MAAM,sDAAsD,CAAC;AAuB9D,MAAM,MAAM,qCAAqC,GAAG,OAAO,CACzD,IAAI,CACF,mBAAmB,EACnB,cAAc,GAAG,SAAS,GAAG,WAAW,GAAG,cAAc,GAAG,WAAW,GAAG,sBAAsB,CACjG,CACF,GACC,OAAO,CAAC,IAAI,CAAC,oBAAoB,EAAE,oBAAoB,CAAC,CAAC,GAAG;IAC1D,cAAc,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IACtC,kBAAkB,CAAC,EAAE,MAAM,CAAC;CAC7B,CAAC;AAEJ,eAAO,MAAM,gCAAgC,GAAI,OAAO,qCAAqC,6BAiF5F,CAAC;AAqCF,MAAM,MAAM,0BAA0B,GAAG,OAAO,CAAC,qCAAqC,CAAC,CAAC;AAExF,eAAO,MAAM,qBAAqB,GAAI,OAAO,0BAA0B,sBAmBtE,CAAC"}
1
+ {"version":3,"file":"ReactionListClustered.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Message/MessageItemView/ReactionList/ReactionListClustered.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA4B,MAAM,OAAO,CAAC;AACjD,OAAO,EAAE,SAAS,EAAoB,SAAS,EAAE,MAAM,cAAc,CAAC;AAKtE,OAAO,EACL,mBAAmB,EAEpB,MAAM,oDAAoD,CAAC;AAC5D,OAAO,EACL,oBAAoB,EAErB,MAAM,sDAAsD,CAAC;AAwB9D,MAAM,MAAM,qCAAqC,GAAG,OAAO,CACzD,IAAI,CACF,mBAAmB,EACnB,cAAc,GAAG,SAAS,GAAG,WAAW,GAAG,cAAc,GAAG,WAAW,GAAG,sBAAsB,CACjG,CACF,GACC,OAAO,CAAC,IAAI,CAAC,oBAAoB,EAAE,oBAAoB,CAAC,CAAC,GAAG;IAC1D,cAAc,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IACtC,kBAAkB,CAAC,EAAE,MAAM,CAAC;CAC7B,CAAC;AAEJ,eAAO,MAAM,gCAAgC,GAAI,OAAO,qCAAqC,6BA6F5F,CAAC;AAqCF,MAAM,MAAM,0BAA0B,GAAG,OAAO,CAAC,qCAAqC,CAAC,CAAC;AAExF,eAAO,MAAM,qBAAqB,GAAI,OAAO,0BAA0B,sBAmBtE,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"ReactionListItem.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Message/MessageItemView/ReactionList/ReactionListItem.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkB,MAAM,OAAO,CAAC;AAKvC,OAAO,EAAE,mBAAmB,EAAE,MAAM,oDAAoD,CAAC;AACzF,OAAO,EAAE,oBAAoB,EAAE,MAAM,sDAAsD,CAAC;AAS5F,OAAO,EAAE,eAAe,EAAE,MAAM,iCAAiC,CAAC;AAelE,MAAM,MAAM,qBAAqB,GAAG,OAAO,CACzC,IAAI,CACF,mBAAmB,EACjB,gBAAgB,GAChB,aAAa,GACb,SAAS,GACT,WAAW,GACX,cAAc,GACd,sBAAsB,CACzB,CACF,GACC,OAAO,CAAC,IAAI,CAAC,oBAAoB,EAAE,oBAAoB,CAAC,CAAC,GAAG;IAC1D,QAAQ,EAAE,eAAe,CAAC;IAC1B,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB,CAAC;AAEJ,eAAO,MAAM,gBAAgB,GAAI,OAAO,qBAAqB,sBA8E5D,CAAC;AAEF,MAAM,MAAM,0BAA0B,GAAG,OAAO,CAC9C,IAAI,CACF,mBAAmB,EACnB,aAAa,GAAG,SAAS,GAAG,WAAW,GAAG,cAAc,GAAG,sBAAsB,CAClF,CACF,GAAG;IACF,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,KAAK,EAAE,MAAM,CAAC;CACf,CAAC;AAEF,eAAO,MAAM,qBAAqB,GAAI,OAAO,0BAA0B,6BA2DtE,CAAC"}
1
+ {"version":3,"file":"ReactionListItem.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Message/MessageItemView/ReactionList/ReactionListItem.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkB,MAAM,OAAO,CAAC;AAMvC,OAAO,EAAE,mBAAmB,EAAE,MAAM,oDAAoD,CAAC;AACzF,OAAO,EAAE,oBAAoB,EAAE,MAAM,sDAAsD,CAAC;AAU5F,OAAO,EAAE,eAAe,EAAE,MAAM,iCAAiC,CAAC;AAelE,MAAM,MAAM,qBAAqB,GAAG,OAAO,CACzC,IAAI,CACF,mBAAmB,EACjB,gBAAgB,GAChB,aAAa,GACb,SAAS,GACT,WAAW,GACX,cAAc,GACd,sBAAsB,CACzB,CACF,GACC,OAAO,CAAC,IAAI,CAAC,oBAAoB,EAAE,oBAAoB,CAAC,CAAC,GAAG;IAC1D,QAAQ,EAAE,eAAe,CAAC;IAC1B,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB,CAAC;AAEJ,eAAO,MAAM,gBAAgB,GAAI,OAAO,qBAAqB,sBAgF5D,CAAC;AAEF,MAAM,MAAM,0BAA0B,GAAG,OAAO,CAC9C,IAAI,CACF,mBAAmB,EACnB,aAAa,GAAG,SAAS,GAAG,WAAW,GAAG,cAAc,GAAG,sBAAsB,CAClF,CACF,GAAG;IACF,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,KAAK,EAAE,MAAM,CAAC;CACf,CAAC;AAEF,eAAO,MAAM,qBAAqB,GAAI,OAAO,0BAA0B,6BA2DtE,CAAC"}
@@ -14,5 +14,5 @@ export type MessageOverlayWrapperProps = PropsWithChildren<{
14
14
  * Wraps the primary message overlay target so the active message can be teleported
15
15
  * into the overlay host while a placeholder preserves its original layout space.
16
16
  */
17
- export declare const MessageOverlayWrapper: ({ children, targetId, testID, }: MessageOverlayWrapperProps) => string | number | bigint | boolean | Iterable<React.ReactNode> | Promise<string | number | bigint | boolean | React.ReactPortal | React.ReactElement<unknown, string | React.JSXElementConstructor<any>> | Iterable<React.ReactNode> | null | undefined> | React.JSX.Element | null | undefined;
17
+ export declare const MessageOverlayWrapper: ({ children, targetId, testID, }: MessageOverlayWrapperProps) => string | number | bigint | boolean | React.JSX.Element | Iterable<React.ReactNode> | Promise<string | number | bigint | boolean | React.ReactPortal | React.ReactElement<unknown, string | React.JSXElementConstructor<any>> | Iterable<React.ReactNode> | null | undefined> | null | undefined;
18
18
  //# sourceMappingURL=MessageOverlayWrapper.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"useMessageActionHandlers.d.ts","sourceRoot":"","sources":["../../../../../src/components/Message/hooks/useMessageActionHandlers.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAI3C,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,iDAAiD,CAAC;AAC3F,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,2CAA2C,CAAC;AAClF,OAAO,EAAE,8BAA8B,EAAE,MAAM,oEAAoE,CAAC;AACpH,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,iDAAiD,CAAC;AAC3F,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,mDAAmD,CAAC;AA8B9F,eAAO,MAAM,2BAA2B,GAAI,CAAC,SAAS,OAAO,EAAE,EAC7D,UAAU,CAAC,GAAG,IAAI,EAAE,CAAC,KAAK,IAAI,+CAK/B,CAAC;AAEF,eAAO,MAAM,wBAAwB,GAAI,iIAUtC,IAAI,CACL,oBAAoB,EACpB,cAAc,GAAG,eAAe,GAAG,gBAAgB,GAAG,kBAAkB,GAAG,oBAAoB,CAChG,GACC,IAAI,CAAC,mBAAmB,EAAE,SAAS,GAAG,uBAAuB,CAAC,GAC9D,IAAI,CAAC,gBAAgB,EAAE,QAAQ,CAAC,GAChC,IAAI,CAAC,mBAAmB,EAAE,SAAS,CAAC,GACpC,IAAI,CAAC,8BAA8B,EAAE,iBAAiB,GAAG,kBAAkB,CAAC;;;;;;;;;;;;;;CA4S7E,CAAC"}
1
+ {"version":3,"file":"useMessageActionHandlers.d.ts","sourceRoot":"","sources":["../../../../../src/components/Message/hooks/useMessageActionHandlers.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAK3C,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,iDAAiD,CAAC;AAC3F,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,2CAA2C,CAAC;AAClF,OAAO,EAAE,8BAA8B,EAAE,MAAM,oEAAoE,CAAC;AACpH,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,iDAAiD,CAAC;AAE3F,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,mDAAmD,CAAC;AA8B9F,eAAO,MAAM,2BAA2B,GAAI,CAAC,SAAS,OAAO,EAAE,EAC7D,UAAU,CAAC,GAAG,IAAI,EAAE,CAAC,KAAK,IAAI,+CAK/B,CAAC;AAEF,eAAO,MAAM,wBAAwB,GAAI,iIAUtC,IAAI,CACL,oBAAoB,EACpB,cAAc,GAAG,eAAe,GAAG,gBAAgB,GAAG,kBAAkB,GAAG,oBAAoB,CAChG,GACC,IAAI,CAAC,mBAAmB,EAAE,SAAS,GAAG,uBAAuB,CAAC,GAC9D,IAAI,CAAC,gBAAgB,EAAE,QAAQ,CAAC,GAChC,IAAI,CAAC,mBAAmB,EAAE,SAAS,CAAC,GACpC,IAAI,CAAC,8BAA8B,EAAE,iBAAiB,GAAG,kBAAkB,CAAC;;;;;;;;;;;;;;CAiT7E,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"Poll.d.ts","sourceRoot":"","sources":["../../../../src/components/Poll/Poll.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkB,MAAM,OAAO,CAAC;AAavC,OAAO,EAEL,gBAAgB,EAGjB,MAAM,gBAAgB,CAAC;AAOxB,MAAM,MAAM,SAAS,GAAG,IAAI,CAAC,gBAAgB,EAAE,MAAM,GAAG,SAAS,CAAC,CAAC;AAEnE,MAAM,MAAM,gBAAgB,GAAG,MAAM,CAAC,MAAM,EAAE,KAAK,CAAC,CAAC;AAErD,eAAO,MAAM,UAAU,yBAgCtB,CAAC;AAEF,eAAO,MAAM,WAAW,yBA8CvB,CAAC;AAEF,eAAO,MAAM,IAAI,GAAI,mBAAmB,SAAS,sBAchD,CAAC"}
1
+ {"version":3,"file":"Poll.d.ts","sourceRoot":"","sources":["../../../../src/components/Poll/Poll.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkB,MAAM,OAAO,CAAC;AAUvC,OAAO,EAEL,gBAAgB,EAGjB,MAAM,gBAAgB,CAAC;AAMxB,MAAM,MAAM,SAAS,GAAG,IAAI,CAAC,gBAAgB,EAAE,MAAM,GAAG,SAAS,CAAC,CAAC;AAEnE,MAAM,MAAM,gBAAgB,GAAG,MAAM,CAAC,MAAM,EAAE,KAAK,CAAC,CAAC;AAErD,eAAO,MAAM,UAAU,yBAgCtB,CAAC;AAEF,eAAO,MAAM,WAAW,yBA0BvB,CAAC;AAEF,eAAO,MAAM,IAAI,GAAI,mBAAmB,SAAS,sBAchD,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"Reply.d.ts","sourceRoot":"","sources":["../../../../src/components/Reply/Reply.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkB,MAAM,OAAO,CAAC;AACvC,OAAO,EAGL,UAAU,EAIV,SAAS,EAET,SAAS,EACV,MAAM,cAAc,CAAC;AAatB,OAAO,EACL,mBAAmB,EAEpB,MAAM,8CAA8C,CAAC;AAEtD,OAAO,EAAE,oBAAoB,EAAE,MAAM,gDAAgD,CAAC;AA+DtF,MAAM,MAAM,qBAAqB,GAAG;IAAE,cAAc,EAAE,KAAK,CAAC,aAAa,CAAC,UAAU,CAAC,CAAA;CAAE,GAAG,IAAI,CAC5F,mBAAmB,EACnB,SAAS,CACV,GACC,IAAI,CAAC,oBAAoB,EAAE,eAAe,CAAC,GAAG;IAC5C,WAAW,EAAE,OAAO,CAAC;IACrB,SAAS,CAAC,EAAE,MAAM,IAAI,CAAC;IACvB,IAAI,EAAE,OAAO,GAAG,MAAM,CAAC;IAEvB,MAAM,CAAC,EAAE;QACP,SAAS,CAAC,EAAE,SAAS,CAAC;QACtB,aAAa,CAAC,EAAE,SAAS,CAAC;QAC1B,cAAc,CAAC,EAAE,SAAS,CAAC;QAC3B,KAAK,CAAC,EAAE,SAAS,CAAC;QAClB,iBAAiB,CAAC,EAAE,SAAS,CAAC;QAC9B,cAAc,CAAC,EAAE,SAAS,CAAC;KAC5B,CAAC;CACH,CAAC;AAEJ,eAAO,MAAM,gBAAgB,GAAI,OAAO,qBAAqB,6BAqE5D,CAAC;AAmDF,eAAO,MAAM,aAAa,EAA6C,OAAO,gBAAgB,CAAC;AAE/F,MAAM,MAAM,UAAU,GAAG,OAAO,CAAC,qBAAqB,CAAC,GACrD,IAAI,CAAC,qBAAqB,EAAE,MAAM,GAAG,WAAW,CAAC,CAAC;AAEpD,eAAO,MAAM,KAAK,GAAI,OAAO,UAAU,sBA0BtC,CAAC"}
1
+ {"version":3,"file":"Reply.d.ts","sourceRoot":"","sources":["../../../../src/components/Reply/Reply.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkB,MAAM,OAAO,CAAC;AACvC,OAAO,EAGL,UAAU,EAIV,SAAS,EAET,SAAS,EACV,MAAM,cAAc,CAAC;AActB,OAAO,EACL,mBAAmB,EAEpB,MAAM,8CAA8C,CAAC;AAEtD,OAAO,EAAE,oBAAoB,EAAE,MAAM,gDAAgD,CAAC;AAiEtF,MAAM,MAAM,qBAAqB,GAAG;IAAE,cAAc,EAAE,KAAK,CAAC,aAAa,CAAC,UAAU,CAAC,CAAA;CAAE,GAAG,IAAI,CAC5F,mBAAmB,EACnB,SAAS,CACV,GACC,IAAI,CAAC,oBAAoB,EAAE,eAAe,CAAC,GAAG;IAC5C,WAAW,EAAE,OAAO,CAAC;IACrB,SAAS,CAAC,EAAE,MAAM,IAAI,CAAC;IACvB,IAAI,EAAE,OAAO,GAAG,MAAM,CAAC;IAEvB,MAAM,CAAC,EAAE;QACP,SAAS,CAAC,EAAE,SAAS,CAAC;QACtB,aAAa,CAAC,EAAE,SAAS,CAAC;QAC1B,cAAc,CAAC,EAAE,SAAS,CAAC;QAC3B,KAAK,CAAC,EAAE,SAAS,CAAC;QAClB,iBAAiB,CAAC,EAAE,SAAS,CAAC;QAC9B,cAAc,CAAC,EAAE,SAAS,CAAC;KAC5B,CAAC;CACH,CAAC;AAEJ,eAAO,MAAM,gBAAgB,GAAI,OAAO,qBAAqB,6BAqE5D,CAAC;AAmDF,eAAO,MAAM,aAAa,EAA6C,OAAO,gBAAgB,CAAC;AAE/F,MAAM,MAAM,UAAU,GAAG,OAAO,CAAC,qBAAqB,CAAC,GACrD,IAAI,CAAC,qBAAqB,EAAE,MAAM,GAAG,WAAW,CAAC,CAAC;AAuCpD,eAAO,MAAM,KAAK,GAAI,OAAO,UAAU,sBAqCtC,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"ChannelAvatar.d.ts","sourceRoot":"","sources":["../../../../../src/components/ui/Avatar/ChannelAvatar.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkB,MAAM,OAAO,CAAC;AAEvC,OAAO,EAAE,OAAO,EAAgB,MAAM,aAAa,CAAC;AAapD,MAAM,MAAM,kBAAkB,GAAG;IAC/B,OAAO,EAAE,OAAO,CAAC;IACjB,mBAAmB,CAAC,EAAE,OAAO,CAAC;IAC9B,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,KAAK,CAAC;IAC3B,UAAU,CAAC,EAAE,OAAO,CAAC;CACtB,CAAC;AAEF,eAAO,MAAM,aAAa,GAAI,OAAO,kBAAkB,sBAyDtD,CAAC"}
1
+ {"version":3,"file":"ChannelAvatar.d.ts","sourceRoot":"","sources":["../../../../../src/components/ui/Avatar/ChannelAvatar.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkB,MAAM,OAAO,CAAC;AAEvC,OAAO,EAAE,OAAO,EAAgB,MAAM,aAAa,CAAC;AAepD,MAAM,MAAM,kBAAkB,GAAG;IAC/B,OAAO,EAAE,OAAO,CAAC;IACjB,mBAAmB,CAAC,EAAE,OAAO,CAAC;IAC9B,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,KAAK,CAAC;IAC3B,UAAU,CAAC,EAAE,OAAO,CAAC;CACtB,CAAC;AAEF,eAAO,MAAM,aAAa,GAAI,OAAO,kBAAkB,sBAiEtD,CAAC"}
@@ -4,6 +4,11 @@ export type BadgeNotificationProps = {
4
4
  count: number;
5
5
  size: 'sm' | 'xs';
6
6
  testID?: string;
7
+ /**
8
+ * Optional accessibility label override. When provided, screen readers
9
+ * announce this string instead of the bare count.
10
+ */
11
+ accessibilityLabel?: string;
7
12
  };
8
13
  export declare const BadgeNotification: (props: BadgeNotificationProps) => React.JSX.Element;
9
14
  //# sourceMappingURL=BadgeNotification.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"BadgeNotification.d.ts","sourceRoot":"","sources":["../../../../../src/components/ui/Badge/BadgeNotification.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkB,MAAM,OAAO,CAAC;AAMvC,MAAM,MAAM,sBAAsB,GAAG;IACnC,IAAI,CAAC,EAAE,SAAS,GAAG,OAAO,GAAG,SAAS,CAAC;IACvC,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,IAAI,GAAG,IAAI,CAAC;IAClB,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB,CAAC;AAwBF,eAAO,MAAM,iBAAiB,GAAI,OAAO,sBAAsB,sBAsB9D,CAAC"}
1
+ {"version":3,"file":"BadgeNotification.d.ts","sourceRoot":"","sources":["../../../../../src/components/ui/Badge/BadgeNotification.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkB,MAAM,OAAO,CAAC;AAMvC,MAAM,MAAM,sBAAsB,GAAG;IACnC,IAAI,CAAC,EAAE,SAAS,GAAG,OAAO,GAAG,SAAS,CAAC;IACvC,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,IAAI,GAAG,IAAI,CAAC;IAClB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;;OAGG;IACH,kBAAkB,CAAC,EAAE,MAAM,CAAC;CAC7B,CAAC;AAwBF,eAAO,MAAM,iBAAiB,GAAI,OAAO,sBAAsB,sBA0B9D,CAAC"}
@@ -1,8 +1,8 @@
1
1
  import type { LocalMessage, MessageResponse, TranslationLanguages } from 'stream-chat';
2
2
  export declare const useTranslatedMessage: (message?: LocalMessage | MessageResponse) => {
3
+ id: string;
3
4
  html?: string | undefined;
4
5
  text?: string | undefined;
5
- id: string;
6
6
  attachments?: import("stream-chat").Attachment[] | undefined;
7
7
  mml?: string | undefined;
8
8
  parent_id?: string | undefined;
@@ -253,28 +253,43 @@
253
253
  "a11y/AI is generating": "AI is generating",
254
254
  "a11y/AI is thinking": "AI is thinking",
255
255
  "a11y/Avatar of {{name}}": "Avatar of {{name}}",
256
+ "a11y/Channel with {{count}} members": "قناة بها {{count}} أعضاء",
256
257
  "a11y/Connected": "Connected",
257
- "a11y/Delivered": "Delivered",
258
+ "a11y/Delivered": "تم التسليم",
259
+ "a11y/Delivered, sent by you": "تم التسليم، مُرسلة منك",
260
+ "a11y/Direct chat with {{name}}": "محادثة مباشرة مع {{name}}",
261
+ "a11y/Double tap to open": "انقر مرتين للفتح",
262
+ "a11y/Double tap to view reactions": "انقر مرتين لعرض التفاعلات",
263
+ "a11y/Editing message": "تعديل الرسالة",
264
+ "a11y/Editing message: {{text}}": "تعديل الرسالة: {{text}}",
265
+ "a11y/Last message {{date}}": "آخر رسالة {{date}}",
258
266
  "a11y/Loading": "Loading",
259
267
  "a11y/Loading failed": "Loading failed",
260
268
  "a11y/Message actions": "Message actions",
269
+ "a11y/Muted": "مكتوم",
261
270
  "a11y/New message from {{user}}": "New message from {{user}}",
262
271
  "a11y/Offline": "Offline",
263
272
  "a11y/Open message actions": "Open message actions",
264
273
  "a11y/Reaction {{emoji}} by {{count}} users": "Reaction {{emoji}} by {{count}} users",
265
- "a11y/Read": "Read",
274
+ "a11y/Read": "مقروءة",
275
+ "a11y/Read, sent by you": "مقروءة، مُرسلة منك",
266
276
  "a11y/Reconnecting": "Reconnecting",
267
277
  "a11y/Reply to {{user}}": "Reply to {{user}}",
268
278
  "a11y/Remove edit": "Remove edit",
269
279
  "a11y/Remove reply": "Remove reply",
280
+ "a11y/Replying to {{user}}": "الرد على {{user}}",
281
+ "a11y/Replying to {{user}}: {{text}}": "الرد على {{user}}: {{text}}",
270
282
  "a11y/Scroll to bottom": "Scroll to bottom",
271
283
  "a11y/Scroll to bottom, {{count}} new messages": "Scroll to bottom, {{count}} new messages",
272
284
  "a11y/Scroll to latest": "Scroll to latest",
273
285
  "a11y/Scroll to latest, {{count}} unread": "Scroll to latest, {{count}} unread",
274
286
  "a11y/Send message": "Send message",
275
287
  "a11y/Sending": "Sending",
276
- "a11y/Sent": "Sent",
288
+ "a11y/Sent": "مُرسلة",
289
+ "a11y/Sent by you": "مُرسلة منك",
277
290
  "a11y/Voice message recording. Hold to record.": "Voice message recording. Hold to record.",
291
+ "a11y/and {{count}} more reactions": "و{{count}} تفاعلات أخرى",
292
+ "a11y/you reacted": "تفاعلت",
278
293
  "a11y/{{count}} new messages": "{{count}} new messages",
279
294
  "a11y/Add attachment": "Add attachment",
280
295
  "a11y/Close attachments": "Close attachments",
@@ -352,12 +367,9 @@
352
367
  "size limit": "حد الحجم",
353
368
  "unknown error": "خطأ غير معروف",
354
369
  "unsupported file type": "نوع ملف غير مدعوم",
355
- "a11y/Activate to view results": "فعّل لعرض النتائج",
356
- "a11y/End vote": "إنهاء التصويت",
357
- "a11y/Show all options": "إظهار جميع الخيارات",
358
- "a11y/Vote on {{option}}": "صوّت على {{option}}",
359
370
  "a11y/Double tap and hold to activate contextual menu": "انقر نقرًا مزدوجًا مع الاستمرار لتفعيل قائمة السياق",
360
371
  "a11y/Swipe right to go through different actions": "اسحب لليمين للتنقل بين الإجراءات المختلفة",
361
372
  "a11y/Close": "Close",
362
- "a11y/Bottom sheet opened. Activate the close action or use the escape gesture to dismiss.": "Bottom sheet opened. Activate the close action or use the escape gesture to dismiss."
373
+ "a11y/Bottom sheet opened. Activate the close action or use the escape gesture to dismiss.": "Bottom sheet opened. Activate the close action or use the escape gesture to dismiss.",
374
+ "a11y/{{count}} unread messages": "{{count}} رسائل غير مقروءة"
363
375
  }
@@ -253,20 +253,32 @@
253
253
  "a11y/AI is generating": "AI is generating",
254
254
  "a11y/AI is thinking": "AI is thinking",
255
255
  "a11y/Avatar of {{name}}": "Avatar of {{name}}",
256
+ "a11y/Channel with {{count}} members": "Channel with {{count}} members",
256
257
  "a11y/Connected": "Connected",
257
258
  "a11y/Delivered": "Delivered",
259
+ "a11y/Delivered, sent by you": "Delivered, sent by you",
260
+ "a11y/Direct chat with {{name}}": "Direct chat with {{name}}",
261
+ "a11y/Double tap to open": "Double tap to open",
262
+ "a11y/Double tap to view reactions": "Double tap to view reactions",
263
+ "a11y/Editing message": "Editing message",
264
+ "a11y/Editing message: {{text}}": "Editing message: {{text}}",
265
+ "a11y/Last message {{date}}": "Last message {{date}}",
258
266
  "a11y/Loading": "Loading",
259
267
  "a11y/Loading failed": "Loading failed",
260
268
  "a11y/Message actions": "Message actions",
269
+ "a11y/Muted": "Muted",
261
270
  "a11y/New message from {{user}}": "New message from {{user}}",
262
271
  "a11y/Offline": "Offline",
263
272
  "a11y/Open message actions": "Open message actions",
264
273
  "a11y/Reaction {{emoji}} by {{count}} users": "Reaction {{emoji}} by {{count}} users",
265
274
  "a11y/Read": "Read",
275
+ "a11y/Read, sent by you": "Read, sent by you",
266
276
  "a11y/Reconnecting": "Reconnecting",
267
277
  "a11y/Reply to {{user}}": "Reply to {{user}}",
268
278
  "a11y/Remove edit": "Remove edit",
269
279
  "a11y/Remove reply": "Remove reply",
280
+ "a11y/Replying to {{user}}": "Replying to {{user}}",
281
+ "a11y/Replying to {{user}}: {{text}}": "Replying to {{user}}: {{text}}",
270
282
  "a11y/Scroll to bottom": "Scroll to bottom",
271
283
  "a11y/Scroll to bottom, {{count}} new messages": "Scroll to bottom, {{count}} new messages",
272
284
  "a11y/Scroll to latest": "Scroll to latest",
@@ -274,7 +286,10 @@
274
286
  "a11y/Send message": "Send message",
275
287
  "a11y/Sending": "Sending",
276
288
  "a11y/Sent": "Sent",
289
+ "a11y/Sent by you": "Sent by you",
277
290
  "a11y/Voice message recording. Hold to record.": "Voice message recording. Hold to record.",
291
+ "a11y/and {{count}} more reactions": "and {{count}} more reactions",
292
+ "a11y/you reacted": "you reacted",
278
293
  "a11y/{{count}} new messages": "{{count}} new messages",
279
294
  "a11y/Add attachment": "Add attachment",
280
295
  "a11y/Close attachments": "Close attachments",
@@ -308,14 +323,10 @@
308
323
  "a11y/Stop voice recording": "Stop voice recording",
309
324
  "a11y/Notifications": "Notifications",
310
325
  "a11y/Dismiss notification": "Dismiss notification",
311
- "a11y/Activate to view results": "Activate to view results",
312
326
  "a11y/Bottom sheet opened. Activate the close action or use the escape gesture to dismiss.": "Bottom sheet opened. Activate the close action or use the escape gesture to dismiss.",
313
327
  "a11y/Close": "Close",
314
328
  "a11y/Double tap and hold to activate contextual menu": "Double tap and hold to activate contextual menu",
315
- "a11y/End vote": "End vote",
316
- "a11y/Show all options": "Show all options",
317
329
  "a11y/Swipe right to go through different actions": "Swipe right to go through different actions",
318
- "a11y/Vote on {{option}}": "Vote on {{option}}",
319
330
  "Attachment upload blocked due to {{reason}}": "Attachment upload blocked due to {{reason}}",
320
331
  "Attachment upload failed due to {{reason}}": "Attachment upload failed due to {{reason}}",
321
332
  "Command not available": "Command not available",
@@ -359,5 +370,6 @@
359
370
  "{{ user }} has been unmuted": "{{ user }} has been unmuted",
360
371
  "size limit": "size limit",
361
372
  "unknown error": "unknown error",
362
- "unsupported file type": "unsupported file type"
373
+ "unsupported file type": "unsupported file type",
374
+ "a11y/{{count}} unread messages": "{{count}} unread messages"
363
375
  }
@@ -253,20 +253,32 @@
253
253
  "a11y/AI is generating": "La IA está generando",
254
254
  "a11y/AI is thinking": "La IA está pensando",
255
255
  "a11y/Avatar of {{name}}": "Avatar de {{name}}",
256
+ "a11y/Channel with {{count}} members": "Canal con {{count}} miembros",
256
257
  "a11y/Connected": "Conectado",
257
258
  "a11y/Delivered": "Entregado",
259
+ "a11y/Delivered, sent by you": "Entregado, enviado por ti",
260
+ "a11y/Direct chat with {{name}}": "Chat directo con {{name}}",
261
+ "a11y/Double tap to open": "Toca dos veces para abrir",
262
+ "a11y/Double tap to view reactions": "Toca dos veces para ver las reacciones",
263
+ "a11y/Editing message": "Editando mensaje",
264
+ "a11y/Editing message: {{text}}": "Editando mensaje: {{text}}",
265
+ "a11y/Last message {{date}}": "Último mensaje {{date}}",
258
266
  "a11y/Loading": "Cargando",
259
267
  "a11y/Loading failed": "Error al cargar",
260
268
  "a11y/Message actions": "Acciones del mensaje",
269
+ "a11y/Muted": "Silenciado",
261
270
  "a11y/New message from {{user}}": "Nuevo mensaje de {{user}}",
262
271
  "a11y/Offline": "Sin conexión",
263
272
  "a11y/Open message actions": "Abrir acciones del mensaje",
264
273
  "a11y/Reaction {{emoji}} by {{count}} users": "Reacción {{emoji}} de {{count}} usuarios",
265
274
  "a11y/Read": "Leído",
275
+ "a11y/Read, sent by you": "Leído, enviado por ti",
266
276
  "a11y/Reconnecting": "Reconectando",
267
277
  "a11y/Reply to {{user}}": "Responder a {{user}}",
268
278
  "a11y/Remove edit": "Eliminar edición",
269
279
  "a11y/Remove reply": "Eliminar respuesta",
280
+ "a11y/Replying to {{user}}": "Respondiendo a {{user}}",
281
+ "a11y/Replying to {{user}}: {{text}}": "Respondiendo a {{user}}: {{text}}",
270
282
  "a11y/Scroll to bottom": "Ir al final",
271
283
  "a11y/Scroll to bottom, {{count}} new messages": "Ir al final, {{count}} mensajes nuevos",
272
284
  "a11y/Scroll to latest": "Ir al último mensaje",
@@ -274,7 +286,10 @@
274
286
  "a11y/Send message": "Enviar mensaje",
275
287
  "a11y/Sending": "Enviando",
276
288
  "a11y/Sent": "Enviado",
289
+ "a11y/Sent by you": "Enviado por ti",
277
290
  "a11y/Voice message recording. Hold to record.": "Grabación de mensaje de voz. Mantén pulsado para grabar.",
291
+ "a11y/and {{count}} more reactions": "y {{count}} reacciones más",
292
+ "a11y/you reacted": "tú reaccionaste",
278
293
  "a11y/{{count}} new messages": "{{count}} mensajes nuevos",
279
294
  "a11y/Add attachment": "Add attachment",
280
295
  "a11y/Close attachments": "Close attachments",
@@ -352,12 +367,9 @@
352
367
  "size limit": "límite de tamaño",
353
368
  "unknown error": "error desconocido",
354
369
  "unsupported file type": "tipo de archivo no compatible",
355
- "a11y/Activate to view results": "Activa para ver los resultados",
356
- "a11y/End vote": "Finalizar votación",
357
- "a11y/Show all options": "Mostrar todas las opciones",
358
- "a11y/Vote on {{option}}": "Votar por {{option}}",
359
370
  "a11y/Double tap and hold to activate contextual menu": "Toca dos veces y mantén pulsado para activar el menú contextual",
360
371
  "a11y/Swipe right to go through different actions": "Desliza a la derecha para recorrer las diferentes acciones",
361
372
  "a11y/Close": "Close",
362
- "a11y/Bottom sheet opened. Activate the close action or use the escape gesture to dismiss.": "Bottom sheet opened. Activate the close action or use the escape gesture to dismiss."
373
+ "a11y/Bottom sheet opened. Activate the close action or use the escape gesture to dismiss.": "Bottom sheet opened. Activate the close action or use the escape gesture to dismiss.",
374
+ "a11y/{{count}} unread messages": "{{count}} mensajes sin leer"
363
375
  }
@@ -253,20 +253,32 @@
253
253
  "a11y/AI is generating": "L'IA génère une réponse",
254
254
  "a11y/AI is thinking": "L'IA réfléchit",
255
255
  "a11y/Avatar of {{name}}": "Avatar de {{name}}",
256
+ "a11y/Channel with {{count}} members": "Canal avec {{count}} membres",
256
257
  "a11y/Connected": "Connecté",
257
258
  "a11y/Delivered": "Distribué",
259
+ "a11y/Delivered, sent by you": "Distribué, envoyé par vous",
260
+ "a11y/Direct chat with {{name}}": "Discussion directe avec {{name}}",
261
+ "a11y/Double tap to open": "Appuyez deux fois pour ouvrir",
262
+ "a11y/Double tap to view reactions": "Appuyez deux fois pour voir les réactions",
263
+ "a11y/Editing message": "Modification du message",
264
+ "a11y/Editing message: {{text}}": "Modification du message : {{text}}",
265
+ "a11y/Last message {{date}}": "Dernier message {{date}}",
258
266
  "a11y/Loading": "Chargement",
259
267
  "a11y/Loading failed": "Échec du chargement",
260
268
  "a11y/Message actions": "Actions du message",
269
+ "a11y/Muted": "Mis en sourdine",
261
270
  "a11y/New message from {{user}}": "Nouveau message de {{user}}",
262
271
  "a11y/Offline": "Hors ligne",
263
272
  "a11y/Open message actions": "Ouvrir les actions du message",
264
273
  "a11y/Reaction {{emoji}} by {{count}} users": "Réaction {{emoji}} par {{count}} utilisateurs",
265
274
  "a11y/Read": "Lu",
275
+ "a11y/Read, sent by you": "Lu, envoyé par vous",
266
276
  "a11y/Reconnecting": "Reconnexion",
267
277
  "a11y/Reply to {{user}}": "Répondre à {{user}}",
268
278
  "a11y/Remove edit": "Supprimer la modification",
269
279
  "a11y/Remove reply": "Supprimer la réponse",
280
+ "a11y/Replying to {{user}}": "Réponse à {{user}}",
281
+ "a11y/Replying to {{user}}: {{text}}": "Réponse à {{user}} : {{text}}",
270
282
  "a11y/Scroll to bottom": "Aller en bas",
271
283
  "a11y/Scroll to bottom, {{count}} new messages": "Aller en bas, {{count}} nouveaux messages",
272
284
  "a11y/Scroll to latest": "Aller au dernier message",
@@ -274,7 +286,10 @@
274
286
  "a11y/Send message": "Envoyer le message",
275
287
  "a11y/Sending": "Envoi",
276
288
  "a11y/Sent": "Envoyé",
289
+ "a11y/Sent by you": "Envoyé par vous",
277
290
  "a11y/Voice message recording. Hold to record.": "Enregistrement d'un message vocal. Maintenez appuyé pour enregistrer.",
291
+ "a11y/and {{count}} more reactions": "et {{count}} réactions de plus",
292
+ "a11y/you reacted": "vous avez réagi",
278
293
  "a11y/{{count}} new messages": "{{count}} nouveaux messages",
279
294
  "a11y/Add attachment": "Add attachment",
280
295
  "a11y/Close attachments": "Close attachments",
@@ -352,12 +367,9 @@
352
367
  "size limit": "limite de taille",
353
368
  "unknown error": "erreur inconnue",
354
369
  "unsupported file type": "type de fichier non pris en charge",
355
- "a11y/Activate to view results": "Activer pour voir les résultats",
356
- "a11y/End vote": "Terminer le vote",
357
- "a11y/Show all options": "Afficher toutes les options",
358
- "a11y/Vote on {{option}}": "Voter pour {{option}}",
359
370
  "a11y/Double tap and hold to activate contextual menu": "Appuyez deux fois et maintenez pour activer le menu contextuel",
360
371
  "a11y/Swipe right to go through different actions": "Glissez vers la droite pour parcourir les différentes actions",
361
372
  "a11y/Close": "Close",
362
- "a11y/Bottom sheet opened. Activate the close action or use the escape gesture to dismiss.": "Bottom sheet opened. Activate the close action or use the escape gesture to dismiss."
373
+ "a11y/Bottom sheet opened. Activate the close action or use the escape gesture to dismiss.": "Bottom sheet opened. Activate the close action or use the escape gesture to dismiss.",
374
+ "a11y/{{count}} unread messages": "{{count}} messages non lus"
363
375
  }