@azure/communication-react 1.17.0-alpha-202405150013 → 1.17.0-alpha-202405170014

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 (143) hide show
  1. package/dist/communication-react.d.ts +33 -5
  2. package/dist/dist-cjs/communication-react/{ChatMessageComponentAsRichTextEditBox-BkDaUOJU.js → ChatMessageComponentAsRichTextEditBox-BLFNaheX.js} +9 -3
  3. package/dist/dist-cjs/communication-react/ChatMessageComponentAsRichTextEditBox-BLFNaheX.js.map +1 -0
  4. package/dist/dist-cjs/communication-react/RichTextSendBoxWrapper-BhTpuspw.js +54 -0
  5. package/dist/dist-cjs/communication-react/RichTextSendBoxWrapper-BhTpuspw.js.map +1 -0
  6. package/dist/dist-cjs/communication-react/{index-DJswSfNy.js → index-C9I6Mcil.js} +291 -139
  7. package/dist/dist-cjs/communication-react/index-C9I6Mcil.js.map +1 -0
  8. package/dist/dist-cjs/communication-react/index.js +2 -2
  9. package/dist/dist-esm/acs-ui-common/src/common.d.ts +8 -1
  10. package/dist/dist-esm/acs-ui-common/src/common.js.map +1 -1
  11. package/dist/dist-esm/acs-ui-common/src/index.d.ts +1 -1
  12. package/dist/dist-esm/acs-ui-common/src/index.js.map +1 -1
  13. package/dist/dist-esm/acs-ui-common/src/telemetryVersion.js +1 -1
  14. package/dist/dist-esm/acs-ui-common/src/telemetryVersion.js.map +1 -1
  15. package/dist/dist-esm/calling-component-bindings/src/utils/videoGalleryUtils.js +1 -6
  16. package/dist/dist-esm/calling-component-bindings/src/utils/videoGalleryUtils.js.map +1 -1
  17. package/dist/dist-esm/calling-component-bindings/src/videoGallerySelector.js +1 -1
  18. package/dist/dist-esm/calling-component-bindings/src/videoGallerySelector.js.map +1 -1
  19. package/dist/dist-esm/calling-stateful-client/src/CallClientState.d.ts +1 -1
  20. package/dist/dist-esm/calling-stateful-client/src/CallClientState.js.map +1 -1
  21. package/dist/dist-esm/calling-stateful-client/src/CallContext.js +0 -4
  22. package/dist/dist-esm/calling-stateful-client/src/CallContext.js.map +1 -1
  23. package/dist/dist-esm/calling-stateful-client/src/CallSubscriber.js +0 -3
  24. package/dist/dist-esm/calling-stateful-client/src/CallSubscriber.js.map +1 -1
  25. package/dist/dist-esm/calling-stateful-client/src/Converter.js +0 -1
  26. package/dist/dist-esm/calling-stateful-client/src/Converter.js.map +1 -1
  27. package/dist/dist-esm/calling-stateful-client/src/PPTLiveSubscriber.js +0 -2
  28. package/dist/dist-esm/calling-stateful-client/src/PPTLiveSubscriber.js.map +1 -1
  29. package/dist/dist-esm/calling-stateful-client/src/index-public.js.map +1 -1
  30. package/dist/dist-esm/communication-react/src/index.d.ts +1 -1
  31. package/dist/dist-esm/communication-react/src/index.js.map +1 -1
  32. package/dist/dist-esm/react-components/src/components/Attachment/AttachmentCard.d.ts +4 -0
  33. package/dist/dist-esm/react-components/src/components/Attachment/AttachmentCard.js +27 -22
  34. package/dist/dist-esm/react-components/src/components/Attachment/AttachmentCard.js.map +1 -1
  35. package/dist/dist-esm/react-components/src/components/Attachment/AttachmentCardGroup.d.ts +15 -0
  36. package/dist/dist-esm/react-components/src/components/Attachment/AttachmentCardGroup.js +14 -16
  37. package/dist/dist-esm/react-components/src/components/Attachment/AttachmentCardGroup.js.map +1 -1
  38. package/dist/dist-esm/react-components/src/components/Attachment/AttachmentDownloadCards.js +16 -15
  39. package/dist/dist-esm/react-components/src/components/Attachment/AttachmentDownloadCards.js.map +1 -1
  40. package/dist/dist-esm/react-components/src/components/Attachment/AttachmentUploadCards.js +2 -2
  41. package/dist/dist-esm/react-components/src/components/Attachment/AttachmentUploadCards.js.map +1 -1
  42. package/dist/dist-esm/react-components/src/components/ChatMessage/MessageComponents/ChatMessageComponentAsMessageBubble.js +9 -1
  43. package/dist/dist-esm/react-components/src/components/ChatMessage/MessageComponents/ChatMessageComponentAsMessageBubble.js.map +1 -1
  44. package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsEditBox.js +8 -2
  45. package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsEditBox.js.map +1 -1
  46. package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsEditBoxPicker.js +2 -2
  47. package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsEditBoxPicker.js.map +1 -1
  48. package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsRichTextEditBox.js +8 -2
  49. package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsRichTextEditBox.js.map +1 -1
  50. package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMyMessageComponentAsMessageBubble.js +9 -1
  51. package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMyMessageComponentAsMessageBubble.js.map +1 -1
  52. package/dist/dist-esm/react-components/src/components/ErrorBoundary.d.ts +2 -2
  53. package/dist/dist-esm/react-components/src/components/ErrorBoundary.js +2 -2
  54. package/dist/dist-esm/react-components/src/components/ErrorBoundary.js.map +1 -1
  55. package/dist/dist-esm/react-components/src/components/MessageThread.d.ts +5 -3
  56. package/dist/dist-esm/react-components/src/components/MessageThread.js.map +1 -1
  57. package/dist/dist-esm/react-components/src/components/RemoteVideoTile.js +1 -1
  58. package/dist/dist-esm/react-components/src/components/RemoteVideoTile.js.map +1 -1
  59. package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextSendBox.d.ts +4 -0
  60. package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextSendBox.js +5 -2
  61. package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextSendBox.js.map +1 -1
  62. package/dist/dist-esm/react-components/src/components/SendBox.js +5 -2
  63. package/dist/dist-esm/react-components/src/components/SendBox.js.map +1 -1
  64. package/dist/dist-esm/react-components/src/components/VideoEffects/VideoEffectsItem.js +6 -4
  65. package/dist/dist-esm/react-components/src/components/VideoEffects/VideoEffectsItem.js.map +1 -1
  66. package/dist/dist-esm/react-components/src/components/VideoGallery/RemoteScreenShare.js +3 -6
  67. package/dist/dist-esm/react-components/src/components/VideoGallery/RemoteScreenShare.js.map +1 -1
  68. package/dist/dist-esm/react-components/src/components/VideoGallery.js +1 -3
  69. package/dist/dist-esm/react-components/src/components/VideoGallery.js.map +1 -1
  70. package/dist/dist-esm/react-components/src/components/VideoTile.js +0 -1
  71. package/dist/dist-esm/react-components/src/components/VideoTile.js.map +1 -1
  72. package/dist/dist-esm/react-components/src/components/index.d.ts +1 -0
  73. package/dist/dist-esm/react-components/src/components/index.js +1 -0
  74. package/dist/dist-esm/react-components/src/components/index.js.map +1 -1
  75. package/dist/dist-esm/react-components/src/components/styles/AttachmentCard.styles.d.ts +9 -1
  76. package/dist/dist-esm/react-components/src/components/styles/AttachmentCard.styles.js +27 -3
  77. package/dist/dist-esm/react-components/src/components/styles/AttachmentCard.styles.js.map +1 -1
  78. package/dist/dist-esm/react-components/src/components/styles/AttachmentCardGroup.styles.d.ts +17 -0
  79. package/dist/dist-esm/react-components/src/components/styles/AttachmentCardGroup.styles.js +47 -0
  80. package/dist/dist-esm/react-components/src/components/styles/AttachmentCardGroup.styles.js.map +1 -0
  81. package/dist/dist-esm/react-components/src/components/styles/MessageThread.styles.d.ts +2 -2
  82. package/dist/dist-esm/react-components/src/components/styles/MessageThread.styles.js +8 -0
  83. package/dist/dist-esm/react-components/src/components/styles/MessageThread.styles.js.map +1 -1
  84. package/dist/dist-esm/react-components/src/components/utils/ChatMessageComponentAsEditBoxUtils.d.ts +4 -0
  85. package/dist/dist-esm/react-components/src/components/utils/ChatMessageComponentAsEditBoxUtils.js +9 -0
  86. package/dist/dist-esm/react-components/src/components/utils/ChatMessageComponentAsEditBoxUtils.js.map +1 -1
  87. package/dist/dist-esm/react-components/src/localization/locales/ar-SA/strings.json +22 -1
  88. package/dist/dist-esm/react-components/src/localization/locales/cs-CZ/strings.json +22 -1
  89. package/dist/dist-esm/react-components/src/localization/locales/de-DE/strings.json +22 -1
  90. package/dist/dist-esm/react-components/src/localization/locales/en-GB/strings.json +22 -1
  91. package/dist/dist-esm/react-components/src/localization/locales/en-US/strings.json +3 -1
  92. package/dist/dist-esm/react-components/src/localization/locales/es-ES/strings.json +22 -1
  93. package/dist/dist-esm/react-components/src/localization/locales/fi-FI/strings.json +23 -2
  94. package/dist/dist-esm/react-components/src/localization/locales/fr-FR/strings.json +31 -10
  95. package/dist/dist-esm/react-components/src/localization/locales/he-IL/strings.json +22 -1
  96. package/dist/dist-esm/react-components/src/localization/locales/it-IT/strings.json +22 -1
  97. package/dist/dist-esm/react-components/src/localization/locales/ja-JP/strings.json +31 -10
  98. package/dist/dist-esm/react-components/src/localization/locales/ko-KR/strings.json +31 -10
  99. package/dist/dist-esm/react-components/src/localization/locales/nb-NO/strings.json +22 -1
  100. package/dist/dist-esm/react-components/src/localization/locales/nl-NL/strings.json +22 -1
  101. package/dist/dist-esm/react-components/src/localization/locales/pl-PL/strings.json +22 -1
  102. package/dist/dist-esm/react-components/src/localization/locales/pt-BR/strings.json +31 -10
  103. package/dist/dist-esm/react-components/src/localization/locales/ru-RU/strings.json +22 -1
  104. package/dist/dist-esm/react-components/src/localization/locales/sv-SE/strings.json +22 -1
  105. package/dist/dist-esm/react-components/src/localization/locales/tr-TR/strings.json +22 -1
  106. package/dist/dist-esm/react-components/src/localization/locales/zh-CN/strings.json +30 -9
  107. package/dist/dist-esm/react-components/src/localization/locales/zh-TW/strings.json +24 -3
  108. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatComposite.d.ts +7 -0
  109. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatComposite.js +6 -2
  110. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatComposite.js.map +1 -1
  111. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatComposite.d.ts +7 -0
  112. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatComposite.js.map +1 -1
  113. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreen.js +28 -8
  114. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreen.js.map +1 -1
  115. package/dist/dist-esm/react-composites/src/composites/common/RichTextSendBoxWrapper.d.ts +10 -0
  116. package/dist/dist-esm/react-composites/src/composites/common/RichTextSendBoxWrapper.js +20 -0
  117. package/dist/dist-esm/react-composites/src/composites/common/RichTextSendBoxWrapper.js.map +1 -0
  118. package/dist/dist-esm/react-composites/src/composites/common/SendBoxPicker.d.ts +30 -0
  119. package/dist/dist-esm/react-composites/src/composites/common/SendBoxPicker.js +44 -0
  120. package/dist/dist-esm/react-composites/src/composites/common/SendBoxPicker.js.map +1 -0
  121. package/dist/dist-esm/react-composites/src/composites/localization/locales/ar-SA/strings.json +4 -0
  122. package/dist/dist-esm/react-composites/src/composites/localization/locales/cs-CZ/strings.json +4 -0
  123. package/dist/dist-esm/react-composites/src/composites/localization/locales/de-DE/strings.json +4 -0
  124. package/dist/dist-esm/react-composites/src/composites/localization/locales/en-GB/strings.json +4 -0
  125. package/dist/dist-esm/react-composites/src/composites/localization/locales/es-ES/strings.json +4 -0
  126. package/dist/dist-esm/react-composites/src/composites/localization/locales/fi-FI/strings.json +4 -0
  127. package/dist/dist-esm/react-composites/src/composites/localization/locales/fr-FR/strings.json +4 -0
  128. package/dist/dist-esm/react-composites/src/composites/localization/locales/he-IL/strings.json +4 -0
  129. package/dist/dist-esm/react-composites/src/composites/localization/locales/it-IT/strings.json +4 -0
  130. package/dist/dist-esm/react-composites/src/composites/localization/locales/ja-JP/strings.json +4 -0
  131. package/dist/dist-esm/react-composites/src/composites/localization/locales/ko-KR/strings.json +4 -0
  132. package/dist/dist-esm/react-composites/src/composites/localization/locales/nb-NO/strings.json +4 -0
  133. package/dist/dist-esm/react-composites/src/composites/localization/locales/nl-NL/strings.json +4 -0
  134. package/dist/dist-esm/react-composites/src/composites/localization/locales/pl-PL/strings.json +4 -0
  135. package/dist/dist-esm/react-composites/src/composites/localization/locales/pt-BR/strings.json +4 -0
  136. package/dist/dist-esm/react-composites/src/composites/localization/locales/ru-RU/strings.json +4 -0
  137. package/dist/dist-esm/react-composites/src/composites/localization/locales/sv-SE/strings.json +4 -0
  138. package/dist/dist-esm/react-composites/src/composites/localization/locales/tr-TR/strings.json +4 -0
  139. package/dist/dist-esm/react-composites/src/composites/localization/locales/zh-CN/strings.json +4 -0
  140. package/dist/dist-esm/react-composites/src/composites/localization/locales/zh-TW/strings.json +4 -0
  141. package/package.json +2 -2
  142. package/dist/dist-cjs/communication-react/ChatMessageComponentAsRichTextEditBox-BkDaUOJU.js.map +0 -1
  143. package/dist/dist-cjs/communication-react/index-DJswSfNy.js.map +0 -1
@@ -20,6 +20,7 @@
20
20
  "complianceBannerTranscriptionStopped": "התמלול הופסק.",
21
21
  "configurationPageTitle": "התחל שיחה",
22
22
  "copyInviteLinkButtonLabel": "העתק קישור להזמנה",
23
+ "copyInviteLinkButtonActionedLabel": "הקישור הועתק",
23
24
  "copyInviteLinkActionedAriaLabel": "קישור ההזמנה הועתק",
24
25
  "defaultPlaceHolder": "בחר אפשרות",
25
26
  "dismissSidePaneButtonLabel": "סגור",
@@ -349,6 +350,7 @@
349
350
  "chatButtonTooltipOpen": "הצג צ'אט",
350
351
  "chatPaneTitle": "צ'אט",
351
352
  "copyInviteLinkButtonLabel": "העתק קישור להזמנה",
353
+ "copyInviteLinkButtonActionedLabel": "הקישור הועתק",
352
354
  "copyInviteLinkActionedAriaLabel": "קישור ההזמנה הועתק",
353
355
  "dismissSidePaneButtonLabel": "סגור",
354
356
  "moreDrawerAudioDeviceMenuTitle": "התקן שמע",
@@ -364,6 +366,8 @@
364
366
  "selectedPeopleButtonLabel": "לחצן 'אנשים' נבחר",
365
367
  "peopleButtonTooltipOpen": "הצג משתתפים",
366
368
  "peopleButtonTooltipClose": "הסתר משתתפים",
369
+ "peopleButtonTooltipOpenAriaLabel": "לחצן אנשים, הצג משתתפים",
370
+ "peopleButtonTooltipCloseAriaLabel": "לחצן אנשים, הסתר משתתפים",
367
371
  "peoplePaneSubTitle": "בשיחה זו",
368
372
  "peoplePaneTitle": "אנשים",
369
373
  "pictureInPictureTileAriaLabel": "הזנות וידאו. לחץ כדי לחזור למסך השיחה.",
@@ -20,6 +20,7 @@
20
20
  "complianceBannerTranscriptionStopped": "Trascrizione interrotta.",
21
21
  "configurationPageTitle": "Avvia una chiamata",
22
22
  "copyInviteLinkButtonLabel": "Copia il collegamento dell’invito",
23
+ "copyInviteLinkButtonActionedLabel": "Collegamento copiato",
23
24
  "copyInviteLinkActionedAriaLabel": "Collegamento di invito copiato",
24
25
  "defaultPlaceHolder": "Seleziona un'opzione",
25
26
  "dismissSidePaneButtonLabel": "Chiudi",
@@ -349,6 +350,7 @@
349
350
  "chatButtonTooltipOpen": "Mostra chat",
350
351
  "chatPaneTitle": "Chat",
351
352
  "copyInviteLinkButtonLabel": "Copia il collegamento dell’invito",
353
+ "copyInviteLinkButtonActionedLabel": "Collegamento copiato",
352
354
  "copyInviteLinkActionedAriaLabel": "Collegamento di invito copiato",
353
355
  "dismissSidePaneButtonLabel": "Chiudi",
354
356
  "moreDrawerAudioDeviceMenuTitle": "Dispositivo audio",
@@ -364,6 +366,8 @@
364
366
  "selectedPeopleButtonLabel": "Pulsante Persone selezionato",
365
367
  "peopleButtonTooltipOpen": "Mostra partecipanti",
366
368
  "peopleButtonTooltipClose": "Nascondi partecipanti",
369
+ "peopleButtonTooltipOpenAriaLabel": "pulsante Persone, Mostra partecipanti",
370
+ "peopleButtonTooltipCloseAriaLabel": "Pulsante Persone, Nascondi partecipanti",
367
371
  "peoplePaneSubTitle": "In questa chiamata",
368
372
  "peoplePaneTitle": "Persone",
369
373
  "pictureInPictureTileAriaLabel": "Feed video. Fare clic per tornare alla schermata della chiamata.",
@@ -20,6 +20,7 @@
20
20
  "complianceBannerTranscriptionStopped": "トランスクリプトが停止しました。",
21
21
  "configurationPageTitle": "通話を開始",
22
22
  "copyInviteLinkButtonLabel": "招待用のリンクをコピー",
23
+ "copyInviteLinkButtonActionedLabel": "リンクをコピーしました",
23
24
  "copyInviteLinkActionedAriaLabel": "招待用のリンクがコピーされました",
24
25
  "defaultPlaceHolder": "オプションを選択する",
25
26
  "dismissSidePaneButtonLabel": "閉じる",
@@ -349,6 +350,7 @@
349
350
  "chatButtonTooltipOpen": "チャットを表示",
350
351
  "chatPaneTitle": "チャット",
351
352
  "copyInviteLinkButtonLabel": "招待用のリンクをコピー",
353
+ "copyInviteLinkButtonActionedLabel": "リンクをコピーしました",
352
354
  "copyInviteLinkActionedAriaLabel": "招待用のリンクがコピーされました",
353
355
  "dismissSidePaneButtonLabel": "閉じる",
354
356
  "moreDrawerAudioDeviceMenuTitle": "オーディオ デバイス",
@@ -364,6 +366,8 @@
364
366
  "selectedPeopleButtonLabel": "[ユーザー] ボタンが選択されました",
365
367
  "peopleButtonTooltipOpen": "参加者を表示",
366
368
  "peopleButtonTooltipClose": "参加者を非表示",
369
+ "peopleButtonTooltipOpenAriaLabel": "[ユーザー] ボタン、参加者を表示",
370
+ "peopleButtonTooltipCloseAriaLabel": "[ユーザー] ボタン、参加者を非表示",
367
371
  "peoplePaneSubTitle": "この通話で",
368
372
  "peoplePaneTitle": "ユーザー",
369
373
  "pictureInPictureTileAriaLabel": "ビデオ フィード。 クリックすると通話画面に戻ります。",
@@ -20,6 +20,7 @@
20
20
  "complianceBannerTranscriptionStopped": "전사를 중단했습니다.",
21
21
  "configurationPageTitle": "통화 시작",
22
22
  "copyInviteLinkButtonLabel": "초대 링크 복사",
23
+ "copyInviteLinkButtonActionedLabel": "링크 복사됨",
23
24
  "copyInviteLinkActionedAriaLabel": "초대 링크를 복사함",
24
25
  "defaultPlaceHolder": "옵션 선택",
25
26
  "dismissSidePaneButtonLabel": "닫기",
@@ -349,6 +350,7 @@
349
350
  "chatButtonTooltipOpen": "채팅 표시",
350
351
  "chatPaneTitle": "채팅",
351
352
  "copyInviteLinkButtonLabel": "초대 링크 복사",
353
+ "copyInviteLinkButtonActionedLabel": "링크 복사됨",
352
354
  "copyInviteLinkActionedAriaLabel": "초대 링크를 복사함",
353
355
  "dismissSidePaneButtonLabel": "닫기",
354
356
  "moreDrawerAudioDeviceMenuTitle": "오디오 장치",
@@ -364,6 +366,8 @@
364
366
  "selectedPeopleButtonLabel": "사용자 단추 선택됨",
365
367
  "peopleButtonTooltipOpen": "참가자 표시",
366
368
  "peopleButtonTooltipClose": "참가자 숨기기",
369
+ "peopleButtonTooltipOpenAriaLabel": "사용자 단추, 참가자 표시",
370
+ "peopleButtonTooltipCloseAriaLabel": "사용자 단추, 참가자 숨기기",
367
371
  "peoplePaneSubTitle": "이 통화에서",
368
372
  "peoplePaneTitle": "사용자",
369
373
  "pictureInPictureTileAriaLabel": "비디오 피드입니다. 클릭하면 통화 화면으로 돌아갑니다.",
@@ -20,6 +20,7 @@
20
20
  "complianceBannerTranscriptionStopped": "Transkripsjon er stoppet.",
21
21
  "configurationPageTitle": "Start en samtale",
22
22
  "copyInviteLinkButtonLabel": "Kopier invitasjonskobling",
23
+ "copyInviteLinkButtonActionedLabel": "Koblingen er kopiert",
23
24
  "copyInviteLinkActionedAriaLabel": "Invitasjonskobling er kopiert",
24
25
  "defaultPlaceHolder": "Velg et alternativ",
25
26
  "dismissSidePaneButtonLabel": "Lukk",
@@ -349,6 +350,7 @@
349
350
  "chatButtonTooltipOpen": "Vis chat",
350
351
  "chatPaneTitle": "Chat",
351
352
  "copyInviteLinkButtonLabel": "Kopier invitasjonskobling",
353
+ "copyInviteLinkButtonActionedLabel": "Koblingen er kopiert",
352
354
  "copyInviteLinkActionedAriaLabel": "Invitasjonskobling er kopiert",
353
355
  "dismissSidePaneButtonLabel": "Lukk",
354
356
  "moreDrawerAudioDeviceMenuTitle": "Lydenhet",
@@ -364,6 +366,8 @@
364
366
  "selectedPeopleButtonLabel": "Personer-knappen er valgt",
365
367
  "peopleButtonTooltipOpen": "Vis deltakere",
366
368
  "peopleButtonTooltipClose": "Skjul deltakere",
369
+ "peopleButtonTooltipOpenAriaLabel": "Personer-knapp, Vis deltakere",
370
+ "peopleButtonTooltipCloseAriaLabel": "Personer-knapp, Skjul deltakere",
367
371
  "peoplePaneSubTitle": "I denne samtalen",
368
372
  "peoplePaneTitle": "Personer",
369
373
  "pictureInPictureTileAriaLabel": "Videofeeder. Klikk for å gå tilbake til samtaleskjermen.",
@@ -20,6 +20,7 @@
20
20
  "complianceBannerTranscriptionStopped": "Transcriptie is gestopt.",
21
21
  "configurationPageTitle": "Een oproep starten",
22
22
  "copyInviteLinkButtonLabel": "Uitnodigingskoppeling kopiëren",
23
+ "copyInviteLinkButtonActionedLabel": "De koppeling is gekopieerd",
23
24
  "copyInviteLinkActionedAriaLabel": "Uitnodigingskoppeling gekopieerd",
24
25
  "defaultPlaceHolder": "Een optie selecteren",
25
26
  "dismissSidePaneButtonLabel": "Sluiten",
@@ -349,6 +350,7 @@
349
350
  "chatButtonTooltipOpen": "Chat weergeven",
350
351
  "chatPaneTitle": "Chatten",
351
352
  "copyInviteLinkButtonLabel": "Uitnodigingskoppeling kopiëren",
353
+ "copyInviteLinkButtonActionedLabel": "De koppeling is gekopieerd",
352
354
  "copyInviteLinkActionedAriaLabel": "Uitnodigingskoppeling gekopieerd",
353
355
  "dismissSidePaneButtonLabel": "Sluiten",
354
356
  "moreDrawerAudioDeviceMenuTitle": "Audioapparaat",
@@ -364,6 +366,8 @@
364
366
  "selectedPeopleButtonLabel": "Knop Personen geselecteerd",
365
367
  "peopleButtonTooltipOpen": "Deelnemers weergeven",
366
368
  "peopleButtonTooltipClose": "Deelnemers verbergen",
369
+ "peopleButtonTooltipOpenAriaLabel": "Knop Personen, Deelnemers weergeven",
370
+ "peopleButtonTooltipCloseAriaLabel": "Knop Personen, Deelnemers verbergen",
367
371
  "peoplePaneSubTitle": "In dit gesprek",
368
372
  "peoplePaneTitle": "Personen",
369
373
  "pictureInPictureTileAriaLabel": "Videofeeds. Klik om terug te keren naar het oproepscherm.",
@@ -20,6 +20,7 @@
20
20
  "complianceBannerTranscriptionStopped": "Zakończono transkrypcję.",
21
21
  "configurationPageTitle": "Rozpocznij rozmowę",
22
22
  "copyInviteLinkButtonLabel": "Kopiuj link do zaproszenia",
23
+ "copyInviteLinkButtonActionedLabel": "Skopiowano link",
23
24
  "copyInviteLinkActionedAriaLabel": "Skopiowano link do zaproszenia",
24
25
  "defaultPlaceHolder": "Wybierz opcję",
25
26
  "dismissSidePaneButtonLabel": "Zamknij",
@@ -349,6 +350,7 @@
349
350
  "chatButtonTooltipOpen": "Pokaż czat",
350
351
  "chatPaneTitle": "Czat",
351
352
  "copyInviteLinkButtonLabel": "Kopiuj link do zaproszenia",
353
+ "copyInviteLinkButtonActionedLabel": "Skopiowano link",
352
354
  "copyInviteLinkActionedAriaLabel": "Skopiowano link do zaproszenia",
353
355
  "dismissSidePaneButtonLabel": "Zamknij",
354
356
  "moreDrawerAudioDeviceMenuTitle": "Urządzenie audio",
@@ -364,6 +366,8 @@
364
366
  "selectedPeopleButtonLabel": "Wybrano przycisk Kontakty",
365
367
  "peopleButtonTooltipOpen": "Pokaż uczestników",
366
368
  "peopleButtonTooltipClose": "Ukryj uczestników",
369
+ "peopleButtonTooltipOpenAriaLabel": "Przycisk Kontakty, Pokaż uczestników",
370
+ "peopleButtonTooltipCloseAriaLabel": "Przycisk Kontakty, Ukryj uczestników",
367
371
  "peoplePaneSubTitle": "W tej rozmowie",
368
372
  "peoplePaneTitle": "Osoby",
369
373
  "pictureInPictureTileAriaLabel": "Kanały wideo. Kliknij, aby powrócić do ekranu rozmowy.",
@@ -20,6 +20,7 @@
20
20
  "complianceBannerTranscriptionStopped": "A transcrição foi interrompida.",
21
21
  "configurationPageTitle": "Iniciar uma chamada",
22
22
  "copyInviteLinkButtonLabel": "Copiar o link de convite",
23
+ "copyInviteLinkButtonActionedLabel": "Link copiado",
23
24
  "copyInviteLinkActionedAriaLabel": "Link de convite copiado",
24
25
  "defaultPlaceHolder": "Selecionar uma opção",
25
26
  "dismissSidePaneButtonLabel": "Fechar",
@@ -349,6 +350,7 @@
349
350
  "chatButtonTooltipOpen": "Mostrar chat",
350
351
  "chatPaneTitle": "Chat",
351
352
  "copyInviteLinkButtonLabel": "Copiar o link de convite",
353
+ "copyInviteLinkButtonActionedLabel": "Link copiado",
352
354
  "copyInviteLinkActionedAriaLabel": "Link de convite copiado",
353
355
  "dismissSidePaneButtonLabel": "Fechar",
354
356
  "moreDrawerAudioDeviceMenuTitle": "Dispositivo de Áudio",
@@ -364,6 +366,8 @@
364
366
  "selectedPeopleButtonLabel": "Botão Pessoas Selecionado",
365
367
  "peopleButtonTooltipOpen": "Mostrar Participantes",
366
368
  "peopleButtonTooltipClose": "Ocultar participantes",
369
+ "peopleButtonTooltipOpenAriaLabel": "Botão Pessoas, Mostrar participantes",
370
+ "peopleButtonTooltipCloseAriaLabel": "Botão Pessoas, Ocultar participantes",
367
371
  "peoplePaneSubTitle": "Nesta chamada",
368
372
  "peoplePaneTitle": "Pessoas",
369
373
  "pictureInPictureTileAriaLabel": "Feeds de vídeo. Clique para retornar à tela de chamada.",
@@ -20,6 +20,7 @@
20
20
  "complianceBannerTranscriptionStopped": "Транскрибирование остановлено.",
21
21
  "configurationPageTitle": "Позвонить",
22
22
  "copyInviteLinkButtonLabel": "Копировать ссылку с приглашением",
23
+ "copyInviteLinkButtonActionedLabel": "Ссылка скопирована",
23
24
  "copyInviteLinkActionedAriaLabel": "Ссылка на приглашение в группу скопирована",
24
25
  "defaultPlaceHolder": "Выберите один из вариантов",
25
26
  "dismissSidePaneButtonLabel": "Закрыть",
@@ -349,6 +350,7 @@
349
350
  "chatButtonTooltipOpen": "Показать чат",
350
351
  "chatPaneTitle": "Чат",
351
352
  "copyInviteLinkButtonLabel": "Копировать ссылку с приглашением",
353
+ "copyInviteLinkButtonActionedLabel": "Ссылка скопирована",
352
354
  "copyInviteLinkActionedAriaLabel": "Ссылка на приглашение в группу скопирована",
353
355
  "dismissSidePaneButtonLabel": "Закрыть",
354
356
  "moreDrawerAudioDeviceMenuTitle": "Звуковое устройство",
@@ -364,6 +366,8 @@
364
366
  "selectedPeopleButtonLabel": "Нажата кнопка \"Люди\"",
365
367
  "peopleButtonTooltipOpen": "Показать участников",
366
368
  "peopleButtonTooltipClose": "Скрыть участников",
369
+ "peopleButtonTooltipOpenAriaLabel": "Кнопка \"Люди\", показать участников",
370
+ "peopleButtonTooltipCloseAriaLabel": "Кнопка \"Люди\", скрыть участников",
367
371
  "peoplePaneSubTitle": "В этом звонке",
368
372
  "peoplePaneTitle": "Люди",
369
373
  "pictureInPictureTileAriaLabel": "Ленты видео. Щелкните, чтобы вернуться на экран вызова.",
@@ -20,6 +20,7 @@
20
20
  "complianceBannerTranscriptionStopped": "Avskriften har avslutats.",
21
21
  "configurationPageTitle": "Starta ett samtal",
22
22
  "copyInviteLinkButtonLabel": "Kopiera inbjudningslänk",
23
+ "copyInviteLinkButtonActionedLabel": "Länken har kopierats",
23
24
  "copyInviteLinkActionedAriaLabel": "Inbjudningslänken har kopierats",
24
25
  "defaultPlaceHolder": "Välj ett alternativ",
25
26
  "dismissSidePaneButtonLabel": "Stäng",
@@ -349,6 +350,7 @@
349
350
  "chatButtonTooltipOpen": "Visa chatt",
350
351
  "chatPaneTitle": "Chatt",
351
352
  "copyInviteLinkButtonLabel": "Kopiera inbjudningslänk",
353
+ "copyInviteLinkButtonActionedLabel": "Länken har kopierats",
352
354
  "copyInviteLinkActionedAriaLabel": "Inbjudningslänken har kopierats",
353
355
  "dismissSidePaneButtonLabel": "Stäng",
354
356
  "moreDrawerAudioDeviceMenuTitle": "Ljudenhet",
@@ -364,6 +366,8 @@
364
366
  "selectedPeopleButtonLabel": "Knappen Kontakter har valts",
365
367
  "peopleButtonTooltipOpen": "Visa deltagare",
366
368
  "peopleButtonTooltipClose": "Dölj deltagare",
369
+ "peopleButtonTooltipOpenAriaLabel": "Knappen Personer, visa deltagare",
370
+ "peopleButtonTooltipCloseAriaLabel": "Knappen Personer, dölj deltagare",
367
371
  "peoplePaneSubTitle": "I det här samtalet",
368
372
  "peoplePaneTitle": "Personer",
369
373
  "pictureInPictureTileAriaLabel": "Videofeeds. Klicka för att återgå till samtalsskärmen.",
@@ -20,6 +20,7 @@
20
20
  "complianceBannerTranscriptionStopped": "Döküm durduruldu.",
21
21
  "configurationPageTitle": "Arama başlatın",
22
22
  "copyInviteLinkButtonLabel": "Davet bağlantısını kopyala",
23
+ "copyInviteLinkButtonActionedLabel": "Bağlantı kopyalandı",
23
24
  "copyInviteLinkActionedAriaLabel": "Davet bağlantısı kopyalandı",
24
25
  "defaultPlaceHolder": "Bir seçenek belirleyin",
25
26
  "dismissSidePaneButtonLabel": "Kapat",
@@ -349,6 +350,7 @@
349
350
  "chatButtonTooltipOpen": "Sohbeti göster",
350
351
  "chatPaneTitle": "Sohbet",
351
352
  "copyInviteLinkButtonLabel": "Davet bağlantısını kopyala",
353
+ "copyInviteLinkButtonActionedLabel": "Bağlantı kopyalandı",
352
354
  "copyInviteLinkActionedAriaLabel": "Davet bağlantısı kopyalandı",
353
355
  "dismissSidePaneButtonLabel": "Kapat",
354
356
  "moreDrawerAudioDeviceMenuTitle": "Ses Cihazı",
@@ -364,6 +366,8 @@
364
366
  "selectedPeopleButtonLabel": "Kişiler Düğmesi Seçildi",
365
367
  "peopleButtonTooltipOpen": "Katılımcıları göster",
366
368
  "peopleButtonTooltipClose": "Katılımcıları gizle",
369
+ "peopleButtonTooltipOpenAriaLabel": "Kişiler düğmesi, Katılımcıları göster",
370
+ "peopleButtonTooltipCloseAriaLabel": "Kişiler düğmesi, Katılımcıları gizle",
367
371
  "peoplePaneSubTitle": "Bu aramada",
368
372
  "peoplePaneTitle": "Kişiler",
369
373
  "pictureInPictureTileAriaLabel": "Video Akışları. Çağrı ekranına dönmek için tıklayın.",
@@ -20,6 +20,7 @@
20
20
  "complianceBannerTranscriptionStopped": "听录已停止。",
21
21
  "configurationPageTitle": "开始通话",
22
22
  "copyInviteLinkButtonLabel": "复制邀请链接",
23
+ "copyInviteLinkButtonActionedLabel": "已复制链接",
23
24
  "copyInviteLinkActionedAriaLabel": "已复制邀请链接",
24
25
  "defaultPlaceHolder": "选择一个选项",
25
26
  "dismissSidePaneButtonLabel": "关闭",
@@ -349,6 +350,7 @@
349
350
  "chatButtonTooltipOpen": "显示聊天",
350
351
  "chatPaneTitle": "聊天",
351
352
  "copyInviteLinkButtonLabel": "复制邀请链接",
353
+ "copyInviteLinkButtonActionedLabel": "已复制链接",
352
354
  "copyInviteLinkActionedAriaLabel": "已复制邀请链接",
353
355
  "dismissSidePaneButtonLabel": "关闭",
354
356
  "moreDrawerAudioDeviceMenuTitle": "音频设备",
@@ -364,6 +366,8 @@
364
366
  "selectedPeopleButtonLabel": "已选择“人员”按钮",
365
367
  "peopleButtonTooltipOpen": "显示参与者",
366
368
  "peopleButtonTooltipClose": "隐藏参与者",
369
+ "peopleButtonTooltipOpenAriaLabel": "“人员”按钮,显示参与者",
370
+ "peopleButtonTooltipCloseAriaLabel": "“人员”按钮,隐藏参与者",
367
371
  "peoplePaneSubTitle": "在此通话中",
368
372
  "peoplePaneTitle": "人员",
369
373
  "pictureInPictureTileAriaLabel": "视频源。单击以返回到通话屏幕。",
@@ -20,6 +20,7 @@
20
20
  "complianceBannerTranscriptionStopped": "已停止轉錄。",
21
21
  "configurationPageTitle": "開始通話",
22
22
  "copyInviteLinkButtonLabel": "複製邀請連結",
23
+ "copyInviteLinkButtonActionedLabel": "已複製連結",
23
24
  "copyInviteLinkActionedAriaLabel": "已複製邀請連結",
24
25
  "defaultPlaceHolder": "選取選項",
25
26
  "dismissSidePaneButtonLabel": "關閉",
@@ -349,6 +350,7 @@
349
350
  "chatButtonTooltipOpen": "顯示聊天",
350
351
  "chatPaneTitle": "聊天",
351
352
  "copyInviteLinkButtonLabel": "複製邀請連結",
353
+ "copyInviteLinkButtonActionedLabel": "已複製連結",
352
354
  "copyInviteLinkActionedAriaLabel": "已複製邀請連結",
353
355
  "dismissSidePaneButtonLabel": "關閉",
354
356
  "moreDrawerAudioDeviceMenuTitle": "音訊裝置",
@@ -364,6 +366,8 @@
364
366
  "selectedPeopleButtonLabel": "已選取人員按鈕",
365
367
  "peopleButtonTooltipOpen": "顯示參與者",
366
368
  "peopleButtonTooltipClose": "隱藏參與者",
369
+ "peopleButtonTooltipOpenAriaLabel": "[人員] 按鈕,顯示參與者",
370
+ "peopleButtonTooltipCloseAriaLabel": "[人員] 按鈕,隱藏參與者",
367
371
  "peoplePaneSubTitle": "在此通話中",
368
372
  "peoplePaneTitle": "人員",
369
373
  "pictureInPictureTileAriaLabel": "影片摘要。按一下以返回通話畫面。",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure/communication-react",
3
- "version": "1.17.0-alpha-202405150013",
3
+ "version": "1.17.0-alpha-202405170014",
4
4
  "sideEffects": false,
5
5
  "description": "React library for building modern communication user experiences utilizing Azure Communication Services",
6
6
  "keywords": [
@@ -56,7 +56,7 @@
56
56
  "uuid": "^9.0.0"
57
57
  },
58
58
  "peerDependencies": {
59
- "@azure/communication-calling": "1.24.2-beta.1",
59
+ "@azure/communication-calling": "1.25.1-beta.1",
60
60
  "@azure/communication-calling-effects": "1.0.1",
61
61
  "@azure/communication-chat": "1.6.0-beta.1",
62
62
  "@types/react": ">=16.8.0 <19.0.0",
@@ -1 +0,0 @@
1
- {"version":3,"file":"ChatMessageComponentAsRichTextEditBox-BkDaUOJU.js","sources":["../../../../react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsRichTextEditBox.tsx"],"sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport { mergeStyles, Stack } from '@fluentui/react';\nimport { ChatMyMessage } from '@fluentui-contrib/react-chat';\nimport { mergeClasses } from '@fluentui/react-components';\nimport { _formatString } from '@internal/acs-ui-common';\nimport { useTheme } from '../../../theming';\nimport React, { useCallback, useMemo, useState } from 'react';\n/* @conditional-compile-remove(attachment-upload) */\nimport { useReducer } from 'react';\nimport { editBoxWidthStyles, richTextEditBoxActionButtonIcon } from '../../styles/EditBox.styles';\nimport { InputBoxButton } from '../../InputBoxButton';\nimport { MessageThreadStrings } from '../../MessageThread';\nimport { useChatMyMessageStyles } from '../../styles/MessageThread.styles';\nimport { ChatMessage } from '../../../types';\nimport { _AttachmentUploadCards } from '../../Attachment/AttachmentUploadCards';\n/* @conditional-compile-remove(attachment-upload) */\nimport { AttachmentMetadata } from '@internal/acs-ui-common';\nimport { useChatMessageRichTextEditContainerStyles } from '../../styles/ChatMessageComponent.styles';\nimport { MAXIMUM_LENGTH_OF_MESSAGE } from '../../utils/SendBoxUtils';\nimport {\n getMessageState,\n onRenderCancelIcon,\n onRenderSubmitIcon\n} from '../../utils/ChatMessageComponentAsEditBoxUtils';\n/* @conditional-compile-remove(attachment-upload) */\nimport {\n attachmentMetadataReducer,\n getMessageWithAttachmentMetadata\n} from '../../utils/ChatMessageComponentAsEditBoxUtils';\nimport { RichTextEditorComponentRef } from '../../RichTextEditor/RichTextEditor';\nimport { RichTextInputBoxComponent } from '../../RichTextEditor/RichTextInputBoxComponent';\nimport { editBoxRichTextEditorStyle, richTextActionButtonsStyle } from '../../styles/RichTextEditor.styles';\nimport { RichTextSendBoxErrors } from '../../RichTextEditor/RichTextSendBoxErrors';\nimport { useLocale } from '../../../localization';\n/* @conditional-compile-remove(attachment-download) @conditional-compile-remove(attachment-upload) */\nimport { FluentV9ThemeProvider } from '../../../theming/FluentV9ThemeProvider';\n/* @conditional-compile-remove(attachment-upload) */\nimport { attachmentUploadCardsStyles } from '../../styles/SendBox.styles';\n\n/** @private */\nexport type ChatMessageComponentAsRichTextEditBoxProps = {\n onCancel?: (messageId: string) => void;\n onSubmit: (\n text: string,\n /* @conditional-compile-remove(attachment-upload) */\n attachmentMetadata?: AttachmentMetadata[]\n ) => void;\n message: ChatMessage;\n strings: MessageThreadStrings;\n};\n\n/**\n * @private\n */\nexport const ChatMessageComponentAsRichTextEditBox = (\n props: ChatMessageComponentAsRichTextEditBoxProps\n): JSX.Element => {\n const { onCancel, onSubmit, strings, message } = props;\n\n const [textValue, setTextValue] = useState<string>(message.content || '');\n /* @conditional-compile-remove(attachment-download) @conditional-compile-remove(attachment-upload) */\n const [attachmentMetadata, handleAttachmentAction] = useReducer(\n attachmentMetadataReducer,\n getMessageWithAttachmentMetadata(message) ?? []\n );\n const editTextFieldRef = React.useRef<RichTextEditorComponentRef>(null);\n const theme = useTheme();\n const messageState = getMessageState(\n textValue,\n /* @conditional-compile-remove(attachment-upload) */ attachmentMetadata ?? []\n );\n const submitEnabled = messageState === 'OK';\n\n const editContainerStyles = useChatMessageRichTextEditContainerStyles();\n const chatMyMessageStyles = useChatMyMessageStyles();\n const locale = useLocale().strings;\n\n const setText = (newValue?: string): void => {\n setTextValue(newValue ?? '');\n };\n\n const textTooLongMessage =\n messageState === 'too long'\n ? _formatString(strings.editBoxTextLimit, { limitNumber: `${MAXIMUM_LENGTH_OF_MESSAGE}` })\n : undefined;\n\n const iconClassName = useCallback(\n (isHover: boolean) => {\n const color = isHover ? theme.palette.accent : theme.palette.neutralSecondary;\n return mergeStyles(richTextEditBoxActionButtonIcon, { color });\n },\n [theme.palette.accent, theme.palette.neutralSecondary]\n );\n\n const onRenderThemedCancelIcon = useCallback(\n (isHover: boolean) => {\n return onRenderCancelIcon(iconClassName(isHover));\n },\n [iconClassName]\n );\n\n const onRenderThemedSubmitIcon = useCallback(\n (isHover: boolean) => {\n return onRenderSubmitIcon(iconClassName(isHover));\n },\n [iconClassName]\n );\n\n const actionButtons = useMemo(() => {\n return (\n <Stack horizontal>\n <InputBoxButton\n className={richTextActionButtonsStyle}\n ariaLabel={strings.editBoxCancelButton}\n tooltipContent={strings.editBoxCancelButton}\n onRenderIcon={onRenderThemedCancelIcon}\n onClick={() => {\n onCancel && onCancel(message.messageId);\n }}\n id={'dismissIconWrapper'}\n data-testId={strings.editBoxCancelButton}\n />\n <InputBoxButton\n className={richTextActionButtonsStyle}\n ariaLabel={strings.editBoxSubmitButton}\n tooltipContent={strings.editBoxSubmitButton}\n onRenderIcon={onRenderThemedSubmitIcon}\n onClick={(e) => {\n // it's very important to pass an empty attachment here\n // so when user remvoes all attachments, UI can reflect it instantly\n // if you set it to undefined, the attachments pre-edited would still be there\n // until edit message event is received\n submitEnabled &&\n onSubmit(textValue, /* @conditional-compile-remove(attachment-upload) */ attachmentMetadata);\n e.stopPropagation();\n }}\n id={'submitIconWrapper'}\n data-testId={strings.editBoxSubmitButton}\n />\n </Stack>\n );\n }, [\n /* @conditional-compile-remove(attachment-upload) */\n attachmentMetadata,\n message.messageId,\n onCancel,\n onRenderThemedCancelIcon,\n onRenderThemedSubmitIcon,\n onSubmit,\n strings.editBoxCancelButton,\n strings.editBoxSubmitButton,\n submitEnabled,\n textValue\n ]);\n const richTextLocaleStrings = useMemo(() => {\n /* @conditional-compile-remove(rich-text-editor) */\n return { ...locale.richTextSendBox, ...strings };\n return locale.sendBox;\n }, [\n /* @conditional-compile-remove(rich-text-editor) */ locale.richTextSendBox,\n /* @conditional-compile-remove(rich-text-editor) */ strings,\n locale.sendBox\n ]);\n\n /* @conditional-compile-remove(attachment-download) @conditional-compile-remove(attachment-upload) */\n const onCancelAttachmentUpload = useCallback((attachmentId: string) => {\n // edit box only capable of removing attachments\n // we need to expand attachment actions\n // if we want to support more actions e.g. add\n handleAttachmentAction({ type: 'remove', id: attachmentId });\n }, []);\n\n /* @conditional-compile-remove(attachment-download) @conditional-compile-remove(attachment-upload) */\n const onRenderAttachmentUploads = useCallback(() => {\n return (\n <Stack className={attachmentUploadCardsStyles}>\n <FluentV9ThemeProvider v8Theme={theme}>\n <_AttachmentUploadCards\n attachments={attachmentMetadata}\n onCancelAttachmentUpload={onCancelAttachmentUpload}\n />\n </FluentV9ThemeProvider>\n </Stack>\n );\n }, [attachmentMetadata, onCancelAttachmentUpload, theme]);\n\n const getContent = (): JSX.Element => {\n return (\n <Stack className={mergeStyles(editBoxWidthStyles)}>\n <RichTextSendBoxErrors textTooLongMessage={textTooLongMessage} systemMessage={message.failureReason} />\n <RichTextInputBoxComponent\n placeholderText={strings.editBoxPlaceholderText}\n onChange={setText}\n editorComponentRef={editTextFieldRef}\n initialContent={message.content}\n content={textValue}\n strings={richTextLocaleStrings}\n disabled={false}\n actionComponents={actionButtons}\n richTextEditorStyleProps={editBoxRichTextEditorStyle}\n isHorizontalLayoutDisabled={true}\n /* @conditional-compile-remove(attachment-upload) */\n onRenderAttachmentUploads={onRenderAttachmentUploads}\n />\n </Stack>\n );\n };\n\n const attached = message.attached === true ? 'center' : message.attached === 'bottom' ? 'bottom' : 'top';\n return (\n <ChatMyMessage\n attached={attached}\n root={{\n className: chatMyMessageStyles.root\n }}\n body={{\n className: mergeClasses(\n editContainerStyles.body,\n attached !== 'top' ? editContainerStyles.bodyAttached : undefined\n )\n }}\n >\n {getContent()}\n </ChatMyMessage>\n );\n};\n\nexport default ChatMessageComponentAsRichTextEditBox;\n"],"names":["useState","useReducer","attachmentMetadataReducer","getMessageWithAttachmentMetadata","useTheme","getMessageState","useChatMessageRichTextEditContainerStyles","useChatMyMessageStyles","useLocale","_formatString","MAXIMUM_LENGTH_OF_MESSAGE","useCallback","mergeStyles","richTextEditBoxActionButtonIcon","onRenderCancelIcon","onRenderSubmitIcon","useMemo","Stack","InputBoxButton","richTextActionButtonsStyle","attachmentUploadCardsStyles","FluentV9ThemeProvider","_AttachmentUploadCards","editBoxWidthStyles","RichTextSendBoxErrors","RichTextInputBoxComponent","editBoxRichTextEditorStyle","ChatMyMessage","mergeClasses"],"mappings":"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"}