@azure/communication-react 1.14.0-alpha-202403070010 → 1.14.0-alpha-202403090011

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 (58) hide show
  1. package/dist/communication-react.d.ts +21 -10
  2. package/dist/dist-cjs/communication-react/{RichTextSendBoxWrapper-DQB5BrFt.js → RichTextSendBoxWrapper-DXy3ttBO.js} +2 -2
  3. package/dist/dist-cjs/communication-react/{RichTextSendBoxWrapper-DQB5BrFt.js.map → RichTextSendBoxWrapper-DXy3ttBO.js.map} +1 -1
  4. package/dist/dist-cjs/communication-react/{index-szH03w3_.js → index-DNgYW17b.js} +148 -92
  5. package/dist/dist-cjs/communication-react/index-DNgYW17b.js.map +1 -0
  6. package/dist/dist-cjs/communication-react/index.js +1 -1
  7. package/dist/dist-esm/acs-ui-common/src/telemetryVersion.js +1 -1
  8. package/dist/dist-esm/acs-ui-common/src/telemetryVersion.js.map +1 -1
  9. package/dist/dist-esm/chat-component-bindings/src/messageThreadSelector.js +25 -27
  10. package/dist/dist-esm/chat-component-bindings/src/messageThreadSelector.js.map +1 -1
  11. package/dist/dist-esm/chat-stateful-client/src/ChatContext.js +17 -6
  12. package/dist/dist-esm/chat-stateful-client/src/ChatContext.js.map +1 -1
  13. package/dist/dist-esm/chat-stateful-client/src/ResourceDownloadQueue.d.ts +11 -13
  14. package/dist/dist-esm/chat-stateful-client/src/ResourceDownloadQueue.js +52 -56
  15. package/dist/dist-esm/chat-stateful-client/src/ResourceDownloadQueue.js.map +1 -1
  16. package/dist/dist-esm/chat-stateful-client/src/index.d.ts +1 -0
  17. package/dist/dist-esm/chat-stateful-client/src/index.js.map +1 -1
  18. package/dist/dist-esm/chat-stateful-client/src/types/ChatMessageWithStatus.d.ts +9 -1
  19. package/dist/dist-esm/chat-stateful-client/src/types/ChatMessageWithStatus.js.map +1 -1
  20. package/dist/dist-esm/communication-react/src/index.d.ts +1 -0
  21. package/dist/dist-esm/communication-react/src/index.js.map +1 -1
  22. package/dist/dist-esm/react-components/src/components/CaptionsSettingsModal.js +4 -4
  23. package/dist/dist-esm/react-components/src/components/CaptionsSettingsModal.js.map +1 -1
  24. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageContent.d.ts +2 -2
  25. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageContent.js +18 -20
  26. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageContent.js.map +1 -1
  27. package/dist/dist-esm/react-components/src/components/FileDownloadCards.d.ts +2 -2
  28. package/dist/dist-esm/react-components/src/components/FileDownloadCards.js.map +1 -1
  29. package/dist/dist-esm/react-components/src/components/ImageOverlay.d.ts +2 -2
  30. package/dist/dist-esm/react-components/src/components/ImageOverlay.js +1 -1
  31. package/dist/dist-esm/react-components/src/components/ImageOverlay.js.map +1 -1
  32. package/dist/dist-esm/react-components/src/components/MessageThread.js.map +1 -1
  33. package/dist/dist-esm/react-components/src/components/ReactionButton.d.ts +2 -0
  34. package/dist/dist-esm/react-components/src/components/ReactionButton.js +1 -1
  35. package/dist/dist-esm/react-components/src/components/ReactionButton.js.map +1 -1
  36. package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextEditor.d.ts +1 -0
  37. package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextEditor.js +3 -1
  38. package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextEditor.js.map +1 -1
  39. package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextInputBoxComponent.d.ts +1 -0
  40. package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextInputBoxComponent.js +12 -2
  41. package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextInputBoxComponent.js.map +1 -1
  42. package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextSendBox.js +1 -1
  43. package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextSendBox.js.map +1 -1
  44. package/dist/dist-esm/react-components/src/localization/locales/en-US/strings.json +1 -0
  45. package/dist/dist-esm/react-components/src/theming/themes.d.ts +1 -1
  46. package/dist/dist-esm/react-components/src/theming/themes.js +1 -1
  47. package/dist/dist-esm/react-components/src/theming/themes.js.map +1 -1
  48. package/dist/dist-esm/react-components/src/theming/v9ThemeShim.js +7 -0
  49. package/dist/dist-esm/react-components/src/theming/v9ThemeShim.js.map +1 -1
  50. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatAdapter.d.ts +2 -2
  51. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatAdapter.js.map +1 -1
  52. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreen.js +2 -2
  53. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreen.js.map +1 -1
  54. package/dist/dist-esm/react-composites/src/composites/common/SendBox.js +1 -2
  55. package/dist/dist-esm/react-composites/src/composites/common/SendBox.js.map +1 -1
  56. package/dist/tsdoc-metadata.json +1 -1
  57. package/package.json +3 -3
  58. package/dist/dist-cjs/communication-react/index-szH03w3_.js.map +0 -1
@@ -173,7 +173,7 @@ function getDefaultExportFromCjs (x) {
173
173
  // Copyright (c) Microsoft Corporation.
174
174
  // Licensed under the MIT License.
175
175
  // GENERATED FILE. DO NOT EDIT MANUALLY.
176
- var telemetryVersion = '1.14.0-alpha-202403070010';
176
+ var telemetryVersion = '1.14.0-alpha-202403090011';
177
177
 
178
178
 
179
179
  var telemetryVersion$1 = /*@__PURE__*/getDefaultExportFromCjs(telemetryVersion);
@@ -5468,7 +5468,7 @@ const typingIndicatorStringStyle = react.mergeStyles({
5468
5468
  wordBreak: 'break-word'
5469
5469
  });
5470
5470
 
5471
- var participantItem$k={isMeText:"(you)",menuTitle:"More Options",removeButtonLabel:"Remove",sharingIconLabel:"Sharing",mutedIconLabel:"Muted",displayNamePlaceholder:"Unnamed participant",participantStateRinging:"Calling...",participantStateHold:"On hold",attendeeRole:"Attendee"};var ParticipantList$l={overflowParticipantCount:"+{overflowCount} more"};var typingIndicator$k={singleUser:"{user} is typing ...",multipleUsers:"{users} are typing ...",multipleUsersAbbreviateOne:"{users} and 1 other are typing ...",multipleUsersAbbreviateMany:"{users} and {numOthers} others are typing ...",delimiter:", "};var sendBox$k={placeholderText:"Enter a message",textTooLong:"Your message length is over the maximum limit.",sendButtonAriaLabel:"Send message",fileUploadsPendingError:"Uploading... Please wait.",removeFile:"Remove file",uploading:"Uploading",uploadCompleted:"Upload completed"};var richTextSendBox={placeholderText:"Enter a message",textTooLong:"Your message length is over the maximum limit.",sendButtonAriaLabel:"Send message",fileUploadsPendingError:"Uploading... Please wait.",removeFile:"Remove file",uploading:"Uploading",uploadCompleted:"Upload completed",boldTooltip:"Bold",italicTooltip:"Italic",underlineTooltip:"Underline",bulletListTooltip:"Bulleted list",numberListTooltip:"Numbered list",increaseIndentTooltip:"Increase indent",decreaseIndentTooltip:"Decrease indent",richTextFormatButtonTooltip:"Format"};var mentionPopover$k={mentionPopoverHeader:"Suggestions"};var imageOverlay$k={downloadButtonLabel:"Download",dismissButtonAriaLabel:"Close"};var messageStatusIndicator$k={deliveredAriaLabel:"Message sent",deliveredTooltipText:"Sent",seenAriaLabel:"Message seen by others",seenTooltipText:"Seen",readByTooltipText:"Read by {messageThreadReadCount} of {remoteParticipantsCount}",sendingAriaLabel:"Message sending",sendingTooltipText:"Sending",failedToSendAriaLabel:"Message failed to send",failedToSendTooltipText:"Failed to send"};var endCallButton$k={label:"Leave",tooltipContent:"Leave call"};var cameraButton$k={onLabel:"Camera",offLabel:"Camera",tooltipDisabledContent:"Camera is disabled",tooltipOnContent:"Turn off camera",tooltipOffContent:"Turn on camera",tooltipVideoLoadingContent:"Video is loading",cameraMenuTitle:"Camera",cameraMenuTooltip:"Choose camera",cameraButtonSplitRoleDescription:"Split button",onSplitButtonAriaLabel:"Turn off camera and camera options",offSplitButtonAriaLabel:"Turn on camera and camera options",cameraActionTurnedOnAnnouncement:"Your camera has been turned on",cameraActionTurnedOffAnnouncement:"Your camera has been turned off",onSplitButtonPrimaryActionCamera:"Turn off camera",offSplitButtonPrimaryActionCamera:"Turn on camera",cameraPrimaryActionSplitButtonTitle:"Use camera",videoEffectsMenuItemTitle:"Effects"};var microphoneButton$k={onLabel:"Mic",offLabel:"Mic",tooltipDisabledContent:"Microphone is disabled",tooltipOnContent:"Mute microphone",tooltipOffContent:"Unmute microphone",microphoneMenuTitle:"Microphone",microphoneMenuTooltip:"Choose microphone",speakerMenuTitle:"Speaker",speakerMenuTooltip:"Choose speaker",microphoneButtonSplitRoleDescription:"Split button",onSplitButtonAriaLabel:"Mute microphone and audio options",offSplitButtonAriaLabel:"Unmute microphone and audio options",microphoneActionTurnedOnAnnouncement:"Your microphone has been turned on",microphoneActionTurnedOffAnnouncement:"Your microphone has been turned off",offSplitButtonMicrophonePrimaryAction:"Unmute microphone",onSplitButtonMicrophonePrimaryAction:"Mute microphone",microphonePrimaryActionSplitButtonTitle:"Use microphone"};var devicesButton$k={label:"Devices",tooltipContent:"Manage devices",cameraMenuTitle:"Camera",cameraMenuTooltip:"Choose camera",audioDeviceMenuTitle:"Audio Device",audioDeviceMenuTooltip:"Choose audio device",microphoneMenuTitle:"Microphone",microphoneMenuTooltip:"Choose microphone",speakerMenuTitle:"Speaker",speakerMenuTooltip:"Choose speaker"};var participantsButton$k={label:"People",tooltipContent:"Show participants",menuHeader:"In this call",participantsListButtonLabel:"{numParticipants} people",muteAllButtonLabel:"Mute all",copyInviteLinkButtonLabel:"Copy invite link",copyInviteLinkActionedAriaLabel:"Invite link copied"};var screenShareButton$k={onLabel:"Stop presenting",offLabel:"Present",tooltipDisabledContent:"Presenting is disabled",tooltipOnContent:"Presenting your screen",tooltipOffContent:"Present your screen"};var raiseHandButton$k={offLabel:"Raise",onLabel:"Lower",tooltipDisabledContent:"Raise Hand action is disabled",tooltipOnContent:"Lower Hand",tooltipOffContent:"Raise Hand"};var reactionButton$k={label:"React",tooltipDisabledContent:"Reaction action is disabled",tooltipContent:"Send a reaction",likeReactionTooltipContent:"Like",heartReactionTooltipContent:"Love",laughReactionTooltipContent:"Laugh",applauseReactionTooltipContent:"Applause",surprisedReactionTooltipContent:"Surprised"};var messageThread$k={yesterday:"Yesterday",sunday:"Sunday",monday:"Monday",tuesday:"Tuesday",wednesday:"Wednesday",thursday:"Thursday",friday:"Friday",saturday:"Saturday",participantJoined:"joined the chat.",participantLeft:"left the chat.",editMessage:"Edit",removeMessage:"Delete",resendMessage:"Try sending again",failToSendTag:"Failed to send",editedTag:"Edited",liveAuthorIntro:"{author} says",messageContentAriaText:"{author} said {message}",messageContentMineAriaText:"You said {message}",editBoxTextLimit:"Your message is over the limit of {limitNumber} characters",editBoxPlaceholderText:"Edit your message",newMessagesIndicator:"New messages",noDisplayNameSub:"No name",editBoxCancelButton:"Cancel",editBoxSubmitButton:"Done",messageReadCount:"Read by {messageReadByCount} of {remoteParticipantsCount}",actionMenuMoreOptions:"More Options",downloadFile:"Download file",blockedWarningText:"This message was deleted due to organizational policy.",blockedWarningLinkText:"Details",fileCardGroupMessage:"The message has {fileCount} attachment",messageDeletedAnnouncementAriaLabel:"The message is deleted"};var errorBar$k={unableToReachChatService:"You are offline",accessDenied:"Unable to access chat services - please check the user credentials provided",userNotInChatThread:"You are no longer in this chat thread",sendMessageNotInChatThread:"Failed to send message because you are no longer in this chat thread",sendMessageGeneric:"Failed to send message",callingNetworkFailure:"Troubling connecting call - you seem to be offline",startVideoGeneric:"Failed to start video",stopVideoGeneric:"Failed to stop video",muteGeneric:"Failed to mute microphone",unmuteGeneric:"Failed to unmute microphone",speakingWhileMuted:"Your microphone is muted",startScreenShareGeneric:"There was an issue starting screen share.",stopScreenShareGeneric:"Failed to stop screen sharing",callNetworkQualityLow:"Network quality is low.",callNoSpeakerFound:"No speakers or headphones found. Connect an audio device to hear the call.",callNoMicrophoneFound:"No microphones found. Connect an audio input device.",callMicrophoneAccessDenied:"Unable to access microphone. Click the lock in the address bar to grant permission to this webpage.",callMicrophoneAccessDeniedSafari:"Unable to access microphone. Refresh the page to allow permissions, or check this browser’s settings and verify permissions are enabled for this website.",callMicrophoneMutedBySystem:"You are muted by your system.",callMicrophoneUnmutedBySystem:"Your microphone recovered and you were unmuted by your system.",callMacOsMicrophoneAccessDenied:"Unable to access microphone. Grant microphone permission in your macOS privacy settings.",callLocalVideoFreeze:"Network bandwidth is poor. Your video may appear paused for others on the call.",callCameraAccessDenied:"Unable to access camera. Click the lock in the address bar to grant permission to this webpage.",callCameraAccessDeniedSafari:"Unable to access camera. Refresh the page to allow permissions, or check this browser’s settings and verify permissions are enabled for this website.",callCameraAlreadyInUse:"Unable to access camera. It may already be in use by another application.",callVideoStoppedBySystem:"Your video has been stopped by your system.",callVideoRecoveredBySystem:"Your video has resumed.",callMacOsCameraAccessDenied:"MacOS is blocking access to your camera. Update your privacy settings to allow this browser to access your camera.",callMacOsScreenShareAccessDenied:"MacOS is blocking screen sharing. Update your privacy settings to allow this browser to record your screen.",dismissButtonAriaLabel:"Close",failedToJoinCallGeneric:"Failed to join call.",failedToJoinCallInvalidMeetingLink:"Unable to join Meeting. Invalid Link.",cameraFrozenForRemoteParticipants:"Users in the call are having issues seeing your video. Please check your devices and network.",unableToStartVideoEffect:"Unable to apply video effect.",startSpotlightWhileMaxParticipantsAreSpotlighted:"Cannot start spotlight on participant(s) because the maximum number of participants are already spotlighted."};var videoGallery$k={screenIsBeingSharedMessage:"You are sharing your screen",screenShareLoadingMessage:"Loading {participant}'s screen",localVideoLabel:"You",localVideoCameraSwitcherLabel:"Switch camera",localVideoMovementLabel:"Movable Local Video Tile",localVideoSelectedDescription:"{cameraName} selected",displayNamePlaceholder:"Unnamed participant",fitRemoteParticipantToFrame:"Fit to frame",fillRemoteParticipantFrame:"Fill frame",pinParticipantForMe:"Pin for me",pinParticipantForMeLimitReached:"Pin (limit reached)",unpinParticipantForMe:"Unpin",pinParticipantMenuItemAriaLabel:"Pin {participantName}",unpinParticipantMenuItemAriaLabel:"Unpin {participantName}",pinnedParticipantAnnouncementAriaLabel:"Pinned {participantName}",unpinnedParticipantAnnouncementAriaLabel:"Unpinned {participantName}",startSpotlightVideoTileMenuLabel:"Spotlight for everyone",addSpotlightVideoTileMenuLabel:"Add spotlight",spotlightLimitReachedMenuTitle:"Spotlight limit reached",stopSpotlightVideoTileMenuLabel:"Stop spotlighting",stopSpotlightOnSelfVideoTileMenuLabel:"Exit spotlight",attendeeRole:"Attendee"};var dialpad$k={placeholderText:"Enter phone number",deleteButtonAriaLabel:"Delete"};var holdButton$k={onLabel:"Resume",offLabel:"Hold",tooltipOnContent:"Resume call",tooltipOffContent:"Hold call"};var videoTile$k={participantStateRinging:"Calling...",participantStateHold:"On hold"};var CameraAndMicrophoneSitePermissionsRequest$k={primaryText:"Allow {appName} to use your camera and microphone",secondaryText:"This is so participants can see and hear you.",linkText:"Need help? Get troubleshooting help",primaryButtonText:"Continue without camera and microphone",ariaLabel:"Allow camera and microphone access"};var CameraSitePermissionsRequest$k={primaryText:"Allow {appName} to use your camera",secondaryText:"This is so participants can see you.",linkText:"Need help? Get troubleshooting help",primaryButtonText:"Continue without camera",ariaLabel:"Allow camera access"};var MicrophoneSitePermissionsRequest$k={primaryText:"Allow {appName} to use your microphone",secondaryText:"This is so participants can hear you.",linkText:"Need help? Get troubleshooting help",primaryButtonText:"Continue without microphone",ariaLabel:"Allow microphone access"};var CameraAndMicrophoneSitePermissionsCheck$k={primaryText:"Checking for camera and microphone access",secondaryText:"Allow access if prompted. This is so participants can see and hear you.",linkText:"Need help? Get troubleshooting help",primaryButtonText:"Continue without camera and microphone",ariaLabel:"Checking for camera and microphone access. Allow access if prompted."};var CameraSitePermissionsCheck$k={primaryText:"Checking for camera access",secondaryText:"Allow access if prompted. This is so participants can see you.",linkText:"Need help? Get troubleshooting help",primaryButtonText:"Continue without camera",ariaLabel:"Checking for camera access. Allow access if prompted."};var MicrophoneSitePermissionsCheck$k={primaryText:"Checking for microphone access",secondaryText:"Allow access if prompted. This is so participants can hear you.",linkText:"Need help? Get troubleshooting help",primaryButtonText:"Continue without microphone",ariaLabel:"Checking for microphone access. Allow access if prompted."};var CameraAndMicrophoneSitePermissionsDenied$k={primaryText:"Unable to access camera and microphone",secondaryText:"Click the lock icon in the address bar to grant microphone permissions to this webpage. A page refresh may be required.",primaryButtonText:"Continue without camera and microphone",linkText:"Need help? Get troubleshooting help"};var CameraAndMicrophoneSitePermissionsDeniedSafari$k={primaryText:"Unable to access camera and microphone",secondaryText:"Refresh the page to allow permissions, or check this browser’s settings and verify permissions are enabled for this website.",primaryButtonText:"Continue without camera and microphone",linkText:"Need help? Get troubleshooting help"};var CameraSitePermissionsDenied$k={primaryText:"Unable to access camera",secondaryText:"Click the lock icon in the address bar to grant camera permissions to this webpage. A page refresh may be required.",primaryButtonText:"Continue without camera",linkText:"Need help? Get troubleshooting help"};var MicrophoneSitePermissionsDenied$k={primaryText:"Unable to access microphone",secondaryText:"Click the lock icon in the address bar to grant microphone permissions to this webpage. A page refresh may be required.",primaryButtonText:"Continue without microphone",linkText:"Need help? Get troubleshooting help"};var CameraSitePermissionsDeniedSafari$k={primaryText:"Unable to access camera",secondaryText:"Refresh the page to allow permissions, or check this browser’s settings and verify permissions are enabled for this website.",primaryButtonText:"Continue without camera",linkText:"Need help? Get troubleshooting help"};var MicrophoneSitePermissionsDeniedSafari$k={primaryText:"Unable to access microphone",secondaryText:"Refresh the page to allow permissions, or check this browser’s settings and verify permissions are enabled for this website.",primaryButtonText:"Continue without microphone",linkText:"Need help? Get troubleshooting help"};var UnsupportedBrowser$l={primaryText:"Browser not supported",secondaryText:"Please join this call using a compatible browser.",moreHelpLinkText:"See compatibility requirements"};var UnsupportedBrowserVersion$l={primaryText:"Browser update needed",secondaryText:"To ensure the best call possible, please update your browser and then try joining the call again.",moreHelpLinkText:"See compatibility requirements",continueAnywayButtonText:"Start call without updating"};var UnsupportedOperatingSystem$l={primaryText:"Operating system not supported",secondaryText:"Please join this call using a device with a compatible operating system.",moreHelpLinkText:"See compatibility requirements"};var BrowserPermissionDenied$k={primaryText:"Can't use your camera or microphone",secondaryText:"Your browser might not have access to your camera or microphone. To fix this, open System Preferences.",primaryButtonText:"Try again",linkText:"Need help? Get troubleshooting help"};var BrowserPermissionDeniedIOS$k={primaryText:"Allow microphone access to continue",secondaryText:"So other participants can hear you.",primaryButtonText:"Try again",imageAltText:"Microphone and camera device permission location for iOS",linkText:"Need help? Get troubleshooting help",step1Text:"Go to the Settings app",step2Text:"Scroll down to settings for this browser",step3Text:"Turn on Microphone (Camera optional)",step4Text:"Try joining the call again",step1DigitText:"1",step2DigitText:"2",step3DigitText:"3",step4DigitText:"4"};var verticalGallery$k={leftNavButtonAriaLabel:"previous page",rightNavButtonAriaLabel:"next page"};var en_US$1 = {participantItem:participantItem$k,ParticipantList:ParticipantList$l,typingIndicator:typingIndicator$k,sendBox:sendBox$k,richTextSendBox:richTextSendBox,mentionPopover:mentionPopover$k,imageOverlay:imageOverlay$k,messageStatusIndicator:messageStatusIndicator$k,endCallButton:endCallButton$k,cameraButton:cameraButton$k,microphoneButton:microphoneButton$k,devicesButton:devicesButton$k,participantsButton:participantsButton$k,screenShareButton:screenShareButton$k,raiseHandButton:raiseHandButton$k,reactionButton:reactionButton$k,messageThread:messageThread$k,errorBar:errorBar$k,videoGallery:videoGallery$k,dialpad:dialpad$k,holdButton:holdButton$k,videoTile:videoTile$k,CameraAndMicrophoneSitePermissionsRequest:CameraAndMicrophoneSitePermissionsRequest$k,CameraSitePermissionsRequest:CameraSitePermissionsRequest$k,MicrophoneSitePermissionsRequest:MicrophoneSitePermissionsRequest$k,CameraAndMicrophoneSitePermissionsCheck:CameraAndMicrophoneSitePermissionsCheck$k,CameraSitePermissionsCheck:CameraSitePermissionsCheck$k,MicrophoneSitePermissionsCheck:MicrophoneSitePermissionsCheck$k,CameraAndMicrophoneSitePermissionsDenied:CameraAndMicrophoneSitePermissionsDenied$k,CameraAndMicrophoneSitePermissionsDeniedSafari:CameraAndMicrophoneSitePermissionsDeniedSafari$k,CameraSitePermissionsDenied:CameraSitePermissionsDenied$k,MicrophoneSitePermissionsDenied:MicrophoneSitePermissionsDenied$k,CameraSitePermissionsDeniedSafari:CameraSitePermissionsDeniedSafari$k,MicrophoneSitePermissionsDeniedSafari:MicrophoneSitePermissionsDeniedSafari$k,UnsupportedBrowser:UnsupportedBrowser$l,UnsupportedBrowserVersion:UnsupportedBrowserVersion$l,UnsupportedOperatingSystem:UnsupportedOperatingSystem$l,BrowserPermissionDenied:BrowserPermissionDenied$k,BrowserPermissionDeniedIOS:BrowserPermissionDeniedIOS$k,verticalGallery:verticalGallery$k};
5471
+ var participantItem$k={isMeText:"(you)",menuTitle:"More Options",removeButtonLabel:"Remove",sharingIconLabel:"Sharing",mutedIconLabel:"Muted",displayNamePlaceholder:"Unnamed participant",participantStateRinging:"Calling...",participantStateHold:"On hold",attendeeRole:"Attendee"};var ParticipantList$l={overflowParticipantCount:"+{overflowCount} more"};var typingIndicator$k={singleUser:"{user} is typing ...",multipleUsers:"{users} are typing ...",multipleUsersAbbreviateOne:"{users} and 1 other are typing ...",multipleUsersAbbreviateMany:"{users} and {numOthers} others are typing ...",delimiter:", "};var sendBox$k={placeholderText:"Enter a message",textTooLong:"Your message length is over the maximum limit.",sendButtonAriaLabel:"Send message",fileUploadsPendingError:"Uploading... Please wait.",removeFile:"Remove file",uploading:"Uploading",uploadCompleted:"Upload completed"};var richTextSendBox={placeholderText:"Enter a message",textTooLong:"Your message length is over the maximum limit.",sendButtonAriaLabel:"Send message",fileUploadsPendingError:"Uploading... Please wait.",removeFile:"Remove file",uploading:"Uploading",uploadCompleted:"Upload completed",boldTooltip:"Bold",italicTooltip:"Italic",underlineTooltip:"Underline",bulletListTooltip:"Bulleted list",numberListTooltip:"Numbered list",increaseIndentTooltip:"Increase indent",decreaseIndentTooltip:"Decrease indent",richTextFormatButtonTooltip:"Format"};var mentionPopover$k={mentionPopoverHeader:"Suggestions"};var imageOverlay$k={downloadButtonLabel:"Download",dismissButtonAriaLabel:"Close"};var messageStatusIndicator$k={deliveredAriaLabel:"Message sent",deliveredTooltipText:"Sent",seenAriaLabel:"Message seen by others",seenTooltipText:"Seen",readByTooltipText:"Read by {messageThreadReadCount} of {remoteParticipantsCount}",sendingAriaLabel:"Message sending",sendingTooltipText:"Sending",failedToSendAriaLabel:"Message failed to send",failedToSendTooltipText:"Failed to send"};var endCallButton$k={label:"Leave",tooltipContent:"Leave call"};var cameraButton$k={onLabel:"Camera",offLabel:"Camera",tooltipDisabledContent:"Camera is disabled",tooltipOnContent:"Turn off camera",tooltipOffContent:"Turn on camera",tooltipVideoLoadingContent:"Video is loading",cameraMenuTitle:"Camera",cameraMenuTooltip:"Choose camera",cameraButtonSplitRoleDescription:"Split button",onSplitButtonAriaLabel:"Turn off camera and camera options",offSplitButtonAriaLabel:"Turn on camera and camera options",cameraActionTurnedOnAnnouncement:"Your camera has been turned on",cameraActionTurnedOffAnnouncement:"Your camera has been turned off",onSplitButtonPrimaryActionCamera:"Turn off camera",offSplitButtonPrimaryActionCamera:"Turn on camera",cameraPrimaryActionSplitButtonTitle:"Use camera",videoEffectsMenuItemTitle:"Effects"};var microphoneButton$k={onLabel:"Mic",offLabel:"Mic",tooltipDisabledContent:"Microphone is disabled",tooltipOnContent:"Mute microphone",tooltipOffContent:"Unmute microphone",microphoneMenuTitle:"Microphone",microphoneMenuTooltip:"Choose microphone",speakerMenuTitle:"Speaker",speakerMenuTooltip:"Choose speaker",microphoneButtonSplitRoleDescription:"Split button",onSplitButtonAriaLabel:"Mute microphone and audio options",offSplitButtonAriaLabel:"Unmute microphone and audio options",microphoneActionTurnedOnAnnouncement:"Your microphone has been turned on",microphoneActionTurnedOffAnnouncement:"Your microphone has been turned off",offSplitButtonMicrophonePrimaryAction:"Unmute microphone",onSplitButtonMicrophonePrimaryAction:"Mute microphone",microphonePrimaryActionSplitButtonTitle:"Use microphone"};var devicesButton$k={label:"Devices",tooltipContent:"Manage devices",cameraMenuTitle:"Camera",cameraMenuTooltip:"Choose camera",audioDeviceMenuTitle:"Audio Device",audioDeviceMenuTooltip:"Choose audio device",microphoneMenuTitle:"Microphone",microphoneMenuTooltip:"Choose microphone",speakerMenuTitle:"Speaker",speakerMenuTooltip:"Choose speaker"};var participantsButton$k={label:"People",tooltipContent:"Show participants",menuHeader:"In this call",participantsListButtonLabel:"{numParticipants} people",muteAllButtonLabel:"Mute all",copyInviteLinkButtonLabel:"Copy invite link",copyInviteLinkActionedAriaLabel:"Invite link copied"};var screenShareButton$k={onLabel:"Stop presenting",offLabel:"Present",tooltipDisabledContent:"Presenting is disabled",tooltipOnContent:"Presenting your screen",tooltipOffContent:"Present your screen"};var raiseHandButton$k={offLabel:"Raise",onLabel:"Lower",tooltipDisabledContent:"Raise Hand action is disabled",tooltipOnContent:"Lower Hand",tooltipOffContent:"Raise Hand"};var reactionButton$k={label:"React",ariaLabel:"React Button, Send a reaction",tooltipDisabledContent:"Reaction action is disabled",tooltipContent:"Send a reaction",likeReactionTooltipContent:"Like",heartReactionTooltipContent:"Love",laughReactionTooltipContent:"Laugh",applauseReactionTooltipContent:"Applause",surprisedReactionTooltipContent:"Surprised"};var messageThread$k={yesterday:"Yesterday",sunday:"Sunday",monday:"Monday",tuesday:"Tuesday",wednesday:"Wednesday",thursday:"Thursday",friday:"Friday",saturday:"Saturday",participantJoined:"joined the chat.",participantLeft:"left the chat.",editMessage:"Edit",removeMessage:"Delete",resendMessage:"Try sending again",failToSendTag:"Failed to send",editedTag:"Edited",liveAuthorIntro:"{author} says",messageContentAriaText:"{author} said {message}",messageContentMineAriaText:"You said {message}",editBoxTextLimit:"Your message is over the limit of {limitNumber} characters",editBoxPlaceholderText:"Edit your message",newMessagesIndicator:"New messages",noDisplayNameSub:"No name",editBoxCancelButton:"Cancel",editBoxSubmitButton:"Done",messageReadCount:"Read by {messageReadByCount} of {remoteParticipantsCount}",actionMenuMoreOptions:"More Options",downloadFile:"Download file",blockedWarningText:"This message was deleted due to organizational policy.",blockedWarningLinkText:"Details",fileCardGroupMessage:"The message has {fileCount} attachment",messageDeletedAnnouncementAriaLabel:"The message is deleted"};var errorBar$k={unableToReachChatService:"You are offline",accessDenied:"Unable to access chat services - please check the user credentials provided",userNotInChatThread:"You are no longer in this chat thread",sendMessageNotInChatThread:"Failed to send message because you are no longer in this chat thread",sendMessageGeneric:"Failed to send message",callingNetworkFailure:"Troubling connecting call - you seem to be offline",startVideoGeneric:"Failed to start video",stopVideoGeneric:"Failed to stop video",muteGeneric:"Failed to mute microphone",unmuteGeneric:"Failed to unmute microphone",speakingWhileMuted:"Your microphone is muted",startScreenShareGeneric:"There was an issue starting screen share.",stopScreenShareGeneric:"Failed to stop screen sharing",callNetworkQualityLow:"Network quality is low.",callNoSpeakerFound:"No speakers or headphones found. Connect an audio device to hear the call.",callNoMicrophoneFound:"No microphones found. Connect an audio input device.",callMicrophoneAccessDenied:"Unable to access microphone. Click the lock in the address bar to grant permission to this webpage.",callMicrophoneAccessDeniedSafari:"Unable to access microphone. Refresh the page to allow permissions, or check this browser’s settings and verify permissions are enabled for this website.",callMicrophoneMutedBySystem:"You are muted by your system.",callMicrophoneUnmutedBySystem:"Your microphone recovered and you were unmuted by your system.",callMacOsMicrophoneAccessDenied:"Unable to access microphone. Grant microphone permission in your macOS privacy settings.",callLocalVideoFreeze:"Network bandwidth is poor. Your video may appear paused for others on the call.",callCameraAccessDenied:"Unable to access camera. Click the lock in the address bar to grant permission to this webpage.",callCameraAccessDeniedSafari:"Unable to access camera. Refresh the page to allow permissions, or check this browser’s settings and verify permissions are enabled for this website.",callCameraAlreadyInUse:"Unable to access camera. It may already be in use by another application.",callVideoStoppedBySystem:"Your video has been stopped by your system.",callVideoRecoveredBySystem:"Your video has resumed.",callMacOsCameraAccessDenied:"MacOS is blocking access to your camera. Update your privacy settings to allow this browser to access your camera.",callMacOsScreenShareAccessDenied:"MacOS is blocking screen sharing. Update your privacy settings to allow this browser to record your screen.",dismissButtonAriaLabel:"Close",failedToJoinCallGeneric:"Failed to join call.",failedToJoinCallInvalidMeetingLink:"Unable to join Meeting. Invalid Link.",cameraFrozenForRemoteParticipants:"Users in the call are having issues seeing your video. Please check your devices and network.",unableToStartVideoEffect:"Unable to apply video effect.",startSpotlightWhileMaxParticipantsAreSpotlighted:"Cannot start spotlight on participant(s) because the maximum number of participants are already spotlighted."};var videoGallery$k={screenIsBeingSharedMessage:"You are sharing your screen",screenShareLoadingMessage:"Loading {participant}'s screen",localVideoLabel:"You",localVideoCameraSwitcherLabel:"Switch camera",localVideoMovementLabel:"Movable Local Video Tile",localVideoSelectedDescription:"{cameraName} selected",displayNamePlaceholder:"Unnamed participant",fitRemoteParticipantToFrame:"Fit to frame",fillRemoteParticipantFrame:"Fill frame",pinParticipantForMe:"Pin for me",pinParticipantForMeLimitReached:"Pin (limit reached)",unpinParticipantForMe:"Unpin",pinParticipantMenuItemAriaLabel:"Pin {participantName}",unpinParticipantMenuItemAriaLabel:"Unpin {participantName}",pinnedParticipantAnnouncementAriaLabel:"Pinned {participantName}",unpinnedParticipantAnnouncementAriaLabel:"Unpinned {participantName}",startSpotlightVideoTileMenuLabel:"Spotlight for everyone",addSpotlightVideoTileMenuLabel:"Add spotlight",spotlightLimitReachedMenuTitle:"Spotlight limit reached",stopSpotlightVideoTileMenuLabel:"Stop spotlighting",stopSpotlightOnSelfVideoTileMenuLabel:"Exit spotlight",attendeeRole:"Attendee"};var dialpad$k={placeholderText:"Enter phone number",deleteButtonAriaLabel:"Delete"};var holdButton$k={onLabel:"Resume",offLabel:"Hold",tooltipOnContent:"Resume call",tooltipOffContent:"Hold call"};var videoTile$k={participantStateRinging:"Calling...",participantStateHold:"On hold"};var CameraAndMicrophoneSitePermissionsRequest$k={primaryText:"Allow {appName} to use your camera and microphone",secondaryText:"This is so participants can see and hear you.",linkText:"Need help? Get troubleshooting help",primaryButtonText:"Continue without camera and microphone",ariaLabel:"Allow camera and microphone access"};var CameraSitePermissionsRequest$k={primaryText:"Allow {appName} to use your camera",secondaryText:"This is so participants can see you.",linkText:"Need help? Get troubleshooting help",primaryButtonText:"Continue without camera",ariaLabel:"Allow camera access"};var MicrophoneSitePermissionsRequest$k={primaryText:"Allow {appName} to use your microphone",secondaryText:"This is so participants can hear you.",linkText:"Need help? Get troubleshooting help",primaryButtonText:"Continue without microphone",ariaLabel:"Allow microphone access"};var CameraAndMicrophoneSitePermissionsCheck$k={primaryText:"Checking for camera and microphone access",secondaryText:"Allow access if prompted. This is so participants can see and hear you.",linkText:"Need help? Get troubleshooting help",primaryButtonText:"Continue without camera and microphone",ariaLabel:"Checking for camera and microphone access. Allow access if prompted."};var CameraSitePermissionsCheck$k={primaryText:"Checking for camera access",secondaryText:"Allow access if prompted. This is so participants can see you.",linkText:"Need help? Get troubleshooting help",primaryButtonText:"Continue without camera",ariaLabel:"Checking for camera access. Allow access if prompted."};var MicrophoneSitePermissionsCheck$k={primaryText:"Checking for microphone access",secondaryText:"Allow access if prompted. This is so participants can hear you.",linkText:"Need help? Get troubleshooting help",primaryButtonText:"Continue without microphone",ariaLabel:"Checking for microphone access. Allow access if prompted."};var CameraAndMicrophoneSitePermissionsDenied$k={primaryText:"Unable to access camera and microphone",secondaryText:"Click the lock icon in the address bar to grant microphone permissions to this webpage. A page refresh may be required.",primaryButtonText:"Continue without camera and microphone",linkText:"Need help? Get troubleshooting help"};var CameraAndMicrophoneSitePermissionsDeniedSafari$k={primaryText:"Unable to access camera and microphone",secondaryText:"Refresh the page to allow permissions, or check this browser’s settings and verify permissions are enabled for this website.",primaryButtonText:"Continue without camera and microphone",linkText:"Need help? Get troubleshooting help"};var CameraSitePermissionsDenied$k={primaryText:"Unable to access camera",secondaryText:"Click the lock icon in the address bar to grant camera permissions to this webpage. A page refresh may be required.",primaryButtonText:"Continue without camera",linkText:"Need help? Get troubleshooting help"};var MicrophoneSitePermissionsDenied$k={primaryText:"Unable to access microphone",secondaryText:"Click the lock icon in the address bar to grant microphone permissions to this webpage. A page refresh may be required.",primaryButtonText:"Continue without microphone",linkText:"Need help? Get troubleshooting help"};var CameraSitePermissionsDeniedSafari$k={primaryText:"Unable to access camera",secondaryText:"Refresh the page to allow permissions, or check this browser’s settings and verify permissions are enabled for this website.",primaryButtonText:"Continue without camera",linkText:"Need help? Get troubleshooting help"};var MicrophoneSitePermissionsDeniedSafari$k={primaryText:"Unable to access microphone",secondaryText:"Refresh the page to allow permissions, or check this browser’s settings and verify permissions are enabled for this website.",primaryButtonText:"Continue without microphone",linkText:"Need help? Get troubleshooting help"};var UnsupportedBrowser$l={primaryText:"Browser not supported",secondaryText:"Please join this call using a compatible browser.",moreHelpLinkText:"See compatibility requirements"};var UnsupportedBrowserVersion$l={primaryText:"Browser update needed",secondaryText:"To ensure the best call possible, please update your browser and then try joining the call again.",moreHelpLinkText:"See compatibility requirements",continueAnywayButtonText:"Start call without updating"};var UnsupportedOperatingSystem$l={primaryText:"Operating system not supported",secondaryText:"Please join this call using a device with a compatible operating system.",moreHelpLinkText:"See compatibility requirements"};var BrowserPermissionDenied$k={primaryText:"Can't use your camera or microphone",secondaryText:"Your browser might not have access to your camera or microphone. To fix this, open System Preferences.",primaryButtonText:"Try again",linkText:"Need help? Get troubleshooting help"};var BrowserPermissionDeniedIOS$k={primaryText:"Allow microphone access to continue",secondaryText:"So other participants can hear you.",primaryButtonText:"Try again",imageAltText:"Microphone and camera device permission location for iOS",linkText:"Need help? Get troubleshooting help",step1Text:"Go to the Settings app",step2Text:"Scroll down to settings for this browser",step3Text:"Turn on Microphone (Camera optional)",step4Text:"Try joining the call again",step1DigitText:"1",step2DigitText:"2",step3DigitText:"3",step4DigitText:"4"};var verticalGallery$k={leftNavButtonAriaLabel:"previous page",rightNavButtonAriaLabel:"next page"};var en_US$1 = {participantItem:participantItem$k,ParticipantList:ParticipantList$l,typingIndicator:typingIndicator$k,sendBox:sendBox$k,richTextSendBox:richTextSendBox,mentionPopover:mentionPopover$k,imageOverlay:imageOverlay$k,messageStatusIndicator:messageStatusIndicator$k,endCallButton:endCallButton$k,cameraButton:cameraButton$k,microphoneButton:microphoneButton$k,devicesButton:devicesButton$k,participantsButton:participantsButton$k,screenShareButton:screenShareButton$k,raiseHandButton:raiseHandButton$k,reactionButton:reactionButton$k,messageThread:messageThread$k,errorBar:errorBar$k,videoGallery:videoGallery$k,dialpad:dialpad$k,holdButton:holdButton$k,videoTile:videoTile$k,CameraAndMicrophoneSitePermissionsRequest:CameraAndMicrophoneSitePermissionsRequest$k,CameraSitePermissionsRequest:CameraSitePermissionsRequest$k,MicrophoneSitePermissionsRequest:MicrophoneSitePermissionsRequest$k,CameraAndMicrophoneSitePermissionsCheck:CameraAndMicrophoneSitePermissionsCheck$k,CameraSitePermissionsCheck:CameraSitePermissionsCheck$k,MicrophoneSitePermissionsCheck:MicrophoneSitePermissionsCheck$k,CameraAndMicrophoneSitePermissionsDenied:CameraAndMicrophoneSitePermissionsDenied$k,CameraAndMicrophoneSitePermissionsDeniedSafari:CameraAndMicrophoneSitePermissionsDeniedSafari$k,CameraSitePermissionsDenied:CameraSitePermissionsDenied$k,MicrophoneSitePermissionsDenied:MicrophoneSitePermissionsDenied$k,CameraSitePermissionsDeniedSafari:CameraSitePermissionsDeniedSafari$k,MicrophoneSitePermissionsDeniedSafari:MicrophoneSitePermissionsDeniedSafari$k,UnsupportedBrowser:UnsupportedBrowser$l,UnsupportedBrowserVersion:UnsupportedBrowserVersion$l,UnsupportedOperatingSystem:UnsupportedOperatingSystem$l,BrowserPermissionDenied:BrowserPermissionDenied$k,BrowserPermissionDeniedIOS:BrowserPermissionDeniedIOS$k,verticalGallery:verticalGallery$k};
5472
5472
 
5473
5473
  // Copyright (c) Microsoft Corporation.
5474
5474
  // Licensed under the MIT License.
@@ -6357,7 +6357,7 @@ const darkTheme = {
6357
6357
  /**
6358
6358
  * Preset dark theme for the ImageOverlay component.
6359
6359
  *
6360
- * @beta
6360
+ * @public
6361
6361
  */
6362
6362
  const imageOverlayTheme = {
6363
6363
  palette: darkTheme.palette,
@@ -9141,7 +9141,7 @@ const smallDownloadButtonContainerStyle = (theme) => {
9141
9141
  /**
9142
9142
  * Component to render a fullscreen modal for a selected image.
9143
9143
  *
9144
- * @beta
9144
+ * @public
9145
9145
  */
9146
9146
  const ImageOverlay = (props) => {
9147
9147
  const { isOpen, imageSrc, title, titleIcon, altText, onDownloadButtonClicked, onDismiss } = props;
@@ -9468,7 +9468,9 @@ const RichTextEditor = React.forwardRef((props, ref) => {
9468
9468
  // TODO: confirm the color during inline images implementation
9469
9469
  imageSelectionBorderColor: 'blue',
9470
9470
  // doNotAdjustEditorColor is used to fix the default background color for Rooster component
9471
- doNotAdjustEditorColor: true }))));
9471
+ doNotAdjustEditorColor: true,
9472
+ // if we don't use 'allowKeyboardEventPropagation' only the enter key is caught
9473
+ onKeyDown: props.onKeyDown }))));
9472
9474
  });
9473
9475
 
9474
9476
  // Copyright (c) Microsoft Corporation.
@@ -9505,7 +9507,7 @@ const richTextBorderBoxStyle = (props) => {
9505
9507
  * @private
9506
9508
  */
9507
9509
  const RichTextInputBoxComponent = (props) => {
9508
- const { placeholderText, initialContent, onChange, editorComponentRef, disabled, strings, actionComponents, richTextEditorStyleProps, supportHorizontalLayout = true } = props;
9510
+ const { placeholderText, initialContent, onChange, onEnterKeyDown, editorComponentRef, disabled, strings, actionComponents, richTextEditorStyleProps, supportHorizontalLayout = true } = props;
9509
9511
  const theme = useTheme();
9510
9512
  const [showRichTextEditorFormatting, setShowRichTextEditorFormatting] = React.useState(false);
9511
9513
  const onRenderRichTextEditorIcon = React.useCallback((isHover) => (React.createElement(react.Icon, { iconName: isHover || showRichTextEditorFormatting ? 'RichTextEditorButtonIconFilled' : 'RichTextEditorButtonIcon', className: richTextFormatButtonIconStyle(theme, !disabled && (isHover || showRichTextEditorFormatting)) })), [disabled, showRichTextEditorFormatting, theme]);
@@ -9531,13 +9533,22 @@ const RichTextInputBoxComponent = (props) => {
9531
9533
  const richTextEditorStyle = React.useMemo(() => {
9532
9534
  return richTextEditorStyleProps(showRichTextEditorFormatting);
9533
9535
  }, [richTextEditorStyleProps, showRichTextEditorFormatting]);
9536
+ const onKeyDown = React.useCallback((ev) => {
9537
+ if (isEnterKeyEventFromCompositionSession(ev)) {
9538
+ return;
9539
+ }
9540
+ if (ev.key === 'Enter' && ev.shiftKey === false && !showRichTextEditorFormatting) {
9541
+ ev.preventDefault();
9542
+ onEnterKeyDown && onEnterKeyDown();
9543
+ }
9544
+ }, [onEnterKeyDown, showRichTextEditorFormatting]);
9534
9545
  return (React.createElement("div", { className: richTextBorderBoxStyle({
9535
9546
  theme: theme,
9536
9547
  disabled: !!disabled
9537
9548
  }) },
9538
9549
  React.createElement(react.Stack, { grow: true, horizontal: supportHorizontalLayout && !showRichTextEditorFormatting, className: inputBoxContentStackStyle },
9539
9550
  React.createElement(react.Stack, { grow: true, className: inputBoxRichTextStackStyle },
9540
- React.createElement(RichTextEditor, { initialContent: initialContent, placeholderText: placeholderText, onChange: onChange, ref: editorComponentRef, strings: strings, showRichTextEditorFormatting: showRichTextEditorFormatting, styles: richTextEditorStyle })),
9551
+ React.createElement(RichTextEditor, { initialContent: initialContent, placeholderText: placeholderText, onChange: onChange, onKeyDown: onKeyDown, ref: editorComponentRef, strings: strings, showRichTextEditorFormatting: showRichTextEditorFormatting, styles: richTextEditorStyle })),
9541
9552
  actionButtons)));
9542
9553
  };
9543
9554
 
@@ -9720,7 +9731,7 @@ const RichTextSendBox = (props) => {
9720
9731
  }, [localeStrings.sendButtonAriaLabel, onRenderSendIcon, sendMessageOnClick]);
9721
9732
  return (React.createElement(react.Stack, null,
9722
9733
  React.createElement(RichTextSendBoxErrors, Object.assign({}, sendBoxErrorsProps)),
9723
- React.createElement(RichTextInputBoxComponent, { placeholderText: strings.placeholderText, onChange: setContent, editorComponentRef: editorComponentRef, strings: strings, disabled: disabled, actionComponents: sendButton, richTextEditorStyleProps: sendBoxRichTextEditorStyle })));
9734
+ React.createElement(RichTextInputBoxComponent, { placeholderText: strings.placeholderText, onChange: setContent, onEnterKeyDown: sendMessageOnClick, editorComponentRef: editorComponentRef, strings: strings, disabled: disabled, actionComponents: sendButton, richTextEditorStyleProps: sendBoxRichTextEditorStyle })));
9724
9735
  };
9725
9736
 
9726
9737
  // Copyright (c) Microsoft Corporation.
@@ -10720,10 +10731,17 @@ const mapAliasColors = (palette, inverted) => {
10720
10731
  colorBrandBackground2: palette.themeLighterAlt,
10721
10732
  colorBrandBackground2Hover: palette.themeLighterAlt,
10722
10733
  colorBrandBackground2Pressed: palette.themeLighterAlt,
10734
+ colorBrandBackground3Static: palette.themeDark,
10735
+ colorBrandBackground4Static: palette.themeDarker,
10723
10736
  colorBrandBackgroundInverted: palette.white,
10724
10737
  colorBrandBackgroundInvertedHover: palette.themeLighterAlt,
10725
10738
  colorBrandBackgroundInvertedPressed: palette.themeLight,
10726
10739
  colorBrandBackgroundInvertedSelected: palette.themeLighter,
10740
+ colorNeutralCardBackground: inverted ? grey[20] : grey[98],
10741
+ colorNeutralCardBackgroundHover: inverted ? grey[24] : palette.white,
10742
+ colorNeutralCardBackgroundPressed: inverted ? grey[18] : grey[96],
10743
+ colorNeutralCardBackgroundSelected: inverted ? grey[22] : grey[92],
10744
+ colorNeutralCardBackgroundDisabled: inverted ? grey[8] : grey[94],
10727
10745
  colorNeutralStrokeAccessible: palette.neutralSecondary,
10728
10746
  colorNeutralStrokeAccessibleHover: palette.neutralSecondary,
10729
10747
  colorNeutralStrokeAccessiblePressed: palette.neutralSecondary,
@@ -11351,17 +11369,7 @@ const BlockedMessageContent = (props) => {
11351
11369
  blockedMessage && React.createElement("p", null, blockedMessage),
11352
11370
  blockedMessageLink && (React.createElement(react.Link, { target: '_blank', href: blockedMessageLink }, blockedMessageLinkText))) }));
11353
11371
  };
11354
- // https://stackoverflow.com/questions/28899298/extract-the-text-out-of-html-string-using-javascript
11355
- const extractContent = (s) => {
11356
- const span = document.createElement('span');
11357
- span.innerHTML = s;
11358
- return span.textContent || span.innerText;
11359
- };
11360
- const generateLiveMessage = (props) => {
11361
- const liveAuthor = _formatString(props.strings.liveAuthorIntro, { author: `${props.message.senderDisplayName}` });
11362
- return `${props.message.editedOn ? props.strings.editedTag : ''} ${props.message.mine ? '' : liveAuthor} ${extractContent(props.message.content || '')} `;
11363
- };
11364
- const messageContentAriaText = (props) => {
11372
+ const extractContentForAllyMessage = (props) => {
11365
11373
  if (props.message.content) {
11366
11374
  // Replace all <img> tags with 'image' for aria.
11367
11375
  const parsedContent = DOMPurify.sanitize(props.message.content, {
@@ -11378,16 +11386,24 @@ const messageContentAriaText = (props) => {
11378
11386
  });
11379
11387
  // Strip all html tags from the content for aria.
11380
11388
  const message = DOMPurify.sanitize(parsedContent, { ALLOWED_TAGS: [] });
11381
- return props.message.mine
11382
- ? _formatString(props.strings.messageContentMineAriaText, {
11383
- message: message
11384
- })
11385
- : _formatString(props.strings.messageContentAriaText, {
11386
- author: `${props.message.senderDisplayName}`,
11387
- message: message
11388
- });
11389
+ return message;
11389
11390
  }
11390
- return undefined;
11391
+ return '';
11392
+ };
11393
+ const generateLiveMessage = (props) => {
11394
+ const liveAuthor = _formatString(props.strings.liveAuthorIntro, { author: `${props.message.senderDisplayName}` });
11395
+ return `${props.message.editedOn ? props.strings.editedTag : ''} ${props.message.mine ? '' : liveAuthor} ${extractContentForAllyMessage(props)} `;
11396
+ };
11397
+ const messageContentAriaText = (props) => {
11398
+ const message = extractContentForAllyMessage(props);
11399
+ return props.message.mine
11400
+ ? _formatString(props.strings.messageContentMineAriaText, {
11401
+ message: message
11402
+ })
11403
+ : _formatString(props.strings.messageContentAriaText, {
11404
+ author: `${props.message.senderDisplayName}`,
11405
+ message: message
11406
+ });
11391
11407
  };
11392
11408
  /* @conditional-compile-remove(image-overlay) */
11393
11409
  const defaultOnRenderInlineImage = (inlineImage) => {
@@ -18650,7 +18666,7 @@ const ReactionButton = (props) => {
18650
18666
  return (React.createElement(ControlBarButton, Object.assign({}, props, { className: react.mergeStyles(styles, props.styles), menuProps: {
18651
18667
  shouldFocusOnMount: true,
18652
18668
  items: emojiList
18653
- }, onRenderIcon: (_f = props.onRenderIcon) !== null && _f !== void 0 ? _f : onRenderIcon, strings: strings, labelKey: (_g = props.labelKey) !== null && _g !== void 0 ? _g : 'reactionButtonLabel', onRenderMenuIcon: () => React.createElement("div", null), disabled: props.disabled })));
18669
+ }, onRenderIcon: (_f = props.onRenderIcon) !== null && _f !== void 0 ? _f : onRenderIcon, strings: strings, labelKey: (_g = props.labelKey) !== null && _g !== void 0 ? _g : 'reactionButtonLabel', onRenderMenuIcon: () => React.createElement("div", null), disabled: props.disabled, ariaLabel: strings.ariaLabel })));
18654
18670
  };
18655
18671
  /* @conditional-compile-remove(reaction) */
18656
18672
  const reactionButtonStyles = (theme) => ({
@@ -20428,12 +20444,12 @@ const _CaptionsSettingsModal = (props) => {
20428
20444
  const theme = react.useTheme();
20429
20445
  const [hasSetSpokenLanguage, setHasSetSpokenLanguage] = React.useState(false);
20430
20446
  const [selectedSpokenLanguage, setSelectedSpokenLanguage] = React.useState({
20431
- key: currentSpokenLanguage !== null && currentSpokenLanguage !== void 0 ? currentSpokenLanguage : defaultSpokenLanguage,
20432
- text: currentSpokenLanguage !== null && currentSpokenLanguage !== void 0 ? currentSpokenLanguage : defaultSpokenLanguage
20447
+ key: currentSpokenLanguage || defaultSpokenLanguage,
20448
+ text: currentSpokenLanguage || defaultSpokenLanguage
20433
20449
  });
20434
20450
  const [selectedCaptionLanguage, setSelectedCaptionLanguage] = React.useState({
20435
- key: currentCaptionLanguage !== null && currentCaptionLanguage !== void 0 ? currentCaptionLanguage : _spokenLanguageToCaptionLanguage[selectedSpokenLanguage.key],
20436
- text: currentCaptionLanguage !== null && currentCaptionLanguage !== void 0 ? currentCaptionLanguage : _spokenLanguageToCaptionLanguage[selectedSpokenLanguage.key]
20451
+ key: currentCaptionLanguage || _spokenLanguageToCaptionLanguage[selectedSpokenLanguage.key],
20452
+ text: currentCaptionLanguage || _spokenLanguageToCaptionLanguage[selectedSpokenLanguage.key]
20437
20453
  });
20438
20454
  React.useEffect(() => {
20439
20455
  // set spoken language when start captions with a spoken language specified.
@@ -22016,7 +22032,7 @@ const extractTeamsAttachmentsMetadata = (attachments) => {
22016
22032
  const files = [];
22017
22033
  attachments.forEach((attachment) => {
22018
22034
  var _a;
22019
- const attachmentType = mapAttachmentType(attachment.attachmentType);
22035
+ const attachmentType = attachment.attachmentType;
22020
22036
  /* @conditional-compile-remove(file-sharing) */
22021
22037
  const contentType = extractAttachmentContentTypeFromName(attachment.name);
22022
22038
  /* @conditional-compile-remove(file-sharing) */
@@ -22051,17 +22067,6 @@ const convertToUiBlockedMessage = (message, userId, isSeen, isLargeGroup) => {
22051
22067
  };
22052
22068
  };
22053
22069
  /* @conditional-compile-remove(file-sharing) */
22054
- const mapAttachmentType = (attachmentType) => {
22055
- if (attachmentType === 'image') {
22056
- return 'inlineImage';
22057
- }
22058
- /* @conditional-compile-remove(file-sharing) */
22059
- if (attachmentType === 'file') {
22060
- return 'file';
22061
- }
22062
- return 'unknown';
22063
- };
22064
- /* @conditional-compile-remove(file-sharing) */
22065
22070
  const extractAttachmentUrl = (attachment) => {
22066
22071
  return attachment.previewUrl ? attachment.previewUrl : attachment.url || '';
22067
22072
  };
@@ -22078,11 +22083,11 @@ const processChatMessageContent = (message) => {
22078
22083
  if (content) {
22079
22084
  const document = new DOMParser().parseFromString(content !== null && content !== void 0 ? content : '', 'text/html');
22080
22085
  document.querySelectorAll('img').forEach((img) => {
22081
- var _a, _b, _c;
22086
+ var _a, _b;
22082
22087
  const attachmentPreviewUrl = (_a = attachments.find((attachment) => attachment.id === img.id)) === null || _a === void 0 ? void 0 : _a.previewUrl;
22083
22088
  if (attachmentPreviewUrl) {
22084
- const src = (_c = (_b = message.resourceCache) === null || _b === void 0 ? void 0 : _b[attachmentPreviewUrl]) !== null && _c !== void 0 ? _c : '';
22085
- img.src = src;
22089
+ const resourceCache = (_b = message.resourceCache) === null || _b === void 0 ? void 0 : _b[attachmentPreviewUrl];
22090
+ img.src = getResourceSourceUrl(resourceCache);
22086
22091
  }
22087
22092
  });
22088
22093
  content = document.body.innerHTML;
@@ -22104,15 +22109,30 @@ const processChatMessageContent = (message) => {
22104
22109
  };
22105
22110
  /* @conditional-compile-remove(teams-inline-images-and-file-sharing) */
22106
22111
  const generateImageAttachmentImgHtml = (message, attachment) => {
22107
- var _a, _b;
22112
+ var _a;
22108
22113
  if (attachment.previewUrl !== undefined) {
22109
22114
  const contentType = extractAttachmentContentTypeFromName(attachment.name);
22110
- const src = (_b = (_a = message.resourceCache) === null || _a === void 0 ? void 0 : _a[attachment.previewUrl]) !== null && _b !== void 0 ? _b : '';
22115
+ const resourceCache = (_a = message.resourceCache) === null || _a === void 0 ? void 0 : _a[attachment.previewUrl];
22116
+ const src = getResourceSourceUrl(resourceCache);
22111
22117
  return `\r\n<p><img alt="image" src="${src}" itemscope="${contentType}" id="${attachment.id}"></p>`;
22112
22118
  }
22113
22119
  return '';
22114
22120
  };
22115
22121
  /* @conditional-compile-remove(teams-inline-images-and-file-sharing) */
22122
+ const getResourceSourceUrl = (result) => {
22123
+ let src = '';
22124
+ if (result) {
22125
+ if (result.error) {
22126
+ // In case of an error we set src to some invalid value to show broken image
22127
+ src = 'blob://';
22128
+ }
22129
+ else {
22130
+ src = result.sourceUrl;
22131
+ }
22132
+ }
22133
+ return src;
22134
+ };
22135
+ /* @conditional-compile-remove(teams-inline-images-and-file-sharing) */
22116
22136
  const extractAttachmentContentTypeFromName = (name) => {
22117
22137
  if (name === undefined) {
22118
22138
  return '';
@@ -22124,29 +22144,23 @@ const extractAttachmentContentTypeFromName = (name) => {
22124
22144
  const contentType = name.substring(indexOfLastDot + 1);
22125
22145
  return contentType;
22126
22146
  };
22127
- /* @conditional-compile-remove(file-sharing) @conditional-compile-remove(teams-inline-images-and-file-sharing) */
22147
+ /* @conditional-compile-remove(file-sharing) */
22128
22148
  const extractAttachmentsMetadata = (message) => {
22129
22149
  var _a, _b;
22130
- /* @conditional-compile-remove(file-sharing) */
22131
22150
  let files = [];
22132
- /* @conditional-compile-remove(file-sharing) */
22133
22151
  if (message.metadata) {
22134
22152
  files = files.concat(extractAttachedFilesMetadata(message.metadata));
22135
22153
  }
22136
- /* @conditional-compile-remove(file-sharing) */
22137
22154
  if ((_a = message.content) === null || _a === void 0 ? void 0 : _a.attachments) {
22138
22155
  const teamsAttachments = extractTeamsAttachmentsMetadata((_b = message.content) === null || _b === void 0 ? void 0 : _b.attachments);
22139
- /* @conditional-compile-remove(file-sharing) */
22140
22156
  files = files.concat(teamsAttachments.files);
22141
22157
  }
22142
- return {
22143
- /* @conditional-compile-remove(file-sharing) */ files
22144
- };
22158
+ return { files };
22145
22159
  };
22146
22160
  const convertToUiChatMessage = (message, userId, isSeen, isLargeGroup) => {
22147
22161
  const messageSenderId = message.sender !== undefined ? toFlatCommunicationIdentifier(message.sender) : userId;
22148
- /* @conditional-compile-remove(file-sharing) @conditional-compile-remove(teams-inline-images-and-file-sharing) */
22149
- const { /* @conditional-compile-remove(file-sharing) */ files } = extractAttachmentsMetadata(message);
22162
+ /* @conditional-compile-remove(file-sharing) */
22163
+ const { files } = extractAttachmentsMetadata(message);
22150
22164
  return {
22151
22165
  messageType: 'chat',
22152
22166
  createdOn: message.createdOn,
@@ -22580,6 +22594,7 @@ class ResourceDownloadQueue {
22580
22594
  constructor(context, credential) {
22581
22595
  this._messagesNeedingResourceRetrieval = [];
22582
22596
  this.isActive = false;
22597
+ this._requestsToCancel = {};
22583
22598
  this._context = context;
22584
22599
  this._credential = credential;
22585
22600
  }
@@ -22627,10 +22642,31 @@ class ResourceDownloadQueue {
22627
22642
  }
22628
22643
  });
22629
22644
  }
22645
+ cancelAllRequests() {
22646
+ for (const key in this._requestsToCancel) {
22647
+ this._requestsToCancel[key].abortController.abort();
22648
+ }
22649
+ this._requestsToCancel = {};
22650
+ }
22651
+ cancelRequest(url) {
22652
+ if (this._requestsToCancel[url]) {
22653
+ this._requestsToCancel[url].abortController.abort();
22654
+ delete this._requestsToCancel[url];
22655
+ }
22656
+ }
22630
22657
  downloadSingleUrl(message, resourceUrl, operation) {
22631
22658
  return __awaiter$t(this, void 0, void 0, function* () {
22632
- const blobUrl = yield this.downloadResource(operation, resourceUrl);
22633
- message = Object.assign(Object.assign({}, message), { resourceCache: Object.assign(Object.assign({}, message.resourceCache), { [resourceUrl]: blobUrl }) });
22659
+ const response = { sourceUrl: '' };
22660
+ try {
22661
+ const abortController = new AbortController();
22662
+ const blobUrl = yield this.downloadResource(operation, resourceUrl, abortController);
22663
+ response.sourceUrl = blobUrl;
22664
+ }
22665
+ catch (error) {
22666
+ response.error = error;
22667
+ delete this._requestsToCancel[resourceUrl];
22668
+ }
22669
+ message = Object.assign(Object.assign({}, message), { resourceCache: Object.assign(Object.assign({}, message.resourceCache), { [resourceUrl]: response }) });
22634
22670
  return message;
22635
22671
  });
22636
22672
  }
@@ -22644,23 +22680,28 @@ class ResourceDownloadQueue {
22644
22680
  }
22645
22681
  for (const attachment of attachments) {
22646
22682
  if (attachment.previewUrl && attachment.attachmentType === 'image') {
22647
- const blobUrl = yield this.downloadResource(operation, attachment.previewUrl);
22648
- message.resourceCache[attachment.previewUrl] = blobUrl;
22683
+ const response = { sourceUrl: '' };
22684
+ try {
22685
+ const abortController = new AbortController();
22686
+ const blobUrl = yield this.downloadResource(operation, attachment.previewUrl, abortController);
22687
+ response.sourceUrl = blobUrl;
22688
+ }
22689
+ catch (error) {
22690
+ response.error = error;
22691
+ delete this._requestsToCancel[attachment.previewUrl];
22692
+ }
22693
+ message.resourceCache[attachment.previewUrl] = response;
22649
22694
  }
22650
22695
  }
22651
22696
  }
22652
22697
  return message;
22653
22698
  });
22654
22699
  }
22655
- downloadResource(operation, url) {
22700
+ downloadResource(operation, url, abortController) {
22656
22701
  return __awaiter$t(this, void 0, void 0, function* () {
22657
- let blobUrl = URL.createObjectURL(new Blob());
22658
- try {
22659
- blobUrl = yield operation(url, this._credential);
22660
- }
22661
- catch (error) {
22662
- console.log('Downloading Resource error: ', error);
22663
- }
22702
+ this._requestsToCancel[url] = { src: url, abortController };
22703
+ const blobUrl = yield operation(url, this._credential, { abortController });
22704
+ delete this._requestsToCancel[url];
22664
22705
  return blobUrl;
22665
22706
  });
22666
22707
  }
@@ -22669,13 +22710,17 @@ class ResourceDownloadQueue {
22669
22710
  /**
22670
22711
  * @private
22671
22712
  */
22672
- const fetchImageSource = (src, credential) => __awaiter$t(void 0, void 0, void 0, function* () {
22673
- function fetchWithAuthentication(url, token) {
22713
+ const fetchImageSource = (src, credential, options) => __awaiter$t(void 0, void 0, void 0, function* () {
22714
+ function fetchWithAuthentication(url, token, options) {
22674
22715
  return __awaiter$t(this, void 0, void 0, function* () {
22675
22716
  const headers = new Headers();
22676
22717
  headers.append('Authorization', `Bearer ${token}`);
22677
22718
  try {
22678
- return yield fetchWithTimeout(url, { headers });
22719
+ return yield fetchWithTimeout(url, {
22720
+ timeout: options.timeout,
22721
+ headers,
22722
+ abortController: options.abortController
22723
+ });
22679
22724
  }
22680
22725
  catch (err) {
22681
22726
  throw new ChatError('ChatThreadClient.getMessage', err);
@@ -22685,16 +22730,17 @@ const fetchImageSource = (src, credential) => __awaiter$t(void 0, void 0, void 0
22685
22730
  function fetchWithTimeout(resource, options) {
22686
22731
  return __awaiter$t(this, void 0, void 0, function* () {
22687
22732
  // default timeout is 30 seconds
22688
- const { timeout = 30000 } = options;
22689
- const controller = new AbortController();
22690
- const id = setTimeout(() => controller.abort(), timeout);
22691
- const response = yield fetch(resource, Object.assign(Object.assign({}, options), { signal: controller.signal }));
22733
+ const { timeout = 30000, abortController } = options;
22734
+ const id = setTimeout(() => {
22735
+ abortController.abort();
22736
+ }, timeout);
22737
+ const response = yield fetch(resource, Object.assign(Object.assign({}, options), { signal: abortController.signal }));
22692
22738
  clearTimeout(id);
22693
22739
  return response;
22694
22740
  });
22695
22741
  }
22696
22742
  const accessToken = yield credential.getToken();
22697
- const response = yield fetchWithAuthentication(src, accessToken.token);
22743
+ const response = yield fetchWithAuthentication(src, accessToken.token, options);
22698
22744
  const blob = yield response.blob();
22699
22745
  return URL.createObjectURL(blob);
22700
22746
  });
@@ -22760,14 +22806,17 @@ let ChatContext$1 = class ChatContext {
22760
22806
  /* @conditional-compile-remove(teams-inline-images-and-file-sharing) */
22761
22807
  dispose() {
22762
22808
  this.modifyState((draft) => {
22809
+ var _a, _b;
22810
+ (_a = this._inlineImageQueue) === null || _a === void 0 ? void 0 : _a.cancelAllRequests();
22811
+ (_b = this._fullsizeImageQueue) === null || _b === void 0 ? void 0 : _b.cancelAllRequests();
22763
22812
  Object.keys(draft.threads).forEach((threadId) => {
22764
22813
  const thread = draft.threads[threadId];
22765
22814
  Object.keys(thread.chatMessages).forEach((messageId) => {
22766
22815
  const cache = thread.chatMessages[messageId].resourceCache;
22767
22816
  if (cache) {
22768
22817
  Object.keys(cache).forEach((resourceUrl) => {
22769
- const blobUrl = cache[resourceUrl];
22770
- URL.revokeObjectURL(blobUrl);
22818
+ const resource = cache[resourceUrl];
22819
+ URL.revokeObjectURL(resource.sourceUrl);
22771
22820
  });
22772
22821
  }
22773
22822
  thread.chatMessages[messageId].resourceCache = undefined;
@@ -22796,11 +22845,19 @@ let ChatContext$1 = class ChatContext {
22796
22845
  /* @conditional-compile-remove(teams-inline-images-and-file-sharing) */
22797
22846
  removeResourceFromCache(threadId, messageId, resourceUrl) {
22798
22847
  this.modifyState((draft) => {
22799
- var _a;
22848
+ var _a, _b, _c;
22800
22849
  const message = (_a = draft.threads[threadId]) === null || _a === void 0 ? void 0 : _a.chatMessages[messageId];
22801
- if (message && message.resourceCache) {
22802
- const blobUrl = message.resourceCache[resourceUrl];
22803
- URL.revokeObjectURL(blobUrl);
22850
+ if (message && this._fullsizeImageQueue && this._fullsizeImageQueue.containsMessageWithSameAttachments(message)) {
22851
+ (_b = this._fullsizeImageQueue) === null || _b === void 0 ? void 0 : _b.cancelRequest(resourceUrl);
22852
+ }
22853
+ else if (message &&
22854
+ this._inlineImageQueue &&
22855
+ this._inlineImageQueue.containsMessageWithSameAttachments(message)) {
22856
+ (_c = this._inlineImageQueue) === null || _c === void 0 ? void 0 : _c.cancelRequest(resourceUrl);
22857
+ }
22858
+ if (message && message.resourceCache && message.resourceCache[resourceUrl]) {
22859
+ const resource = message.resourceCache[resourceUrl];
22860
+ URL.revokeObjectURL(resource.sourceUrl);
22804
22861
  delete message.resourceCache[resourceUrl];
22805
22862
  }
22806
22863
  });
@@ -25396,7 +25453,7 @@ const useSelector$2 = (selector, selectorProps) => {
25396
25453
  // Copyright (c) Microsoft Corporation.
25397
25454
  // Licensed under the MIT License.
25398
25455
  /* @conditional-compile-remove(rich-text-editor) */
25399
- const RichTextSendBoxWrapper = React.lazy(() => Promise.resolve().then(function () { return require('./RichTextSendBoxWrapper-DQB5BrFt.js'); }).then((module) => ({ default: module.RichTextSendBoxWrapper })));
25456
+ const RichTextSendBoxWrapper = React.lazy(() => Promise.resolve().then(function () { return require('./RichTextSendBoxWrapper-DXy3ttBO.js'); }).then((module) => ({ default: module.RichTextSendBoxWrapper })));
25400
25457
  /**
25401
25458
  * @private
25402
25459
  */
@@ -25424,8 +25481,7 @@ const SendBox = (props) => {
25424
25481
  // /* @conditional-compile-remove(rich-text-editor) */
25425
25482
  if ((options === null || options === void 0 ? void 0 : options.richTextEditor) === true) {
25426
25483
  return (React.createElement(React.Suspense, { fallback: simpleSendBox },
25427
- React.createElement(RichTextSendBoxWrapper, null),
25428
- ";"));
25484
+ React.createElement(RichTextSendBoxWrapper, null)));
25429
25485
  }
25430
25486
  return simpleSendBox;
25431
25487
  };
@@ -25477,7 +25533,7 @@ const ChatScreen = (props) => {
25477
25533
  const message = adapter.getState().thread.chatMessages[overlayImageItem === null || overlayImageItem === void 0 ? void 0 : overlayImageItem.messageId];
25478
25534
  const resourceCache = message.resourceCache;
25479
25535
  if (overlayImageItem.imageSrc === '' && resourceCache) {
25480
- const fullSizeImageSrc = resourceCache[overlayImageItem.imageUrl];
25536
+ const fullSizeImageSrc = resourceCache[overlayImageItem.imageUrl].sourceUrl;
25481
25537
  if (fullSizeImageSrc === undefined || fullSizeImageSrc === '' || overlayImageItem.imageSrc === fullSizeImageSrc) {
25482
25538
  return;
25483
25539
  }
@@ -25524,7 +25580,7 @@ const ChatScreen = (props) => {
25524
25580
  let imageSrc = '';
25525
25581
  if (attachment.url) {
25526
25582
  if (resourceCache && resourceCache[attachment.url]) {
25527
- imageSrc = resourceCache[attachment.url];
25583
+ imageSrc = resourceCache[attachment.url].sourceUrl;
25528
25584
  }
25529
25585
  else {
25530
25586
  adapter.downloadResourceToCache({
@@ -38008,4 +38064,4 @@ exports.useTeamsCall = useTeamsCall;
38008
38064
  exports.useTeamsCallAdapter = useTeamsCallAdapter;
38009
38065
  exports.useTeamsCallAgent = useTeamsCallAgent;
38010
38066
  exports.useTheme = useTheme;
38011
- //# sourceMappingURL=index-szH03w3_.js.map
38067
+ //# sourceMappingURL=index-DNgYW17b.js.map