@azure/communication-react 1.18.0-alpha-202407200014 → 1.18.0-alpha-202407262302
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.
- package/dist/communication-react.d.ts +33 -94
 - package/dist/dist-cjs/communication-react/{ChatMessageComponentAsRichTextEditBox-D4ctXnw1.js → ChatMessageComponentAsRichTextEditBox-CmXCpkwp.js} +9 -58
 - package/dist/dist-cjs/communication-react/ChatMessageComponentAsRichTextEditBox-CmXCpkwp.js.map +1 -0
 - package/dist/dist-cjs/communication-react/{RichTextSendBoxWrapper-F6eqVXer.js → RichTextSendBoxWrapper-DI4k0qyf.js} +2 -2
 - package/dist/dist-cjs/communication-react/{RichTextSendBoxWrapper-F6eqVXer.js.map → RichTextSendBoxWrapper-DI4k0qyf.js.map} +1 -1
 - package/dist/dist-cjs/communication-react/{index-BJO_NOTU.js → index-BSczaURy.js} +479 -831
 - package/dist/dist-cjs/communication-react/index-BSczaURy.js.map +1 -0
 - package/dist/dist-cjs/communication-react/index.js +1 -1
 - package/dist/dist-esm/acs-ui-common/src/telemetryVersion.js +1 -1
 - package/dist/dist-esm/acs-ui-common/src/telemetryVersion.js.map +1 -1
 - package/dist/dist-esm/calling-component-bindings/src/baseSelectors.d.ts +1 -1
 - package/dist/dist-esm/calling-component-bindings/src/baseSelectors.js +3 -3
 - package/dist/dist-esm/calling-component-bindings/src/baseSelectors.js.map +1 -1
 - package/dist/dist-esm/calling-component-bindings/src/notificationStackSelector.js +2 -2
 - package/dist/dist-esm/calling-component-bindings/src/notificationStackSelector.js.map +1 -1
 - package/dist/dist-esm/calling-stateful-client/src/CallAgentDeclarative.d.ts +3 -3
 - package/dist/dist-esm/calling-stateful-client/src/CallAgentDeclarative.js.map +1 -1
 - package/dist/dist-esm/calling-stateful-client/src/CallAgentDeclarativeCommon.d.ts +1 -1
 - package/dist/dist-esm/calling-stateful-client/src/CallAgentDeclarativeCommon.js +7 -15
 - package/dist/dist-esm/calling-stateful-client/src/CallAgentDeclarativeCommon.js.map +1 -1
 - package/dist/dist-esm/calling-stateful-client/src/CallClientState.d.ts +1 -3
 - package/dist/dist-esm/calling-stateful-client/src/CallClientState.js.map +1 -1
 - package/dist/dist-esm/calling-stateful-client/src/CallContext.js +2 -2
 - package/dist/dist-esm/calling-stateful-client/src/CallContext.js.map +1 -1
 - package/dist/dist-esm/calling-stateful-client/src/Converter.js +1 -1
 - package/dist/dist-esm/calling-stateful-client/src/Converter.js.map +1 -1
 - package/dist/dist-esm/calling-stateful-client/src/IncomingCallDeclarative.d.ts +8 -2
 - package/dist/dist-esm/calling-stateful-client/src/IncomingCallDeclarative.js.map +1 -1
 - package/dist/dist-esm/calling-stateful-client/src/TeamsCallAgentDeclarative.d.ts +2 -14
 - package/dist/dist-esm/calling-stateful-client/src/TeamsCallAgentDeclarative.js.map +1 -1
 - package/dist/dist-esm/calling-stateful-client/src/TypeGuards.d.ts +1 -9
 - package/dist/dist-esm/calling-stateful-client/src/TypeGuards.js +0 -16
 - package/dist/dist-esm/calling-stateful-client/src/TypeGuards.js.map +1 -1
 - package/dist/dist-esm/calling-stateful-client/src/index-public.d.ts +1 -1
 - package/dist/dist-esm/calling-stateful-client/src/index-public.js.map +1 -1
 - package/dist/dist-esm/chat-stateful-client/src/ChatClientState.d.ts +3 -5
 - package/dist/dist-esm/chat-stateful-client/src/ChatClientState.js.map +1 -1
 - package/dist/dist-esm/communication-react/src/index.d.ts +1 -1
 - package/dist/dist-esm/communication-react/src/index.js.map +1 -1
 - package/dist/dist-esm/react-components/src/components/Attachment/AttachmentCard.js +8 -14
 - package/dist/dist-esm/react-components/src/components/Attachment/AttachmentCard.js.map +1 -1
 - package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponentWrapper.d.ts +2 -8
 - package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponentWrapper.js.map +1 -1
 - package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsEditBoxPicker.d.ts +4 -6
 - package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsEditBoxPicker.js +12 -2
 - package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsEditBoxPicker.js.map +1 -1
 - package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsRichTextEditBox.d.ts +2 -2
 - package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsRichTextEditBox.js +8 -60
 - package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsRichTextEditBox.js.map +1 -1
 - package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMyMessageComponent.d.ts +6 -8
 - package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMyMessageComponent.js +4 -18
 - package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMyMessageComponent.js.map +1 -1
 - package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/FluentChatMyMessageComponent.js +3 -27
 - package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/FluentChatMyMessageComponent.js.map +1 -1
 - package/dist/dist-esm/react-components/src/components/MeetingConferencePhoneInfo.d.ts +8 -8
 - package/dist/dist-esm/react-components/src/components/MeetingConferencePhoneInfo.js +4 -4
 - package/dist/dist-esm/react-components/src/components/MeetingConferencePhoneInfo.js.map +1 -1
 - package/dist/dist-esm/react-components/src/components/MessageThread.d.ts +15 -9
 - package/dist/dist-esm/react-components/src/components/MessageThread.js +1 -10
 - package/dist/dist-esm/react-components/src/components/MessageThread.js.map +1 -1
 - package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/CopyPastePlugin.js +1 -0
 - package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/CopyPastePlugin.js.map +1 -1
 - package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextEditor.js +22 -28
 - package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextEditor.js.map +1 -1
 - package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextSendBox.d.ts +0 -49
 - package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextSendBox.js +18 -37
 - package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextSendBox.js.map +1 -1
 - package/dist/dist-esm/react-components/src/components/RichTextEditor/Toolbar/RichTextToolbar.js +2 -20
 - package/dist/dist-esm/react-components/src/components/RichTextEditor/Toolbar/RichTextToolbar.js.map +1 -1
 - package/dist/dist-esm/react-components/src/components/index.d.ts +1 -2
 - package/dist/dist-esm/react-components/src/components/index.js.map +1 -1
 - package/dist/dist-esm/react-components/src/components/styles/AttachmentCard.styles.d.ts +2 -2
 - package/dist/dist-esm/react-components/src/components/styles/AttachmentCard.styles.js +17 -15
 - package/dist/dist-esm/react-components/src/components/styles/AttachmentCard.styles.js.map +1 -1
 - package/dist/dist-esm/react-components/src/components/styles/Common.style.d.ts +1 -1
 - package/dist/dist-esm/react-components/src/components/styles/Common.style.js +1 -2
 - package/dist/dist-esm/react-components/src/components/styles/Common.style.js.map +1 -1
 - package/dist/dist-esm/react-components/src/components/styles/MessageThread.styles.js +2 -5
 - package/dist/dist-esm/react-components/src/components/styles/MessageThread.styles.js.map +1 -1
 - package/dist/dist-esm/react-components/src/components/styles/RichTextEditor.styles.js +3 -3
 - package/dist/dist-esm/react-components/src/components/styles/RichTextEditor.styles.js.map +1 -1
 - package/dist/dist-esm/react-components/src/components/utils/RichTextEditorUtils.d.ts +5 -1
 - package/dist/dist-esm/react-components/src/components/utils/RichTextEditorUtils.js +21 -0
 - package/dist/dist-esm/react-components/src/components/utils/RichTextEditorUtils.js.map +1 -1
 - package/dist/dist-esm/react-components/src/components/utils/SendBoxUtils.d.ts +3 -15
 - package/dist/dist-esm/react-components/src/components/utils/SendBoxUtils.js +14 -67
 - package/dist/dist-esm/react-components/src/components/utils/SendBoxUtils.js.map +1 -1
 - package/dist/dist-esm/react-components/src/localization/LocalizationProvider.d.ts +1 -1
 - package/dist/dist-esm/react-components/src/localization/LocalizationProvider.js.map +1 -1
 - package/dist/dist-esm/react-components/src/localization/locales/ar-SA/strings.json +64 -102
 - package/dist/dist-esm/react-components/src/localization/locales/cs-CZ/strings.json +62 -100
 - package/dist/dist-esm/react-components/src/localization/locales/de-DE/strings.json +62 -100
 - package/dist/dist-esm/react-components/src/localization/locales/en-GB/strings.json +62 -100
 - package/dist/dist-esm/react-components/src/localization/locales/en-US/strings.json +3 -9
 - package/dist/dist-esm/react-components/src/localization/locales/es-ES/strings.json +62 -100
 - package/dist/dist-esm/react-components/src/localization/locales/fi-FI/strings.json +62 -100
 - package/dist/dist-esm/react-components/src/localization/locales/fr-FR/strings.json +65 -103
 - package/dist/dist-esm/react-components/src/localization/locales/he-IL/strings.json +62 -100
 - package/dist/dist-esm/react-components/src/localization/locales/it-IT/strings.json +62 -100
 - package/dist/dist-esm/react-components/src/localization/locales/ja-JP/strings.json +64 -102
 - package/dist/dist-esm/react-components/src/localization/locales/ko-KR/strings.json +69 -107
 - package/dist/dist-esm/react-components/src/localization/locales/nb-NO/strings.json +62 -100
 - package/dist/dist-esm/react-components/src/localization/locales/nl-NL/strings.json +68 -106
 - package/dist/dist-esm/react-components/src/localization/locales/pl-PL/strings.json +67 -105
 - package/dist/dist-esm/react-components/src/localization/locales/pt-BR/strings.json +65 -103
 - package/dist/dist-esm/react-components/src/localization/locales/ru-RU/strings.json +63 -101
 - package/dist/dist-esm/react-components/src/localization/locales/sv-SE/strings.json +62 -100
 - package/dist/dist-esm/react-components/src/localization/locales/tr-TR/strings.json +63 -101
 - package/dist/dist-esm/react-components/src/localization/locales/zh-CN/strings.json +64 -102
 - package/dist/dist-esm/react-components/src/localization/locales/zh-TW/strings.json +63 -101
 - package/dist/dist-esm/react-composites/src/composites/CallComposite/components/NetworkReconnectTile.js +4 -4
 - package/dist/dist-esm/react-composites/src/composites/CallComposite/components/NetworkReconnectTile.js.map +1 -1
 - package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/useMeetingPhoneInfo.js +1 -1
 - package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/useMeetingPhoneInfo.js.map +1 -1
 - package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/baseSelectors.js +1 -1
 - package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/baseSelectors.js.map +1 -1
 - package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreen.js +31 -66
 - package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreen.js.map +1 -1
 - package/dist/dist-esm/react-composites/src/composites/ChatComposite/ImageUpload/ImageUploadUtils.d.ts +1 -33
 - package/dist/dist-esm/react-composites/src/composites/ChatComposite/ImageUpload/ImageUploadUtils.js +6 -198
 - package/dist/dist-esm/react-composites/src/composites/ChatComposite/ImageUpload/ImageUploadUtils.js.map +1 -1
 - package/dist/dist-esm/react-composites/src/composites/ChatComposite/ImageUpload/useImageUpload.d.ts +12 -0
 - package/dist/dist-esm/react-composites/src/composites/ChatComposite/ImageUpload/useImageUpload.js +115 -0
 - package/dist/dist-esm/react-composites/src/composites/ChatComposite/ImageUpload/useImageUpload.js.map +1 -0
 - package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/AttachmentUpload.d.ts +7 -7
 - package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/AttachmentUpload.js.map +1 -1
 - package/dist/dist-esm/react-composites/src/composites/common/ControlBar/CommonCallControlBar.js +10 -10
 - package/dist/dist-esm/react-composites/src/composites/common/ControlBar/CommonCallControlBar.js.map +1 -1
 - package/dist/dist-esm/react-composites/src/composites/common/MeetingPhoneInfoPaneContent.js +4 -4
 - package/dist/dist-esm/react-composites/src/composites/common/MeetingPhoneInfoPaneContent.js.map +1 -1
 - package/dist/dist-esm/react-composites/src/composites/common/SendBoxPicker.d.ts +5 -2
 - package/dist/dist-esm/react-composites/src/composites/common/SendBoxPicker.js.map +1 -1
 - package/dist/dist-esm/react-composites/src/composites/common/constants.d.ts +0 -4
 - package/dist/dist-esm/react-composites/src/composites/common/constants.js +0 -4
 - package/dist/dist-esm/react-composites/src/composites/common/constants.js.map +1 -1
 - package/dist/dist-esm/react-composites/src/composites/common/icons.d.ts +2 -6
 - package/dist/dist-esm/react-composites/src/composites/common/icons.js +1 -5
 - package/dist/dist-esm/react-composites/src/composites/common/icons.js.map +1 -1
 - package/dist/dist-esm/react-composites/src/composites/localization/locales/ar-SA/strings.json +5 -10
 - package/dist/dist-esm/react-composites/src/composites/localization/locales/cs-CZ/strings.json +1 -6
 - package/dist/dist-esm/react-composites/src/composites/localization/locales/de-DE/strings.json +1 -6
 - package/dist/dist-esm/react-composites/src/composites/localization/locales/en-GB/strings.json +1 -6
 - package/dist/dist-esm/react-composites/src/composites/localization/locales/es-ES/strings.json +1 -6
 - package/dist/dist-esm/react-composites/src/composites/localization/locales/fi-FI/strings.json +5 -10
 - package/dist/dist-esm/react-composites/src/composites/localization/locales/fr-FR/strings.json +5 -10
 - package/dist/dist-esm/react-composites/src/composites/localization/locales/he-IL/strings.json +5 -10
 - package/dist/dist-esm/react-composites/src/composites/localization/locales/it-IT/strings.json +5 -10
 - package/dist/dist-esm/react-composites/src/composites/localization/locales/ja-JP/strings.json +1 -6
 - package/dist/dist-esm/react-composites/src/composites/localization/locales/ko-KR/strings.json +5 -10
 - package/dist/dist-esm/react-composites/src/composites/localization/locales/nb-NO/strings.json +1 -6
 - package/dist/dist-esm/react-composites/src/composites/localization/locales/nl-NL/strings.json +1 -6
 - package/dist/dist-esm/react-composites/src/composites/localization/locales/pl-PL/strings.json +1 -6
 - package/dist/dist-esm/react-composites/src/composites/localization/locales/pt-BR/strings.json +5 -10
 - package/dist/dist-esm/react-composites/src/composites/localization/locales/ru-RU/strings.json +1 -6
 - package/dist/dist-esm/react-composites/src/composites/localization/locales/sv-SE/strings.json +5 -10
 - package/dist/dist-esm/react-composites/src/composites/localization/locales/tr-TR/strings.json +1 -6
 - package/dist/dist-esm/react-composites/src/composites/localization/locales/zh-CN/strings.json +5 -10
 - package/dist/dist-esm/react-composites/src/composites/localization/locales/zh-TW/strings.json +5 -10
 - package/package.json +14 -14
 - package/dist/dist-cjs/communication-react/ChatMessageComponentAsRichTextEditBox-D4ctXnw1.js.map +0 -1
 - package/dist/dist-cjs/communication-react/index-BJO_NOTU.js.map +0 -1
 - package/dist/dist-esm/calling-stateful-client/src/TeamsIncomingCallDeclarative.d.ts +0 -17
 - package/dist/dist-esm/calling-stateful-client/src/TeamsIncomingCallDeclarative.js +0 -49
 - package/dist/dist-esm/calling-stateful-client/src/TeamsIncomingCallDeclarative.js.map +0 -1
 - package/dist/dist-esm/react-composites/src/composites/ChatComposite/ImageUpload/ImageUploadReducer.d.ts +0 -49
 - package/dist/dist-esm/react-composites/src/composites/ChatComposite/ImageUpload/ImageUploadReducer.js +0 -48
 - package/dist/dist-esm/react-composites/src/composites/ChatComposite/ImageUpload/ImageUploadReducer.js.map +0 -1
 
    
        package/dist/dist-esm/react-composites/src/composites/common/MeetingPhoneInfoPaneContent.js.map
    CHANGED
    
    | 
         @@ -1 +1 @@ 
     | 
|
| 
       1 
     | 
    
         
            -
            {"version":3,"file":"MeetingPhoneInfoPaneContent.js","sourceRoot":"","sources":["../../../../../../../react-composites/src/composites/common/MeetingPhoneInfoPaneContent.tsx"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAElC,2DAA2D;AAC3D,iDAAiD;AACjD,OAAO,EAAE,KAAK,EAAE,IAAI,EAAE,QAAQ,EAAE,IAAI,EAAE,IAAI,EAAE,MAAM,iBAAiB,CAAC;AAGpE,2DAA2D;AAC3D,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,2DAA2D;AAC3D,OAAO,EAEL,qBAAqB,EACrB,iBAAiB,EACjB,qBAAqB,EACtB,yCAAmC;AACpC,2DAA2D;AAC3D,OAAO,EACL,kBAAkB,EAClB,aAAa,EACb,wBAAwB,EACxB,aAAa,EACb,kBAAkB,EAClB,mBAAmB,EACnB,wBAAwB,EACxB,uBAAuB,EACxB,MAAM,2CAA2C,CAAC;AACnD,2DAA2D;AAC3D,OAAO,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAC;AAE5C,2DAA2D;AAC3D;;GAEG;AACH,MAAM,CAAC,MAAM,2BAA2B,GAAG,CAAC,KAG3C,EAAe,EAAE;IAChB,MAAM,EAAE,uBAAuB,EAAE,GAAG,KAAK,CAAC;IAC1C,MAAM,KAAK,GAAG,QAAQ,EAAE,CAAC;IACzB,MAAM,aAAa,GAAG,SAAS,EAAE,CAAC,SAAS,CAAC,OAAO,CAAC,0BAA0B,CAAC;IAE/E,IAAI,KAAK,CAAC,UAAU,EAAE,CAAC;QACrB,OAAO,CACL,oBAAC,KAAK,IACJ,YAAY,QACZ,MAAM,EAAE,uBAAuB,EAC/B,MAAM,EAAE,wBAAwB,gBACrB,yBAAyB;YAEnC,CAAC,uBAAuB,KAAK,SAAS,IAAI,uBAAuB,CAAC,MAAM,KAAK,CAAC,CAAC,IAAI,CAClF,oBAAC,KAAK,IAAC,UAAU;gBACf,oBAAC,IAAI,IAAC,SAAS,EAAE,kBAAkB,IAAG,aAAa,CAAC,+CAA+C,CAAQ,CACrG,CACT;YACA,uBAAuB,IAAI,uBAAuB,CAAC,MAAM,GAAG,CAAC,IAAI,CAChE,oBAAC,KAAK;gBACJ,oBAAC,KAAK,IAAC,UAAU,QAAC,eAAe,EAAC,eAAe,EAAC,SAAS,EAAE,wBAAwB;oBACnF,oBAAC,KAAK,CAAC,IAAI;wBACT,oBAAC,KAAK,IAAC,UAAU,QAAC,SAAS,EAAE,aAAa;4BACxC,oBAAC,KAAK,CAAC,IAAI,IAAC,SAAS,EAAE,aAAa,CAAC,KAAK,CAAC;gCACzC,oBAAC,KAAK,IAAC,aAAa,EAAC,QAAQ,EAAC,eAAe,EAAC,QAAQ;oCACpD,oBAAC,IAAI,IAAC,QAAQ,EAAC, 
     | 
| 
      
 1 
     | 
    
         
            +
            {"version":3,"file":"MeetingPhoneInfoPaneContent.js","sourceRoot":"","sources":["../../../../../../../react-composites/src/composites/common/MeetingPhoneInfoPaneContent.tsx"],"names":[],"mappings":"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","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\n/* @conditional-compile-remove(teams-meeting-conference) */\n// eslint-disable-next-line no-restricted-imports\nimport { Stack, Text, useTheme, Icon, Link } from '@fluentui/react';\n/* @conditional-compile-remove(teams-meeting-conference) */\nimport { _DrawerMenuItemProps } from '@internal/react-components';\n/* @conditional-compile-remove(teams-meeting-conference) */\nimport React from 'react';\n/* @conditional-compile-remove(teams-meeting-conference) */\nimport {\n  ConferencePhoneInfo,\n  formatPhoneNumberInfo,\n  formatPhoneNumber,\n  formatPhoneNumberLink\n} from '@internal/react-components';\n/* @conditional-compile-remove(teams-meeting-conference) */\nimport {\n  phoneInfoTextStyle,\n  phoneInfoIcon,\n  phoneInfoInstructionLine,\n  phoneInfoStep,\n  phoneInfoIconStyle,\n  phoneInfoLabelStyle,\n  phoneInfoContainerTokens,\n  phoneInfoContainerStyle\n} from './styles/TeamsMeetingConferenceInfo.style';\n/* @conditional-compile-remove(teams-meeting-conference) */\nimport { useLocale } from '../localization';\n\n/* @conditional-compile-remove(teams-meeting-conference) */\n/**\n * @private\n */\nexport const MeetingPhoneInfoPaneContent = (props: {\n  mobileView?: boolean;\n  conferencePhoneInfoList?: ConferencePhoneInfo[];\n}): JSX.Element => {\n  const { conferencePhoneInfoList } = props;\n  const theme = useTheme();\n  const localeStrings = useLocale().component.strings.MeetingConferencePhoneInfo;\n\n  if (props.mobileView) {\n    return (\n      <Stack\n        verticalFill\n        styles={phoneInfoContainerStyle}\n        tokens={phoneInfoContainerTokens}\n        data-ui-id=\"phone-info-pane-content\"\n      >\n        {(conferencePhoneInfoList === undefined || conferencePhoneInfoList.length === 0) && (\n          <Stack horizontal>\n            <Text className={phoneInfoTextStyle}>{localeStrings.meetingConferencePhoneInfoModalNoPhoneAvailable}</Text>\n          </Stack>\n        )}\n        {conferencePhoneInfoList && conferencePhoneInfoList.length > 0 && (\n          <Stack>\n            <Stack horizontal horizontalAlign=\"space-between\" className={phoneInfoInstructionLine}>\n              <Stack.Item>\n                <Stack horizontal className={phoneInfoStep}>\n                  <Stack.Item className={phoneInfoIcon(theme)}>\n                    <Stack verticalAlign=\"center\" horizontalAlign=\"center\">\n                      <Icon iconName=\"PhoneNumberButton\" className={phoneInfoIconStyle(theme)} />\n                    </Stack>\n                  </Stack.Item>\n                  <Stack.Item>\n                    <Text className={phoneInfoLabelStyle}>{localeStrings.meetingConferencePhoneInfoModalDialIn}</Text>\n                  </Stack.Item>\n                </Stack>\n              </Stack.Item>\n              <Stack.Item className={phoneInfoStep}>\n                {conferencePhoneInfoList.map((phoneNumber, index) => (\n                  <Stack.Item key={index}>\n                    <Link className={phoneInfoTextStyle} href={formatPhoneNumberLink(phoneNumber)}>\n                      {formatPhoneNumber(phoneNumber.phoneNumber)}\n                    </Link>\n                    <Text className={phoneInfoTextStyle}>\n                      {' '}\n                      {phoneNumber.isTollFree\n                        ? localeStrings.meetingConferencePhoneInfoModalTollFree\n                        : localeStrings.meetingConferencePhoneInfoModalToll}\n                    </Text>\n                    <br />\n                    <Text className={phoneInfoTextStyle}> {formatPhoneNumberInfo(phoneNumber, localeStrings)}</Text>\n                  </Stack.Item>\n                ))}\n              </Stack.Item>\n            </Stack>\n            <Stack\n              horizontal\n              horizontalAlign=\"space-between\"\n              verticalAlign=\"center\"\n              className={phoneInfoInstructionLine}\n            >\n              <Stack.Item>\n                <Stack horizontal>\n                  <Stack.Item className={phoneInfoIcon(theme)}>\n                    <Icon iconName=\"DtmfDialpadButton\" className={phoneInfoIconStyle(theme)} />\n                  </Stack.Item>\n                  <Stack.Item>\n                    <Text className={phoneInfoLabelStyle}>\n                      {localeStrings.meetingConferencePhoneInfoModalMeetingId}\n                    </Text>\n                  </Stack.Item>\n                </Stack>\n              </Stack.Item>\n              <Text className={phoneInfoTextStyle}>{conferencePhoneInfoList[0].conferenceId}#</Text>\n            </Stack>\n            <Stack\n              horizontal\n              horizontalAlign=\"space-between\"\n              verticalAlign=\"center\"\n              className={phoneInfoInstructionLine}\n            >\n              <Stack horizontal>\n                <Stack.Item className={phoneInfoIcon(theme)}>\n                  <Icon iconName=\"PhoneInfoWait\" className={phoneInfoIconStyle(theme)} />\n                </Stack.Item>\n                <Stack.Item>\n                  <Text className={phoneInfoLabelStyle}>{localeStrings.meetingConferencePhoneInfoModalWait}</Text>\n                </Stack.Item>\n              </Stack>\n            </Stack>\n          </Stack>\n        )}\n      </Stack>\n    );\n  }\n\n  return (\n    <Stack\n      verticalFill\n      styles={phoneInfoContainerStyle}\n      tokens={phoneInfoContainerTokens}\n      data-ui-id=\"phone-info-pane-content\"\n    ></Stack>\n  );\n};\n"]}
         
     | 
| 
         @@ -1,6 +1,6 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            import React from 'react';
         
     | 
| 
       2 
2 
     | 
    
         
             
            import { SendBoxStylesProps } from "../../../../react-components/src";
         
     | 
| 
       3 
     | 
    
         
            -
            import {  
     | 
| 
      
 3 
     | 
    
         
            +
            import { RichTextEditorOptions } from "../../../../react-components/src";
         
     | 
| 
       4 
4 
     | 
    
         
             
            import { RichTextSendBoxProps } from "../../../../react-components/src";
         
     | 
| 
       5 
5 
     | 
    
         
             
            import { AttachmentMetadataInProgress, MessageOptions } from "../../../../acs-ui-common/src";
         
     | 
| 
       6 
6 
     | 
    
         
             
            /**
         
     | 
| 
         @@ -20,9 +20,12 @@ export type SendBoxPickerProps = { 
     | 
|
| 
       20 
20 
     | 
    
         
             
                styles?: SendBoxStylesProps;
         
     | 
| 
       21 
21 
     | 
    
         
             
                autoFocus?: 'sendBoxTextField';
         
     | 
| 
       22 
22 
     | 
    
         
             
                onSendMessage: (content: string, options?: MessageOptions) => Promise<void>;
         
     | 
| 
       23 
     | 
    
         
            -
                richTextEditorOptions?:  
     | 
| 
      
 23 
     | 
    
         
            +
                richTextEditorOptions?: RichTextEditorOptions;
         
     | 
| 
       24 
24 
     | 
    
         
             
                attachments?: AttachmentMetadataInProgress[];
         
     | 
| 
       25 
25 
     | 
    
         
             
                onCancelAttachmentUpload?: (attachmentId: string) => void;
         
     | 
| 
      
 26 
     | 
    
         
            +
                onUploadInlineImage?: (imageUrl: string, imageFileName: string) => void;
         
     | 
| 
      
 27 
     | 
    
         
            +
                imageUploadsInProgress?: AttachmentMetadataInProgress[];
         
     | 
| 
      
 28 
     | 
    
         
            +
                onCancelInlineImageUpload?: (imageId: string) => void;
         
     | 
| 
       26 
29 
     | 
    
         
             
            };
         
     | 
| 
       27 
30 
     | 
    
         
             
            /**
         
     | 
| 
       28 
31 
     | 
    
         
             
             * @private
         
     | 
| 
         @@ -1 +1 @@ 
     | 
|
| 
       1 
     | 
    
         
            -
            {"version":3,"file":"SendBoxPicker.js","sourceRoot":"","sources":["../../../../../../../react-composites/src/composites/common/SendBoxPicker.tsx"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAElC,OAAO,KAAK,EAAE,EAAE,OAAO,EAAE,MAAM,OAAO,CAAC;AACvC,OAAO,EAAE,OAAO,EAAsB,yCAAmC;AAGzE,OAAO,EAAE,WAAW,EAAE,MAAM,oCAAoC,CAAC;AACjE,qEAAqE;AACrE,OAAO,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AACjC,qEAAqE;AACrE,OAAO,EAAE,cAAc,EAAwB,yCAAmC;AAIlF,qEAAqE;AACrE;;GAEG;AACH,MAAM,sBAAsB,GAAG,KAAK,CAAC,IAAI,CAAC,GAAG,EAAE,CAC7C,MAAM,CAAC,0BAA0B,CAAC,CAAC,IAAI,CAAC,CAAC,MAAM,EAAE,EAAE,CAAC,CAAC,EAAE,OAAO,EAAE,MAAM,CAAC,sBAAsB,EAAE,CAAC,CAAC,CAClG,CAAC;AAEF;;;;;;GAMG;AACH,MAAM,CAAC,MAAM,mBAAmB,GAAG,GAEhC,EAAE,CAAC,MAAM,CAAC,0BAA0B,CAAC,CAAC,IAAI,CAAC,CAAC,MAAM,EAAE,EAAE,CAAC,CAAC,EAAE,OAAO,EAAE,MAAM,CAAC,sBAAsB,EAAE,CAAC,CAAC,CAAC; 
     | 
| 
      
 1 
     | 
    
         
            +
            {"version":3,"file":"SendBoxPicker.js","sourceRoot":"","sources":["../../../../../../../react-composites/src/composites/common/SendBoxPicker.tsx"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAElC,OAAO,KAAK,EAAE,EAAE,OAAO,EAAE,MAAM,OAAO,CAAC;AACvC,OAAO,EAAE,OAAO,EAAsB,yCAAmC;AAGzE,OAAO,EAAE,WAAW,EAAE,MAAM,oCAAoC,CAAC;AACjE,qEAAqE;AACrE,OAAO,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AACjC,qEAAqE;AACrE,OAAO,EAAE,cAAc,EAAwB,yCAAmC;AAIlF,qEAAqE;AACrE;;GAEG;AACH,MAAM,sBAAsB,GAAG,KAAK,CAAC,IAAI,CAAC,GAAG,EAAE,CAC7C,MAAM,CAAC,0BAA0B,CAAC,CAAC,IAAI,CAAC,CAAC,MAAM,EAAE,EAAE,CAAC,CAAC,EAAE,OAAO,EAAE,MAAM,CAAC,sBAAsB,EAAE,CAAC,CAAC,CAClG,CAAC;AAEF;;;;;;GAMG;AACH,MAAM,CAAC,MAAM,mBAAmB,GAAG,GAEhC,EAAE,CAAC,MAAM,CAAC,0BAA0B,CAAC,CAAC,IAAI,CAAC,CAAC,MAAM,EAAE,EAAE,CAAC,CAAC,EAAE,OAAO,EAAE,MAAM,CAAC,sBAAsB,EAAE,CAAC,CAAC,CAAC;AA0BxG;;GAEG;AACH,MAAM,CAAC,MAAM,aAAa,GAAG,CAAC,KAAyB,EAAe,EAAE;IACtE,qEAAqE;IACrE,MAAM,EAAE,qBAAqB,EAAE,GAAG,KAAK,CAAC;IACxC,gEAAgE;IAChE,MAAM,EAAE,OAAO,EAAE,mBAAmB,EAAE,sBAAsB,EAAE,yBAAyB,EAAE,GACvF,qBAAqB,IAAI,EAAE,CAAC;IAE9B,MAAM,YAAY,GAAG,WAAW,CAAC,OAAO,CAAC,CAAC;IAE1C,qEAAqE;IACrE,MAAM,uBAAuB,GAAG,OAAO,CAAC,GAAG,EAAE;QAC3C,OAAO,qBAAqB,KAAK,SAAS,CAAC;IAC7C,CAAC,EAAE,CAAC,qBAAqB,CAAC,CAAC,CAAC;IAE5B,MAAM,OAAO,GAAG,OAAO,CAAC,GAAG,EAAE,CAAC,oBAAC,OAAO,oBAAK,YAAY,EAAM,KAAK,EAAI,EAAE,CAAC,KAAK,EAAE,YAAY,CAAC,CAAC,CAAC;IAE/F,qEAAqE;IACrE,IAAI,uBAAuB,EAAE,CAAC;QAC5B,OAAO,CACL,oBAAC,cAAc,IAAC,QAAQ,EAAE,OAAO;YAC/B,oBAAC,QAAQ,IAAC,QAAQ,EAAE,OAAO;gBACzB,oBAAC,sBAAsB,oBACjB,KAAK,IACT,OAAO,EAAE,OAAO,EAChB,mBAAmB,EAAE,mBAAmB,EACxC,sBAAsB,EAAE,sBAAsB,EAC9C,yBAAyB,EAAE,yBAAyB,IACpD,CACO,CACI,CAClB,CAAC;IACJ,CAAC;IACD,OAAO,OAAO,CAAC;AACjB,CAAC,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport React, { useMemo } from 'react';\nimport { SendBox, SendBoxStylesProps } from '@internal/react-components';\n/* @conditional-compile-remove(rich-text-editor-composite-support) */\nimport { RichTextEditorOptions } from '@internal/react-components';\nimport { usePropsFor } from '../ChatComposite/hooks/usePropsFor';\n/* @conditional-compile-remove(rich-text-editor-composite-support) */\nimport { Suspense } from 'react';\n/* @conditional-compile-remove(rich-text-editor-composite-support) */\nimport { _ErrorBoundary, RichTextSendBoxProps } from '@internal/react-components';\n/* @conditional-compile-remove(file-sharing-acs) */\nimport { AttachmentMetadataInProgress, MessageOptions } from '@internal/acs-ui-common';\n\n/* @conditional-compile-remove(rich-text-editor-composite-support) */\n/**\n * Wrapper for RichTextSendBox component to allow us to use usePropsFor with richTextSendBox with lazy loading\n */\nconst RichTextSendBoxWrapper = React.lazy(() =>\n  import('./RichTextSendBoxWrapper').then((module) => ({ default: module.RichTextSendBoxWrapper }))\n);\n\n/**\n * @private\n * Use this function to load RoosterJS dependencies early in the lifecycle.\n * It should be the same import as used for lazy loading.\n *\n/* @conditional-compile-remove(rich-text-editor-composite-support)\n */\nexport const loadRichTextSendBox = (): Promise<{\n  default: React.ComponentType<RichTextSendBoxProps>;\n}> => import('./RichTextSendBoxWrapper').then((module) => ({ default: module.RichTextSendBoxWrapper }));\n\n/**\n * @private\n */\nexport type SendBoxPickerProps = {\n  styles?: SendBoxStylesProps;\n  autoFocus?: 'sendBoxTextField';\n  onSendMessage: (\n    content: string,\n    /* @conditional-compile-remove(file-sharing-acs) */ options?: MessageOptions\n  ) => Promise<void>;\n  /* @conditional-compile-remove(rich-text-editor-composite-support) */\n  richTextEditorOptions?: RichTextEditorOptions;\n  /* @conditional-compile-remove(file-sharing-acs) */\n  attachments?: AttachmentMetadataInProgress[];\n  /* @conditional-compile-remove(file-sharing-acs) */\n  onCancelAttachmentUpload?: (attachmentId: string) => void;\n  /* @conditional-compile-remove(rich-text-editor-image-upload) */\n  onUploadInlineImage?: (imageUrl: string, imageFileName: string) => void;\n  /* @conditional-compile-remove(rich-text-editor-image-upload) */\n  imageUploadsInProgress?: AttachmentMetadataInProgress[];\n  /* @conditional-compile-remove(rich-text-editor-image-upload) */\n  onCancelInlineImageUpload?: (imageId: string) => void;\n};\n\n/**\n * @private\n */\nexport const SendBoxPicker = (props: SendBoxPickerProps): JSX.Element => {\n  /* @conditional-compile-remove(rich-text-editor-composite-support) */\n  const { richTextEditorOptions } = props;\n  /* @conditional-compile-remove(rich-text-editor-image-upload) */\n  const { onPaste, onUploadInlineImage, imageUploadsInProgress, onCancelInlineImageUpload } =\n    richTextEditorOptions || {};\n\n  const sendBoxProps = usePropsFor(SendBox);\n\n  /* @conditional-compile-remove(rich-text-editor-composite-support) */\n  const isRichTextEditorEnabled = useMemo(() => {\n    return richTextEditorOptions !== undefined;\n  }, [richTextEditorOptions]);\n\n  const sendBox = useMemo(() => <SendBox {...sendBoxProps} {...props} />, [props, sendBoxProps]);\n\n  /* @conditional-compile-remove(rich-text-editor-composite-support) */\n  if (isRichTextEditorEnabled) {\n    return (\n      <_ErrorBoundary fallback={sendBox}>\n        <Suspense fallback={sendBox}>\n          <RichTextSendBoxWrapper\n            {...props}\n            onPaste={onPaste}\n            onUploadInlineImage={onUploadInlineImage}\n            imageUploadsInProgress={imageUploadsInProgress}\n            onCancelInlineImageUpload={onCancelInlineImageUpload}\n          />\n        </Suspense>\n      </_ErrorBoundary>\n    );\n  }\n  return sendBox;\n};\n"]}
         
     | 
| 
         @@ -12,8 +12,4 @@ export declare const TEAMS_LIMITATION_LEARN_MORE = "https://learn.microsoft.com/ 
     | 
|
| 
       12 
12 
     | 
    
         
             
             * Changing this value will require updating the API documentation.
         
     | 
| 
       13 
13 
     | 
    
         
             
             */
         
     | 
| 
       14 
14 
     | 
    
         
             
            export declare const CHAT_CONTAINER_MIN_WIDTH_REM = 17.5;
         
     | 
| 
       15 
     | 
    
         
            -
            /**
         
     | 
| 
       16 
     | 
    
         
            -
             * @private
         
     | 
| 
       17 
     | 
    
         
            -
             */
         
     | 
| 
       18 
     | 
    
         
            -
            export declare const SEND_BOX_UPLOADS_KEY_VALUE = "send-box";
         
     | 
| 
       19 
15 
     | 
    
         
             
            //# sourceMappingURL=constants.d.ts.map
         
     | 
| 
         @@ -14,8 +14,4 @@ export const TEAMS_LIMITATION_LEARN_MORE = 'https://learn.microsoft.com/en-us/az 
     | 
|
| 
       14 
14 
     | 
    
         
             
             * Changing this value will require updating the API documentation.
         
     | 
| 
       15 
15 
     | 
    
         
             
             */
         
     | 
| 
       16 
16 
     | 
    
         
             
            export const CHAT_CONTAINER_MIN_WIDTH_REM = 17.5;
         
     | 
| 
       17 
     | 
    
         
            -
            /**
         
     | 
| 
       18 
     | 
    
         
            -
             * @private
         
     | 
| 
       19 
     | 
    
         
            -
             */
         
     | 
| 
       20 
     | 
    
         
            -
            export const SEND_BOX_UPLOADS_KEY_VALUE = 'send-box';
         
     | 
| 
       21 
17 
     | 
    
         
             
            //# sourceMappingURL=constants.js.map
         
     | 
| 
         @@ -1 +1 @@ 
     | 
|
| 
       1 
     | 
    
         
            -
            {"version":3,"file":"constants.js","sourceRoot":"","sources":["../../../../../../../react-composites/src/composites/common/constants.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAElC;;GAEG;AACH,MAAM,CAAC,MAAM,4BAA4B,GAAG,CAAC,eAAe,EAAE,eAAe,CAAC,CAAC;AAE/E;;GAEG;AACH,MAAM,CAAC,MAAM,2BAA2B,GACtC,yHAAyH,CAAC;AAE5H;;;;GAIG;AACH,MAAM,CAAC,MAAM,4BAA4B,GAAG,IAAI,CAAC 
     | 
| 
      
 1 
     | 
    
         
            +
            {"version":3,"file":"constants.js","sourceRoot":"","sources":["../../../../../../../react-composites/src/composites/common/constants.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAElC;;GAEG;AACH,MAAM,CAAC,MAAM,4BAA4B,GAAG,CAAC,eAAe,EAAE,eAAe,CAAC,CAAC;AAE/E;;GAEG;AACH,MAAM,CAAC,MAAM,2BAA2B,GACtC,yHAAyH,CAAC;AAE5H;;;;GAIG;AACH,MAAM,CAAC,MAAM,4BAA4B,GAAG,IAAI,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\n/**\n * @private\n */\nexport const UNSUPPORTED_CHAT_THREAD_TYPE = ['@thread.tacv2', '@thread.skype'];\n\n/**\n * @private\n */\nexport const TEAMS_LIMITATION_LEARN_MORE =\n  'https://learn.microsoft.com/en-us/azure/communication-services/concepts/join-teams-meeting#limitations-and-known-issues';\n\n/**\n * @remarks\n * This value is publicly documented in the ChatComposite API documentation.\n * Changing this value will require updating the API documentation.\n */\nexport const CHAT_CONTAINER_MIN_WIDTH_REM = 17.5;\n"]}
         
     | 
| 
         @@ -98,9 +98,7 @@ export declare const DEFAULT_COMPOSITE_ICONS: { 
     | 
|
| 
       98 
98 
     | 
    
         
             
                DefaultCustomButton?: JSX.Element | undefined;
         
     | 
| 
       99 
99 
     | 
    
         
             
                DtmfDialpadButton?: JSX.Element | undefined;
         
     | 
| 
       100 
100 
     | 
    
         
             
                PhoneNumberButton?: JSX.Element | undefined;
         
     | 
| 
       101 
     | 
    
         
            -
                 
     | 
| 
       102 
     | 
    
         
            -
                JoinByPhoneConferenceIdIcon?: JSX.Element | undefined;
         
     | 
| 
       103 
     | 
    
         
            -
                JoinByPhoneWaitToBeAdmittedIcon?: JSX.Element | undefined;
         
     | 
| 
      
 101 
     | 
    
         
            +
                PhoneInfoWait?: JSX.Element | undefined;
         
     | 
| 
       104 
102 
     | 
    
         
             
                PeoplePaneMoreButton?: JSX.Element | undefined;
         
     | 
| 
       105 
103 
     | 
    
         
             
                StopAllSpotlightMenuButton?: JSX.Element | undefined;
         
     | 
| 
       106 
104 
     | 
    
         
             
                ChevronLeft?: JSX.Element | undefined;
         
     | 
| 
         @@ -297,9 +295,7 @@ export type CallCompositeIcons = { 
     | 
|
| 
       297 
295 
     | 
    
         
             
                DefaultCustomButton?: JSX.Element;
         
     | 
| 
       298 
296 
     | 
    
         
             
                DtmfDialpadButton?: JSX.Element;
         
     | 
| 
       299 
297 
     | 
    
         
             
                PhoneNumberButton?: JSX.Element;
         
     | 
| 
       300 
     | 
    
         
            -
                 
     | 
| 
       301 
     | 
    
         
            -
                JoinByPhoneConferenceIdIcon?: JSX.Element;
         
     | 
| 
       302 
     | 
    
         
            -
                JoinByPhoneWaitToBeAdmittedIcon?: JSX.Element;
         
     | 
| 
      
 298 
     | 
    
         
            +
                PhoneInfoWait?: JSX.Element;
         
     | 
| 
       303 
299 
     | 
    
         
             
                PeoplePaneMoreButton?: JSX.Element;
         
     | 
| 
       304 
300 
     | 
    
         
             
                StopAllSpotlightMenuButton?: JSX.Element;
         
     | 
| 
       305 
301 
     | 
    
         
             
            };
         
     | 
| 
         @@ -78,11 +78,7 @@ export const COMPOSITE_ONLY_ICONS = { 
     | 
|
| 
       78 
78 
     | 
    
         
             
                /* @conditional-compile-remove(teams-meeting-conference) */
         
     | 
| 
       79 
79 
     | 
    
         
             
                PhoneNumberButton: React.createElement(PersonCall20Regular, null),
         
     | 
| 
       80 
80 
     | 
    
         
             
                /* @conditional-compile-remove(teams-meeting-conference) */
         
     | 
| 
       81 
     | 
    
         
            -
                 
     | 
| 
       82 
     | 
    
         
            -
                /* @conditional-compile-remove(teams-meeting-conference) */
         
     | 
| 
       83 
     | 
    
         
            -
                JoinByPhoneConferenceIdIcon: React.createElement(Dialpad20Regular, null),
         
     | 
| 
       84 
     | 
    
         
            -
                /* @conditional-compile-remove(teams-meeting-conference) */
         
     | 
| 
       85 
     | 
    
         
            -
                JoinByPhoneWaitToBeAdmittedIcon: React.createElement(Clock20Filled, null),
         
     | 
| 
      
 81 
     | 
    
         
            +
                PhoneInfoWait: React.createElement(Clock20Filled, null),
         
     | 
| 
       86 
82 
     | 
    
         
             
                PeoplePaneMoreButton: React.createElement(MoreHorizontal20Filled, null),
         
     | 
| 
       87 
83 
     | 
    
         
             
                StopAllSpotlightMenuButton: React.createElement(VideoPersonStarOff20Filled, null)
         
     | 
| 
       88 
84 
     | 
    
         
             
            };
         
     | 
| 
         @@ -1 +1 @@ 
     | 
|
| 
       1 
     | 
    
         
            -
            {"version":3,"file":"icons.js","sourceRoot":"","sources":["../../../../../../../react-composites/src/composites/common/icons.tsx"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAElC,OAAO,EACL,eAAe,EACf,kBAAkB,EAClB,qBAAqB,EACrB,YAAY,EACZ,aAAa,EACb,YAAY,EACZ,cAAc,EACd,WAAW,EACX,YAAY,EACZ,eAAe,EACf,oBAAoB,EACpB,gBAAgB,EAChB,iBAAiB,EACjB,aAAa,EACb,gBAAgB,EAChB,mBAAmB,EACnB,eAAe,EAChB,MAAM,uBAAuB,CAAC;AAC/B,2DAA2D;AAC3D,OAAO,EAAE,mBAAmB,EAAE,aAAa,EAAE,MAAM,uBAAuB,CAAC;AAC3E,OAAO,EAAE,sBAAsB,EAAE,0BAA0B,EAAE,MAAM,uBAAuB,CAAC;AAC3F,OAAO,EAAE,qBAAqB,EAAE,uBAAuB,EAAE,MAAM,uBAAuB,CAAC;AACvF,OAAO,EAAE,aAAa,EAAE,MAAM,uBAAuB,CAAC;AACtD,6CAA6C;AAC7C,OAAO,EAAE,kBAAkB,EAAE,aAAa,EAAE,MAAM,uBAAuB,CAAC;AAC1E,OAAO,EAAE,gBAAgB,EAAE,MAAM,uBAAuB,CAAC;AACzD,OAAO,EAAE,uBAAuB,EAAE,yCAAmC;AACrE,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,iDAAiD;AACjD,OAAO,EAAE,QAAQ,EAAc,OAAO,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC;AAC7E,mDAAmD;AACnD,OAAO,EAAE,eAAe,EAAE,MAAM,uBAAuB,CAAC;AAExD,OAAO,EAAE,8BAA8B,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAC5F,OAAO,EACL,qBAAqB,EACrB,+BAA+B,EAC/B,oBAAoB,EACpB,mBAAmB,EACnB,oBAAoB,EACpB,cAAc,EACf,MAAM,uBAAuB,CAAC;AAE/B,MAAM,WAAW,GAAG,GAAgB,EAAE,CAAC,oBAAC,OAAO,IAAC,IAAI,EAAE,WAAW,CAAC,KAAK,GAAI,CAAC;AAE5E;;;;GAIG;AACH,MAAM,CAAC,MAAM,oBAAoB,GAAmB;IAClD,WAAW,EAAE,SAAS;IACtB,IAAI,EAAE,SAAS;IACf,2BAA2B,EAAE,oBAAC,WAAW,OAAG;IAC5C,8BAA8B,EAAE,oBAAC,WAAW,OAAG;IAC/C,yBAAyB,EAAE,oBAAC,aAAa,OAAG;IAC5C,sBAAsB,EAAE,oBAAC,WAAW,OAAG;IACvC,0BAA0B,EAAE,oBAAC,gBAAgB,OAAG;IAChD,uBAAuB,EAAE,oBAAC,gBAAgB,OAAG;IAC7C,iBAAiB,EAAE,oBAAC,qBAAqB,OAAG;IAC5C,0BAA0B,EAAE,oBAAC,YAAY,OAAG;IAC5C,4BAA4B,EAAE,oBAAC,aAAa,OAAG;IAE/C,6BAA6B,EAAE,oBAAC,uBAAuB,OAAG;IAE1D,0BAA0B,EAAE,oBAAC,qBAAqB,OAAG;IACrD,0BAA0B,EAAE,oBAAC,0BAA0B,OAAG;IAC1D,sBAAsB,EAAE,oBAAC,eAAe,OAAG;IAC3C,qBAAqB,EAAE,oBAAC,YAAY,OAAG;IACvC,gBAAgB,EAAE,oBAAC,eAAe,OAAG;IACrC,kBAAkB,EAAE,oBAAC,iBAAiB,OAAG;IACzC,4BAA4B,EAAE,oBAAC,WAAW,OAAG;IAC7C,yBAAyB,EAAE,oBAAC,gBAAgB,OAAG;IAC/C,KAAK,EAAE,oBAAC,cAAc,OAAG;IACzB,oBAAoB,EAAE,oBAAC,kBAAkB,OAAG;IAC5C,kCAAkC,EAAE,oBAAC,oBAAoB,OAAG;IAC5D,sCAAsC,EAAE,oBAAC,mBAAmB,OAAG;IAC/D,kBAAkB,EAAE,oBAAC,eAAe,OAAG;IACvC,yBAAyB,EAAE,oBAAC,YAAY,OAAG;IAC3C,0BAA0B,EAAE,oBAAC,YAAY,OAAG;IAC5C,sBAAsB,EAAE,oBAAC,YAAY,OAAG;IACxC,sBAAsB,EAAE,oBAAC,YAAY,OAAG;IACxC,sBAAsB,EAAE,oBAAC,YAAY,OAAG;IACxC,qBAAqB,EAAE,oBAAC,YAAY,OAAG;IACvC,mDAAmD;IACnD,iBAAiB,EAAE,oBAAC,eAAe,OAAG;IACtC,6CAA6C;IAC7C,mBAAmB,EAAE,oBAAC,kBAAkB,OAAG;IAC3C,6CAA6C;IAC7C,qBAAqB,EAAE,oBAAC,gBAAgB,OAAG;IAC3C,6CAA6C;IAC7C,gBAAgB,EAAE,oBAAC,aAAa,OAAG;IACnC,6BAA6B,EAAE,oBAAC,YAAY,OAAG;IAE/C,mBAAmB,EAAE,oBAAC,8BAA8B,OAAG;IAEvD,2BAA2B,EAAE,oBAAC,mBAAmB,OAAG;IACpD,cAAc,EAAE,oBAAC,aAAa,OAAG;IACjC,kBAAkB,EAAE,oBAAC,+BAA+B,OAAG;IACvD,oBAAoB,EAAE,oBAAC,qBAAqB,OAAG;IAC/C,oBAAoB,EAAE,oBAAC,oBAAoB,OAAG;IAC9C,+BAA+B,EAAE,oBAAC,mBAAmB,OAAG;IACxD,2BAA2B,EAAE,oBAAC,oBAAoB,OAAG;IACrD,kBAAkB,EAAE,oBAAC,cAAc,OAAG;IACtC,mBAAmB,EAAE,oBAAC,eAAe,OAAG;IACxC,iBAAiB,EAAE,oBAAC,gBAAgB,OAAG;IACvC,2DAA2D;IAC3D,iBAAiB,EAAE,oBAAC,mBAAmB,OAAG;IAC1C,2DAA2D;IAC3D,uBAAuB,EAAE,oBAAC,mBAAmB,OAAG;IAChD,2DAA2D;IAC3D,2BAA2B,EAAE,oBAAC,gBAAgB,OAAG;IACjD,2DAA2D;IAC3D,+BAA+B,EAAE,oBAAC,aAAa,OAAG;IAClD,oBAAoB,EAAE,oBAAC,sBAAsB,OAAG;IAChD,0BAA0B,EAAE,oBAAC,0BAA0B,OAAG;CAC3D,CAAC;AAEF;;;;GAIG;AACH,MAAM,CAAC,MAAM,uBAAuB,mCAC/B,uBAAuB,GACvB,oBAAoB,CACxB,CAAC;AA2BF;;;;;;GAMG;AACH,MAAM,CAAC,MAAM,iBAAiB,GAAG,CAAC,KAA6C,EAAe,EAAE,CAAC,CAC/F,oBAAC,QAAQ,oBAAK,KAAK,EAAI,CACxB,CAAC;AAqGF;;;;;;GAMG;AACH,MAAM,CAAC,MAAM,iBAAiB,GAAG,CAAC,KAA6C,EAAe,EAAE,CAAC,CAC/F,oBAAC,QAAQ,oBAAK,KAAK,EAAI,CACxB,CAAC;AA+FF;;;;;;GAMG;AACH,MAAM,CAAC,MAAM,yBAAyB,GAAG,CAAC,KAAqD,EAAe,EAAE,CAAC,CAC/G,oBAAC,QAAQ,oBAAK,KAAK,EAAI,CACxB,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport {\n  CallEnd20Filled,\n  CallMissed20Filled,\n  CameraSwitch24Regular,\n  Chat20Filled,\n  Chat20Regular,\n  Info20Filled,\n  MicOff20Filled,\n  Mic20Filled,\n  Mic20Regular,\n  People20Regular,\n  PersonDelete20Filled,\n  Speaker220Filled,\n  Speaker220Regular,\n  Video20Filled,\n  VideoOff20Filled,\n  WifiWarning20Filled,\n  Circle20Regular\n} from '@fluentui/react-icons';\n/* @conditional-compile-remove(teams-meeting-conference) */\nimport { PersonCall20Regular, Clock20Filled } from '@fluentui/react-icons';\nimport { MoreHorizontal20Filled, VideoPersonStarOff20Filled } from '@fluentui/react-icons';\nimport { MicProhibited20Filled, VideoProhibited20Filled } from '@fluentui/react-icons';\nimport { Grid20Regular } from '@fluentui/react-icons';\n/* @conditional-compile-remove(PSTN-calls) */\nimport { PersonAdd20Regular, Call20Regular } from '@fluentui/react-icons';\nimport { Dialpad20Regular } from '@fluentui/react-icons';\nimport { DEFAULT_COMPONENT_ICONS } from '@internal/react-components';\nimport React from 'react';\n// eslint-disable-next-line no-restricted-imports\nimport { FontIcon, IIconProps, Spinner, SpinnerSize } from '@fluentui/react';\n/* @conditional-compile-remove(file-sharing-acs) */\nimport { Attach20Regular } from '@fluentui/react-icons';\n\nimport { VideoBackgroundEffect20Regular, VideoPerson20Filled } from '@fluentui/react-icons';\nimport {\n  PersonSquare20Regular,\n  WindowHeaderHorizontal20Regular,\n  TableSimple20Regular,\n  BoardSplit20Regular,\n  ContentView20Regular,\n  Table20Regular\n} from '@fluentui/react-icons';\n\nconst SpinnerIcon = (): JSX.Element => <Spinner size={SpinnerSize.large} />;\n\n/**\n * The default set of icons used by the composites directly (i.e. not via the components defined in this library).\n *\n * @public\n */\nexport const COMPOSITE_ONLY_ICONS: CompositeIcons = {\n  ChevronLeft: undefined,\n  Link: undefined,\n  LobbyScreenConnectingToCall: <SpinnerIcon />,\n  LobbyScreenWaitingToBeAdmitted: <SpinnerIcon />,\n  LocalDeviceSettingsCamera: <Video20Filled />,\n  LocalDeviceSettingsMic: <Mic20Filled />,\n  LocalDeviceSettingsSpeaker: <Speaker220Filled />,\n  LocalPreviewPlaceholder: <VideoOff20Filled />,\n  LocalCameraSwitch: <CameraSwitch24Regular />,\n  ControlBarChatButtonActive: <Chat20Filled />,\n  ControlBarChatButtonInactive: <Chat20Regular />,\n\n  ControlButtonCameraProhibited: <VideoProhibited20Filled />,\n\n  ControlButtonMicProhibited: <MicProhibited20Filled />,\n  ControlButtonExitSpotlight: <VideoPersonStarOff20Filled />,\n  ControlBarPeopleButton: <People20Regular />,\n  MoreDrawerMicrophones: <Mic20Regular />,\n  MoreDrawerPeople: <People20Regular />,\n  MoreDrawerSpeakers: <Speaker220Regular />,\n  MoreDrawerSelectedMicrophone: <Mic20Filled />,\n  MoreDrawerSelectedSpeaker: <Speaker220Filled />,\n  Muted: <MicOff20Filled />,\n  NetworkReconnectIcon: <CallMissed20Filled />,\n  NoticePageAccessDeniedTeamsMeeting: <PersonDelete20Filled />,\n  NoticePageJoinCallFailedDueToNoNetwork: <WifiWarning20Filled />,\n  NoticePageLeftCall: <CallEnd20Filled />,\n  NoticePageRemovedFromCall: <Info20Filled />,\n  NoticePageNotInvitedToRoom: <Info20Filled />,\n  NoticePageRoomNotFound: <Info20Filled />,\n  NoticePageRoomNotValid: <Info20Filled />,\n  NoticePageCallRejected: <Info20Filled />,\n  NoticePageCallTimeout: <Info20Filled />,\n  /* @conditional-compile-remove(file-sharing-acs) */\n  SendBoxAttachFile: <Attach20Regular />,\n  /* @conditional-compile-remove(PSTN-calls) */\n  PeoplePaneAddPerson: <PersonAdd20Regular />,\n  /* @conditional-compile-remove(PSTN-calls) */\n  PeoplePaneOpenDialpad: <Dialpad20Regular />,\n  /* @conditional-compile-remove(PSTN-calls) */\n  DialpadStartCall: <Call20Regular />,\n  NoticePageInviteToRoomRemoved: <Info20Filled />,\n\n  BlurVideoBackground: <VideoBackgroundEffect20Regular />,\n\n  RemoveVideoBackgroundEffect: <VideoPerson20Filled />,\n  GalleryOptions: <Grid20Regular />,\n  OverflowGalleryTop: <WindowHeaderHorizontal20Regular />,\n  SpeakerGalleryLayout: <PersonSquare20Regular />,\n  DefaultGalleryLayout: <TableSimple20Regular />,\n  FloatingLocalVideoGalleryLayout: <BoardSplit20Regular />,\n  FocusedContentGalleryLayout: <ContentView20Regular />,\n  LargeGalleryLayout: <Table20Regular />,\n  DefaultCustomButton: <Circle20Regular />,\n  DtmfDialpadButton: <Dialpad20Regular />,\n  /* @conditional-compile-remove(teams-meeting-conference) */\n  PhoneNumberButton: <PersonCall20Regular />,\n  /* @conditional-compile-remove(teams-meeting-conference) */\n  JoinByPhoneDialStepIcon: <PersonCall20Regular />,\n  /* @conditional-compile-remove(teams-meeting-conference) */\n  JoinByPhoneConferenceIdIcon: <Dialpad20Regular />,\n  /* @conditional-compile-remove(teams-meeting-conference) */\n  JoinByPhoneWaitToBeAdmittedIcon: <Clock20Filled />,\n  PeoplePaneMoreButton: <MoreHorizontal20Filled />,\n  StopAllSpotlightMenuButton: <VideoPersonStarOff20Filled />\n};\n\n/**\n * The default set of icons that are available to used in the Composites.\n *\n * @public\n */\nexport const DEFAULT_COMPOSITE_ICONS = {\n  ...DEFAULT_COMPONENT_ICONS,\n  ...COMPOSITE_ONLY_ICONS\n};\n\n/** @private */\nexport type CompositeIconProps<Icons> = IIconProps & { iconName: keyof Icons };\n\n/**\n * Icons that can be overridden for {@link ChatComposite}.\n *\n * @public\n */\nexport type ChatCompositeIcons = {\n  EditBoxCancel?: JSX.Element;\n  EditBoxSubmit?: JSX.Element;\n  MessageDelivered?: JSX.Element;\n  MessageEdit?: JSX.Element;\n  MessageFailed?: JSX.Element;\n  MessageRemove?: JSX.Element;\n  MessageSeen?: JSX.Element;\n  MessageSending?: JSX.Element;\n  ParticipantItemOptions?: JSX.Element;\n  ParticipantItemOptionsHovered?: JSX.Element;\n  SendBoxSend?: JSX.Element;\n  SendBoxSendHovered?: JSX.Element;\n  /* @conditional-compile-remove(file-sharing-acs) */\n  SendBoxAttachFile?: JSX.Element;\n};\n\n/**\n * Icon wrapper to use when including customizable icons inside the ChatComposite.\n * This wrapper ensures the icon name is being type-checked helping ensure no typos\n * and ensure that icon is customizable through the composite API.\n *\n * @private\n */\nexport const ChatCompositeIcon = (props: CompositeIconProps<ChatCompositeIcons>): JSX.Element => (\n  <FontIcon {...props} />\n);\n\n/**\n * Icons that can be overridden for {@link CallComposite}.\n *\n * @public\n */\nexport type CallCompositeIcons = {\n  ControlBarPeopleButton?: JSX.Element;\n  ControlButtonCameraOff?: JSX.Element;\n  ControlButtonCameraOn?: JSX.Element;\n  ControlButtonEndCall?: JSX.Element;\n  ControlButtonMicOff?: JSX.Element;\n  ControlButtonMicOn?: JSX.Element;\n  ControlButtonOptions?: JSX.Element;\n  ControlButtonParticipants?: JSX.Element;\n  ControlButtonScreenShareStart?: JSX.Element;\n  ControlButtonScreenShareStop?: JSX.Element;\n\n  ControlButtonCameraProhibited?: JSX.Element;\n\n  ControlButtonMicProhibited?: JSX.Element;\n  ControlButtonRaiseHand?: JSX.Element;\n  ControlButtonLowerHand?: JSX.Element;\n  ControlButtonExitSpotlight?: JSX.Element;\n  RaiseHandContextualMenuItem?: JSX.Element;\n  ReactionContextualMenuItem?: JSX.Element;\n  LowerHandContextualMenuItem?: JSX.Element;\n  ReactionButtonIcon?: JSX.Element;\n  ErrorBarCallCameraAccessDenied?: JSX.Element;\n  ErrorBarCallCameraAlreadyInUse?: JSX.Element;\n  ErrorBarCallLocalVideoFreeze?: JSX.Element;\n  ErrorBarCallMacOsCameraAccessDenied?: JSX.Element;\n  ErrorBarCallMacOsMicrophoneAccessDenied?: JSX.Element;\n  ErrorBarCallMicrophoneAccessDenied?: JSX.Element;\n  ErrorBarCallMicrophoneMutedBySystem?: JSX.Element;\n  ErrorBarCallMicrophoneUnmutedBySystem?: JSX.Element;\n  ErrorBarCallNetworkQualityLow?: JSX.Element;\n  ErrorBarCallNoMicrophoneFound?: JSX.Element;\n  ErrorBarCallNoSpeakerFound?: JSX.Element;\n  ErrorBarClear?: JSX.Element;\n  HorizontalGalleryLeftButton?: JSX.Element;\n  HorizontalGalleryRightButton?: JSX.Element;\n  LobbyScreenConnectingToCall?: JSX.Element;\n  LobbyScreenWaitingToBeAdmitted?: JSX.Element;\n  LocalDeviceSettingsCamera?: JSX.Element;\n  LocalDeviceSettingsMic?: JSX.Element;\n  LocalDeviceSettingsSpeaker?: JSX.Element;\n  LocalPreviewPlaceholder?: JSX.Element;\n  Muted?: JSX.Element;\n  NetworkReconnectIcon?: JSX.Element;\n  NoticePageAccessDeniedTeamsMeeting?: JSX.Element;\n  NoticePageJoinCallFailedDueToNoNetwork?: JSX.Element;\n  NoticePageLeftCall?: JSX.Element;\n  NoticePageRemovedFromCall?: JSX.Element;\n  NoticePageCallRejected?: JSX.Element;\n  NoticePageNotInvitedToRoom?: JSX.Element;\n  NoticePageRoomNotFound?: JSX.Element;\n  NoticePageRoomNotValid?: JSX.Element;\n  NoticePageCallTimeout?: JSX.Element;\n  OptionsCamera?: JSX.Element;\n  OptionsMic?: JSX.Element;\n  OptionsSpeaker?: JSX.Element;\n  ParticipantItemMicOff?: JSX.Element;\n  ParticipantItemOptions?: JSX.Element;\n  ParticipantItemOptionsHovered?: JSX.Element;\n  ParticipantItemScreenShareStart?: JSX.Element;\n  VideoTileMicOff?: JSX.Element;\n  LocalCameraSwitch?: JSX.Element;\n  /* @conditional-compile-remove(PSTN-calls) */\n  PeoplePaneAddPerson?: JSX.Element;\n  /* @conditional-compile-remove(PSTN-calls) */\n  PeoplePaneOpenDialpad?: JSX.Element;\n  /* @conditional-compile-remove(PSTN-calls) */\n  DialpadStartCall?: JSX.Element;\n  NoticePageInviteToRoomRemoved?: JSX.Element;\n\n  BlurVideoBackground?: JSX.Element;\n\n  RemoveVideoBackgroundEffect?: JSX.Element;\n  GalleryOptions?: JSX.Element;\n  SpeakerGalleryLayout?: JSX.Element;\n  FloatingLocalVideoGalleryLayout?: JSX.Element;\n  DefaultGalleryLayout?: JSX.Element;\n  FocusedContentGalleryLayout?: JSX.Element;\n  OverflowGalleryTop?: JSX.Element;\n  LargeGalleryLayout?: JSX.Element;\n  DefaultCustomButton?: JSX.Element;\n  DtmfDialpadButton?: JSX.Element;\n  /* @conditional-compile-remove(teams-meeting-conference) */\n  PhoneNumberButton?: JSX.Element;\n  /* @conditional-compile-remove(teams-meeting-conference) */\n  JoinByPhoneDialStepIcon?: JSX.Element;\n  /* @conditional-compile-remove(teams-meeting-conference) */\n  JoinByPhoneConferenceIdIcon?: JSX.Element;\n  /* @conditional-compile-remove(teams-meeting-conference) */\n  JoinByPhoneWaitToBeAdmittedIcon?: JSX.Element;\n  PeoplePaneMoreButton?: JSX.Element;\n  StopAllSpotlightMenuButton?: JSX.Element;\n};\n\n/**\n * Icon wrapper to use when including customizable icons inside the CallComposite.\n * This wrapper ensures the icon name is being type-checked helping ensure no typos\n * and ensure that icon is customizable through the composite API.\n *\n * @private\n */\nexport const CallCompositeIcon = (props: CompositeIconProps<CallCompositeIcons>): JSX.Element => (\n  <FontIcon {...props} />\n);\n\n/**\n * Icons that can be overridden for {@link CallWithChatComposite}.\n *\n * @public\n */\nexport type CallWithChatCompositeIcons = {\n  // CallWithChat Specific Icons\n  ChevronLeft?: JSX.Element;\n  ControlBarChatButtonActive?: JSX.Element;\n  ControlBarChatButtonInactive?: JSX.Element;\n  ControlBarPeopleButton?: JSX.Element;\n  Link?: JSX.Element;\n  MoreDrawerMicrophones?: JSX.Element;\n  MoreDrawerPeople?: JSX.Element;\n  MoreDrawerSelectedMicrophone?: JSX.Element;\n  MoreDrawerSelectedSpeaker?: JSX.Element;\n  MoreDrawerSpeakers?: JSX.Element;\n\n  // Call icons\n  ControlButtonCameraOff?: JSX.Element;\n  ControlButtonCameraOn?: JSX.Element;\n  ControlButtonEndCall?: JSX.Element;\n  ControlButtonMicOff?: JSX.Element;\n  ControlButtonMicOn?: JSX.Element;\n  ControlButtonOptions?: JSX.Element;\n  ControlButtonScreenShareStart?: JSX.Element;\n  ControlButtonScreenShareStop?: JSX.Element;\n\n  ControlButtonCameraProhibited?: JSX.Element;\n\n  ControlButtonMicProhibited?: JSX.Element;\n  ErrorBarCallCameraAccessDenied?: JSX.Element;\n  ErrorBarCallCameraAlreadyInUse?: JSX.Element;\n  ErrorBarCallLocalVideoFreeze?: JSX.Element;\n  ErrorBarCallMacOsCameraAccessDenied?: JSX.Element;\n  ErrorBarCallMacOsMicrophoneAccessDenied?: JSX.Element;\n  ErrorBarCallMicrophoneAccessDenied?: JSX.Element;\n  ErrorBarCallMicrophoneMutedBySystem?: JSX.Element;\n  ErrorBarCallMicrophoneUnmutedBySystem?: JSX.Element;\n  ErrorBarCallNetworkQualityLow?: JSX.Element;\n  ErrorBarCallNoMicrophoneFound?: JSX.Element;\n  ErrorBarCallNoSpeakerFound?: JSX.Element;\n  ErrorBarClear?: JSX.Element;\n  HorizontalGalleryLeftButton?: JSX.Element;\n  HorizontalGalleryRightButton?: JSX.Element;\n  LobbyScreenConnectingToCall?: JSX.Element;\n  LobbyScreenWaitingToBeAdmitted?: JSX.Element;\n  LocalDeviceSettingsCamera?: JSX.Element;\n  LocalDeviceSettingsMic?: JSX.Element;\n  LocalDeviceSettingsSpeaker?: JSX.Element;\n  LocalPreviewPlaceholder?: JSX.Element;\n  Muted?: JSX.Element;\n  NetworkReconnectIcon?: JSX.Element;\n  NoticePageAccessDeniedTeamsMeeting?: JSX.Element;\n  NoticePageJoinCallFailedDueToNoNetwork?: JSX.Element;\n  NoticePageLeftCall?: JSX.Element;\n  NoticePageRemovedFromCall?: JSX.Element;\n  OptionsCamera?: JSX.Element;\n  OptionsMic?: JSX.Element;\n  OptionsSpeaker?: JSX.Element;\n  ParticipantItemMicOff?: JSX.Element;\n  ParticipantItemScreenShareStart?: JSX.Element;\n  VideoTileMicOff?: JSX.Element;\n  LocalCameraSwitch?: JSX.Element;\n  /* @conditional-compile-remove(PSTN-calls) */\n  PeoplePaneAddPerson?: JSX.Element;\n  /* @conditional-compile-remove(PSTN-calls) */\n  PeoplePaneOpenDialpad?: JSX.Element;\n  /* @conditional-compile-remove(PSTN-calls) */\n  DialpadStartCall?: JSX.Element;\n  DefaultCustomButton?: JSX.Element;\n  DtmfDialpadButton?: JSX.Element;\n\n  // Chat icons\n  EditBoxCancel?: JSX.Element;\n  EditBoxSubmit?: JSX.Element;\n  MessageDelivered?: JSX.Element;\n  MessageEdit?: JSX.Element;\n  MessageFailed?: JSX.Element;\n  MessageRemove?: JSX.Element;\n  MessageSeen?: JSX.Element;\n  MessageSending?: JSX.Element;\n  SendBoxSend?: JSX.Element;\n  SendBoxSendHovered?: JSX.Element;\n  SendBoxAttachFile?: JSX.Element;\n\n  // Icons common to Call and Chat.\n  ParticipantItemOptions?: JSX.Element;\n  ParticipantItemOptionsHovered?: JSX.Element;\n  PeoplePaneMoreButton?: JSX.Element;\n  StopAllSpotlightMenuButton?: JSX.Element;\n};\n\n/**\n * Icon wrapper to use when including customizable icons inside the CallWithChatComposite.\n * This wrapper ensures the icon name is being type-checked helping ensure no typos\n * and ensure that icon is customizable through the composite API.\n *\n * @private\n */\nexport const CallWithChatCompositeIcon = (props: CompositeIconProps<CallWithChatCompositeIcons>): JSX.Element => (\n  <FontIcon {...props} />\n);\n\n/**\n * Icons that can be overridden in one of the composites exported by this library.\n *\n * See {@link ChatCompositeIcons}, {@link CallCompositeIcons} and {@link CallWithChatCompositeIcons} for more targeted types.\n *\n * @public\n */\nexport type CompositeIcons = ChatCompositeIcons & CallCompositeIcons & CallWithChatCompositeIcons;\n"]}
         
     | 
| 
      
 1 
     | 
    
         
            +
            {"version":3,"file":"icons.js","sourceRoot":"","sources":["../../../../../../../react-composites/src/composites/common/icons.tsx"],"names":[],"mappings":"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","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport {\n  CallEnd20Filled,\n  CallMissed20Filled,\n  CameraSwitch24Regular,\n  Chat20Filled,\n  Chat20Regular,\n  Info20Filled,\n  MicOff20Filled,\n  Mic20Filled,\n  Mic20Regular,\n  People20Regular,\n  PersonDelete20Filled,\n  Speaker220Filled,\n  Speaker220Regular,\n  Video20Filled,\n  VideoOff20Filled,\n  WifiWarning20Filled,\n  Circle20Regular\n} from '@fluentui/react-icons';\n/* @conditional-compile-remove(teams-meeting-conference) */\nimport { PersonCall20Regular, Clock20Filled } from '@fluentui/react-icons';\nimport { MoreHorizontal20Filled, VideoPersonStarOff20Filled } from '@fluentui/react-icons';\nimport { MicProhibited20Filled, VideoProhibited20Filled } from '@fluentui/react-icons';\nimport { Grid20Regular } from '@fluentui/react-icons';\n/* @conditional-compile-remove(PSTN-calls) */\nimport { PersonAdd20Regular, Call20Regular } from '@fluentui/react-icons';\nimport { Dialpad20Regular } from '@fluentui/react-icons';\nimport { DEFAULT_COMPONENT_ICONS } from '@internal/react-components';\nimport React from 'react';\n// eslint-disable-next-line no-restricted-imports\nimport { FontIcon, IIconProps, Spinner, SpinnerSize } from '@fluentui/react';\n/* @conditional-compile-remove(file-sharing-acs) */\nimport { Attach20Regular } from '@fluentui/react-icons';\n\nimport { VideoBackgroundEffect20Regular, VideoPerson20Filled } from '@fluentui/react-icons';\nimport {\n  PersonSquare20Regular,\n  WindowHeaderHorizontal20Regular,\n  TableSimple20Regular,\n  BoardSplit20Regular,\n  ContentView20Regular,\n  Table20Regular\n} from '@fluentui/react-icons';\n\nconst SpinnerIcon = (): JSX.Element => <Spinner size={SpinnerSize.large} />;\n\n/**\n * The default set of icons used by the composites directly (i.e. not via the components defined in this library).\n *\n * @public\n */\nexport const COMPOSITE_ONLY_ICONS: CompositeIcons = {\n  ChevronLeft: undefined,\n  Link: undefined,\n  LobbyScreenConnectingToCall: <SpinnerIcon />,\n  LobbyScreenWaitingToBeAdmitted: <SpinnerIcon />,\n  LocalDeviceSettingsCamera: <Video20Filled />,\n  LocalDeviceSettingsMic: <Mic20Filled />,\n  LocalDeviceSettingsSpeaker: <Speaker220Filled />,\n  LocalPreviewPlaceholder: <VideoOff20Filled />,\n  LocalCameraSwitch: <CameraSwitch24Regular />,\n  ControlBarChatButtonActive: <Chat20Filled />,\n  ControlBarChatButtonInactive: <Chat20Regular />,\n\n  ControlButtonCameraProhibited: <VideoProhibited20Filled />,\n\n  ControlButtonMicProhibited: <MicProhibited20Filled />,\n  ControlButtonExitSpotlight: <VideoPersonStarOff20Filled />,\n  ControlBarPeopleButton: <People20Regular />,\n  MoreDrawerMicrophones: <Mic20Regular />,\n  MoreDrawerPeople: <People20Regular />,\n  MoreDrawerSpeakers: <Speaker220Regular />,\n  MoreDrawerSelectedMicrophone: <Mic20Filled />,\n  MoreDrawerSelectedSpeaker: <Speaker220Filled />,\n  Muted: <MicOff20Filled />,\n  NetworkReconnectIcon: <CallMissed20Filled />,\n  NoticePageAccessDeniedTeamsMeeting: <PersonDelete20Filled />,\n  NoticePageJoinCallFailedDueToNoNetwork: <WifiWarning20Filled />,\n  NoticePageLeftCall: <CallEnd20Filled />,\n  NoticePageRemovedFromCall: <Info20Filled />,\n  NoticePageNotInvitedToRoom: <Info20Filled />,\n  NoticePageRoomNotFound: <Info20Filled />,\n  NoticePageRoomNotValid: <Info20Filled />,\n  NoticePageCallRejected: <Info20Filled />,\n  NoticePageCallTimeout: <Info20Filled />,\n  /* @conditional-compile-remove(file-sharing-acs) */\n  SendBoxAttachFile: <Attach20Regular />,\n  /* @conditional-compile-remove(PSTN-calls) */\n  PeoplePaneAddPerson: <PersonAdd20Regular />,\n  /* @conditional-compile-remove(PSTN-calls) */\n  PeoplePaneOpenDialpad: <Dialpad20Regular />,\n  /* @conditional-compile-remove(PSTN-calls) */\n  DialpadStartCall: <Call20Regular />,\n  NoticePageInviteToRoomRemoved: <Info20Filled />,\n\n  BlurVideoBackground: <VideoBackgroundEffect20Regular />,\n\n  RemoveVideoBackgroundEffect: <VideoPerson20Filled />,\n  GalleryOptions: <Grid20Regular />,\n  OverflowGalleryTop: <WindowHeaderHorizontal20Regular />,\n  SpeakerGalleryLayout: <PersonSquare20Regular />,\n  DefaultGalleryLayout: <TableSimple20Regular />,\n  FloatingLocalVideoGalleryLayout: <BoardSplit20Regular />,\n  FocusedContentGalleryLayout: <ContentView20Regular />,\n  LargeGalleryLayout: <Table20Regular />,\n  DefaultCustomButton: <Circle20Regular />,\n  DtmfDialpadButton: <Dialpad20Regular />,\n  /* @conditional-compile-remove(teams-meeting-conference) */\n  PhoneNumberButton: <PersonCall20Regular />,\n  /* @conditional-compile-remove(teams-meeting-conference) */\n  PhoneInfoWait: <Clock20Filled />,\n  PeoplePaneMoreButton: <MoreHorizontal20Filled />,\n  StopAllSpotlightMenuButton: <VideoPersonStarOff20Filled />\n};\n\n/**\n * The default set of icons that are available to used in the Composites.\n *\n * @public\n */\nexport const DEFAULT_COMPOSITE_ICONS = {\n  ...DEFAULT_COMPONENT_ICONS,\n  ...COMPOSITE_ONLY_ICONS\n};\n\n/** @private */\nexport type CompositeIconProps<Icons> = IIconProps & { iconName: keyof Icons };\n\n/**\n * Icons that can be overridden for {@link ChatComposite}.\n *\n * @public\n */\nexport type ChatCompositeIcons = {\n  EditBoxCancel?: JSX.Element;\n  EditBoxSubmit?: JSX.Element;\n  MessageDelivered?: JSX.Element;\n  MessageEdit?: JSX.Element;\n  MessageFailed?: JSX.Element;\n  MessageRemove?: JSX.Element;\n  MessageSeen?: JSX.Element;\n  MessageSending?: JSX.Element;\n  ParticipantItemOptions?: JSX.Element;\n  ParticipantItemOptionsHovered?: JSX.Element;\n  SendBoxSend?: JSX.Element;\n  SendBoxSendHovered?: JSX.Element;\n  /* @conditional-compile-remove(file-sharing-acs) */\n  SendBoxAttachFile?: JSX.Element;\n};\n\n/**\n * Icon wrapper to use when including customizable icons inside the ChatComposite.\n * This wrapper ensures the icon name is being type-checked helping ensure no typos\n * and ensure that icon is customizable through the composite API.\n *\n * @private\n */\nexport const ChatCompositeIcon = (props: CompositeIconProps<ChatCompositeIcons>): JSX.Element => (\n  <FontIcon {...props} />\n);\n\n/**\n * Icons that can be overridden for {@link CallComposite}.\n *\n * @public\n */\nexport type CallCompositeIcons = {\n  ControlBarPeopleButton?: JSX.Element;\n  ControlButtonCameraOff?: JSX.Element;\n  ControlButtonCameraOn?: JSX.Element;\n  ControlButtonEndCall?: JSX.Element;\n  ControlButtonMicOff?: JSX.Element;\n  ControlButtonMicOn?: JSX.Element;\n  ControlButtonOptions?: JSX.Element;\n  ControlButtonParticipants?: JSX.Element;\n  ControlButtonScreenShareStart?: JSX.Element;\n  ControlButtonScreenShareStop?: JSX.Element;\n\n  ControlButtonCameraProhibited?: JSX.Element;\n\n  ControlButtonMicProhibited?: JSX.Element;\n  ControlButtonRaiseHand?: JSX.Element;\n  ControlButtonLowerHand?: JSX.Element;\n  ControlButtonExitSpotlight?: JSX.Element;\n  RaiseHandContextualMenuItem?: JSX.Element;\n  ReactionContextualMenuItem?: JSX.Element;\n  LowerHandContextualMenuItem?: JSX.Element;\n  ReactionButtonIcon?: JSX.Element;\n  ErrorBarCallCameraAccessDenied?: JSX.Element;\n  ErrorBarCallCameraAlreadyInUse?: JSX.Element;\n  ErrorBarCallLocalVideoFreeze?: JSX.Element;\n  ErrorBarCallMacOsCameraAccessDenied?: JSX.Element;\n  ErrorBarCallMacOsMicrophoneAccessDenied?: JSX.Element;\n  ErrorBarCallMicrophoneAccessDenied?: JSX.Element;\n  ErrorBarCallMicrophoneMutedBySystem?: JSX.Element;\n  ErrorBarCallMicrophoneUnmutedBySystem?: JSX.Element;\n  ErrorBarCallNetworkQualityLow?: JSX.Element;\n  ErrorBarCallNoMicrophoneFound?: JSX.Element;\n  ErrorBarCallNoSpeakerFound?: JSX.Element;\n  ErrorBarClear?: JSX.Element;\n  HorizontalGalleryLeftButton?: JSX.Element;\n  HorizontalGalleryRightButton?: JSX.Element;\n  LobbyScreenConnectingToCall?: JSX.Element;\n  LobbyScreenWaitingToBeAdmitted?: JSX.Element;\n  LocalDeviceSettingsCamera?: JSX.Element;\n  LocalDeviceSettingsMic?: JSX.Element;\n  LocalDeviceSettingsSpeaker?: JSX.Element;\n  LocalPreviewPlaceholder?: JSX.Element;\n  Muted?: JSX.Element;\n  NetworkReconnectIcon?: JSX.Element;\n  NoticePageAccessDeniedTeamsMeeting?: JSX.Element;\n  NoticePageJoinCallFailedDueToNoNetwork?: JSX.Element;\n  NoticePageLeftCall?: JSX.Element;\n  NoticePageRemovedFromCall?: JSX.Element;\n  NoticePageCallRejected?: JSX.Element;\n  NoticePageNotInvitedToRoom?: JSX.Element;\n  NoticePageRoomNotFound?: JSX.Element;\n  NoticePageRoomNotValid?: JSX.Element;\n  NoticePageCallTimeout?: JSX.Element;\n  OptionsCamera?: JSX.Element;\n  OptionsMic?: JSX.Element;\n  OptionsSpeaker?: JSX.Element;\n  ParticipantItemMicOff?: JSX.Element;\n  ParticipantItemOptions?: JSX.Element;\n  ParticipantItemOptionsHovered?: JSX.Element;\n  ParticipantItemScreenShareStart?: JSX.Element;\n  VideoTileMicOff?: JSX.Element;\n  LocalCameraSwitch?: JSX.Element;\n  /* @conditional-compile-remove(PSTN-calls) */\n  PeoplePaneAddPerson?: JSX.Element;\n  /* @conditional-compile-remove(PSTN-calls) */\n  PeoplePaneOpenDialpad?: JSX.Element;\n  /* @conditional-compile-remove(PSTN-calls) */\n  DialpadStartCall?: JSX.Element;\n  NoticePageInviteToRoomRemoved?: JSX.Element;\n\n  BlurVideoBackground?: JSX.Element;\n\n  RemoveVideoBackgroundEffect?: JSX.Element;\n  GalleryOptions?: JSX.Element;\n  SpeakerGalleryLayout?: JSX.Element;\n  FloatingLocalVideoGalleryLayout?: JSX.Element;\n  DefaultGalleryLayout?: JSX.Element;\n  FocusedContentGalleryLayout?: JSX.Element;\n  OverflowGalleryTop?: JSX.Element;\n  LargeGalleryLayout?: JSX.Element;\n  DefaultCustomButton?: JSX.Element;\n  DtmfDialpadButton?: JSX.Element;\n  /* @conditional-compile-remove(teams-meeting-conference) */\n  PhoneNumberButton?: JSX.Element;\n  /* @conditional-compile-remove(teams-meeting-conference) */\n  PhoneInfoWait?: JSX.Element;\n  PeoplePaneMoreButton?: JSX.Element;\n  StopAllSpotlightMenuButton?: JSX.Element;\n};\n\n/**\n * Icon wrapper to use when including customizable icons inside the CallComposite.\n * This wrapper ensures the icon name is being type-checked helping ensure no typos\n * and ensure that icon is customizable through the composite API.\n *\n * @private\n */\nexport const CallCompositeIcon = (props: CompositeIconProps<CallCompositeIcons>): JSX.Element => (\n  <FontIcon {...props} />\n);\n\n/**\n * Icons that can be overridden for {@link CallWithChatComposite}.\n *\n * @public\n */\nexport type CallWithChatCompositeIcons = {\n  // CallWithChat Specific Icons\n  ChevronLeft?: JSX.Element;\n  ControlBarChatButtonActive?: JSX.Element;\n  ControlBarChatButtonInactive?: JSX.Element;\n  ControlBarPeopleButton?: JSX.Element;\n  Link?: JSX.Element;\n  MoreDrawerMicrophones?: JSX.Element;\n  MoreDrawerPeople?: JSX.Element;\n  MoreDrawerSelectedMicrophone?: JSX.Element;\n  MoreDrawerSelectedSpeaker?: JSX.Element;\n  MoreDrawerSpeakers?: JSX.Element;\n\n  // Call icons\n  ControlButtonCameraOff?: JSX.Element;\n  ControlButtonCameraOn?: JSX.Element;\n  ControlButtonEndCall?: JSX.Element;\n  ControlButtonMicOff?: JSX.Element;\n  ControlButtonMicOn?: JSX.Element;\n  ControlButtonOptions?: JSX.Element;\n  ControlButtonScreenShareStart?: JSX.Element;\n  ControlButtonScreenShareStop?: JSX.Element;\n\n  ControlButtonCameraProhibited?: JSX.Element;\n\n  ControlButtonMicProhibited?: JSX.Element;\n  ErrorBarCallCameraAccessDenied?: JSX.Element;\n  ErrorBarCallCameraAlreadyInUse?: JSX.Element;\n  ErrorBarCallLocalVideoFreeze?: JSX.Element;\n  ErrorBarCallMacOsCameraAccessDenied?: JSX.Element;\n  ErrorBarCallMacOsMicrophoneAccessDenied?: JSX.Element;\n  ErrorBarCallMicrophoneAccessDenied?: JSX.Element;\n  ErrorBarCallMicrophoneMutedBySystem?: JSX.Element;\n  ErrorBarCallMicrophoneUnmutedBySystem?: JSX.Element;\n  ErrorBarCallNetworkQualityLow?: JSX.Element;\n  ErrorBarCallNoMicrophoneFound?: JSX.Element;\n  ErrorBarCallNoSpeakerFound?: JSX.Element;\n  ErrorBarClear?: JSX.Element;\n  HorizontalGalleryLeftButton?: JSX.Element;\n  HorizontalGalleryRightButton?: JSX.Element;\n  LobbyScreenConnectingToCall?: JSX.Element;\n  LobbyScreenWaitingToBeAdmitted?: JSX.Element;\n  LocalDeviceSettingsCamera?: JSX.Element;\n  LocalDeviceSettingsMic?: JSX.Element;\n  LocalDeviceSettingsSpeaker?: JSX.Element;\n  LocalPreviewPlaceholder?: JSX.Element;\n  Muted?: JSX.Element;\n  NetworkReconnectIcon?: JSX.Element;\n  NoticePageAccessDeniedTeamsMeeting?: JSX.Element;\n  NoticePageJoinCallFailedDueToNoNetwork?: JSX.Element;\n  NoticePageLeftCall?: JSX.Element;\n  NoticePageRemovedFromCall?: JSX.Element;\n  OptionsCamera?: JSX.Element;\n  OptionsMic?: JSX.Element;\n  OptionsSpeaker?: JSX.Element;\n  ParticipantItemMicOff?: JSX.Element;\n  ParticipantItemScreenShareStart?: JSX.Element;\n  VideoTileMicOff?: JSX.Element;\n  LocalCameraSwitch?: JSX.Element;\n  /* @conditional-compile-remove(PSTN-calls) */\n  PeoplePaneAddPerson?: JSX.Element;\n  /* @conditional-compile-remove(PSTN-calls) */\n  PeoplePaneOpenDialpad?: JSX.Element;\n  /* @conditional-compile-remove(PSTN-calls) */\n  DialpadStartCall?: JSX.Element;\n  DefaultCustomButton?: JSX.Element;\n  DtmfDialpadButton?: JSX.Element;\n\n  // Chat icons\n  EditBoxCancel?: JSX.Element;\n  EditBoxSubmit?: JSX.Element;\n  MessageDelivered?: JSX.Element;\n  MessageEdit?: JSX.Element;\n  MessageFailed?: JSX.Element;\n  MessageRemove?: JSX.Element;\n  MessageSeen?: JSX.Element;\n  MessageSending?: JSX.Element;\n  SendBoxSend?: JSX.Element;\n  SendBoxSendHovered?: JSX.Element;\n  SendBoxAttachFile?: JSX.Element;\n\n  // Icons common to Call and Chat.\n  ParticipantItemOptions?: JSX.Element;\n  ParticipantItemOptionsHovered?: JSX.Element;\n  PeoplePaneMoreButton?: JSX.Element;\n  StopAllSpotlightMenuButton?: JSX.Element;\n};\n\n/**\n * Icon wrapper to use when including customizable icons inside the CallWithChatComposite.\n * This wrapper ensures the icon name is being type-checked helping ensure no typos\n * and ensure that icon is customizable through the composite API.\n *\n * @private\n */\nexport const CallWithChatCompositeIcon = (props: CompositeIconProps<CallWithChatCompositeIcons>): JSX.Element => (\n  <FontIcon {...props} />\n);\n\n/**\n * Icons that can be overridden in one of the composites exported by this library.\n *\n * See {@link ChatCompositeIcons}, {@link CallCompositeIcons} and {@link CallWithChatCompositeIcons} for more targeted types.\n *\n * @public\n */\nexport type CompositeIcons = ChatCompositeIcons & CallCompositeIcons & CallWithChatCompositeIcons;\n"]}
         
     | 
    
        package/dist/dist-esm/react-composites/src/composites/localization/locales/ar-SA/strings.json
    CHANGED
    
    | 
         @@ -338,16 +338,11 @@ 
     | 
|
| 
       338 
338 
     | 
    
         
             
                    "endCallConfirmDialogTitle": "هل تريد إنهاء المكالمة؟",
         
     | 
| 
       339 
339 
     | 
    
         
             
                    "endCallConfirmDialogContent": "ستنهي المكالمة لدى الجميع.",
         
     | 
| 
       340 
340 
     | 
    
         
             
                    "invalidMeetingIdentifier": "معرف اجتماع أو رمز مرور غير صالح",
         
     | 
| 
       341 
     | 
    
         
            -
                    "pinParticipantMenuLabel": " 
     | 
| 
       342 
     | 
    
         
            -
                    "pinParticipantLimitReachedMenuLabel": " 
     | 
| 
       343 
     | 
    
         
            -
                    "unpinParticipantMenuLabel": " 
     | 
| 
       344 
     | 
    
         
            -
                    "pinParticipantMenuItemAriaLabel": " 
     | 
| 
       345 
     | 
    
         
            -
                    "unpinParticipantMenuItemAriaLabel": " 
     | 
| 
       346 
     | 
    
         
            -
                    "muteAllMenuLabel": "كتم صوت الجميع",
         
     | 
| 
       347 
     | 
    
         
            -
                    "muteAllDialogTitle": "هل تريد كتم صوت الجميع؟",
         
     | 
| 
       348 
     | 
    
         
            -
                    "muteAllDialogContent": "سيؤدي ذلك إلى كتم صوت الجميع في الاجتماع باستثننائك.",
         
     | 
| 
       349 
     | 
    
         
            -
                    "muteAllConfirmButtonLabel": "كتم صوت الجميع",
         
     | 
| 
       350 
     | 
    
         
            -
                    "muteAllCancelButtonLabel": "إلغاء"
         
     | 
| 
      
 341 
     | 
    
         
            +
                    "pinParticipantMenuLabel": "Pin for me",
         
     | 
| 
      
 342 
     | 
    
         
            +
                    "pinParticipantLimitReachedMenuLabel": "Pin (limit reached)",
         
     | 
| 
      
 343 
     | 
    
         
            +
                    "unpinParticipantMenuLabel": "Unpin",
         
     | 
| 
      
 344 
     | 
    
         
            +
                    "pinParticipantMenuItemAriaLabel": "Pin",
         
     | 
| 
      
 345 
     | 
    
         
            +
                    "unpinParticipantMenuItemAriaLabel": "Unpin"
         
     | 
| 
       351 
346 
     | 
    
         
             
                },
         
     | 
| 
       352 
347 
     | 
    
         
             
                "chat": {
         
     | 
| 
       353 
348 
     | 
    
         
             
                    "chatListHeader": "في هذه الدردشة",
         
     | 
    
        package/dist/dist-esm/react-composites/src/composites/localization/locales/cs-CZ/strings.json
    CHANGED
    
    | 
         @@ -342,12 +342,7 @@ 
     | 
|
| 
       342 
342 
     | 
    
         
             
                    "pinParticipantLimitReachedMenuLabel": "Připnout (dosáhlo se limitu)",
         
     | 
| 
       343 
343 
     | 
    
         
             
                    "unpinParticipantMenuLabel": "Odepnout",
         
     | 
| 
       344 
344 
     | 
    
         
             
                    "pinParticipantMenuItemAriaLabel": "Připnout",
         
     | 
| 
       345 
     | 
    
         
            -
                    "unpinParticipantMenuItemAriaLabel": "Odepnout" 
     | 
| 
       346 
     | 
    
         
            -
                    "muteAllMenuLabel": "Ztlumit všechny",
         
     | 
| 
       347 
     | 
    
         
            -
                    "muteAllDialogTitle": "Chcete všechny ztlumit?",
         
     | 
| 
       348 
     | 
    
         
            -
                    "muteAllDialogContent": "Ztlumí všechny účastníky schůzky kromě vás.",
         
     | 
| 
       349 
     | 
    
         
            -
                    "muteAllConfirmButtonLabel": "Ztlumit všechny",
         
     | 
| 
       350 
     | 
    
         
            -
                    "muteAllCancelButtonLabel": "Zrušit"
         
     | 
| 
      
 345 
     | 
    
         
            +
                    "unpinParticipantMenuItemAriaLabel": "Odepnout"
         
     | 
| 
       351 
346 
     | 
    
         
             
                },
         
     | 
| 
       352 
347 
     | 
    
         
             
                "chat": {
         
     | 
| 
       353 
348 
     | 
    
         
             
                    "chatListHeader": "V tomto chatu",
         
     | 
    
        package/dist/dist-esm/react-composites/src/composites/localization/locales/de-DE/strings.json
    CHANGED
    
    | 
         @@ -342,12 +342,7 @@ 
     | 
|
| 
       342 
342 
     | 
    
         
             
                    "pinParticipantLimitReachedMenuLabel": "Anheften (Limit erreicht)",
         
     | 
| 
       343 
343 
     | 
    
         
             
                    "unpinParticipantMenuLabel": "Lösen",
         
     | 
| 
       344 
344 
     | 
    
         
             
                    "pinParticipantMenuItemAriaLabel": "Anheften",
         
     | 
| 
       345 
     | 
    
         
            -
                    "unpinParticipantMenuItemAriaLabel": "Lösen" 
     | 
| 
       346 
     | 
    
         
            -
                    "muteAllMenuLabel": "Alle stummschalten",
         
     | 
| 
       347 
     | 
    
         
            -
                    "muteAllDialogTitle": "Alle stummschalten?",
         
     | 
| 
       348 
     | 
    
         
            -
                    "muteAllDialogContent": "Hierdurch werden alle in der Besprechung stummgeschaltet, außer Ihnen.",
         
     | 
| 
       349 
     | 
    
         
            -
                    "muteAllConfirmButtonLabel": "Alle stummschalten",
         
     | 
| 
       350 
     | 
    
         
            -
                    "muteAllCancelButtonLabel": "Abbrechen"
         
     | 
| 
      
 345 
     | 
    
         
            +
                    "unpinParticipantMenuItemAriaLabel": "Lösen"
         
     | 
| 
       351 
346 
     | 
    
         
             
                },
         
     | 
| 
       352 
347 
     | 
    
         
             
                "chat": {
         
     | 
| 
       353 
348 
     | 
    
         
             
                    "chatListHeader": "In diesem Chat",
         
     | 
    
        package/dist/dist-esm/react-composites/src/composites/localization/locales/en-GB/strings.json
    CHANGED
    
    | 
         @@ -342,12 +342,7 @@ 
     | 
|
| 
       342 
342 
     | 
    
         
             
                    "pinParticipantLimitReachedMenuLabel": "Pin (limit reached)",
         
     | 
| 
       343 
343 
     | 
    
         
             
                    "unpinParticipantMenuLabel": "Unpin",
         
     | 
| 
       344 
344 
     | 
    
         
             
                    "pinParticipantMenuItemAriaLabel": "Pin",
         
     | 
| 
       345 
     | 
    
         
            -
                    "unpinParticipantMenuItemAriaLabel": "Unpin" 
     | 
| 
       346 
     | 
    
         
            -
                    "muteAllMenuLabel": "Mute all",
         
     | 
| 
       347 
     | 
    
         
            -
                    "muteAllDialogTitle": "Mute everyone?",
         
     | 
| 
       348 
     | 
    
         
            -
                    "muteAllDialogContent": "This will mute everyone in the meeting but you.",
         
     | 
| 
       349 
     | 
    
         
            -
                    "muteAllConfirmButtonLabel": "Mute all",
         
     | 
| 
       350 
     | 
    
         
            -
                    "muteAllCancelButtonLabel": "Cancel"
         
     | 
| 
      
 345 
     | 
    
         
            +
                    "unpinParticipantMenuItemAriaLabel": "Unpin"
         
     | 
| 
       351 
346 
     | 
    
         
             
                },
         
     | 
| 
       352 
347 
     | 
    
         
             
                "chat": {
         
     | 
| 
       353 
348 
     | 
    
         
             
                    "chatListHeader": "In this chat",
         
     | 
    
        package/dist/dist-esm/react-composites/src/composites/localization/locales/es-ES/strings.json
    CHANGED
    
    | 
         @@ -342,12 +342,7 @@ 
     | 
|
| 
       342 
342 
     | 
    
         
             
                    "pinParticipantLimitReachedMenuLabel": "Pin (límite alcanzado)",
         
     | 
| 
       343 
343 
     | 
    
         
             
                    "unpinParticipantMenuLabel": "Desanclar",
         
     | 
| 
       344 
344 
     | 
    
         
             
                    "pinParticipantMenuItemAriaLabel": "Anclar",
         
     | 
| 
       345 
     | 
    
         
            -
                    "unpinParticipantMenuItemAriaLabel": "Desanclar" 
     | 
| 
       346 
     | 
    
         
            -
                    "muteAllMenuLabel": "Silenciar todo",
         
     | 
| 
       347 
     | 
    
         
            -
                    "muteAllDialogTitle": "¿Silenciar a todos?",
         
     | 
| 
       348 
     | 
    
         
            -
                    "muteAllDialogContent": "Esto silenciará a todos los participantes de la reunión, excepto usted.",
         
     | 
| 
       349 
     | 
    
         
            -
                    "muteAllConfirmButtonLabel": "Silenciar todo",
         
     | 
| 
       350 
     | 
    
         
            -
                    "muteAllCancelButtonLabel": "Cancelar"
         
     | 
| 
      
 345 
     | 
    
         
            +
                    "unpinParticipantMenuItemAriaLabel": "Desanclar"
         
     | 
| 
       351 
346 
     | 
    
         
             
                },
         
     | 
| 
       352 
347 
     | 
    
         
             
                "chat": {
         
     | 
| 
       353 
348 
     | 
    
         
             
                    "chatListHeader": "En este chat",
         
     | 
    
        package/dist/dist-esm/react-composites/src/composites/localization/locales/fi-FI/strings.json
    CHANGED
    
    | 
         @@ -338,16 +338,11 @@ 
     | 
|
| 
       338 
338 
     | 
    
         
             
                    "endCallConfirmDialogTitle": "Lopetetaanko puhelu?",
         
     | 
| 
       339 
339 
     | 
    
         
             
                    "endCallConfirmDialogContent": "Puhelu lopetetaan kaikkien osallistujien osalta.",
         
     | 
| 
       340 
340 
     | 
    
         
             
                    "invalidMeetingIdentifier": "Virheellinen kokoustunnus tai tunnuskoodi",
         
     | 
| 
       341 
     | 
    
         
            -
                    "pinParticipantMenuLabel": " 
     | 
| 
       342 
     | 
    
         
            -
                    "pinParticipantLimitReachedMenuLabel": " 
     | 
| 
       343 
     | 
    
         
            -
                    "unpinParticipantMenuLabel": " 
     | 
| 
       344 
     | 
    
         
            -
                    "pinParticipantMenuItemAriaLabel": " 
     | 
| 
       345 
     | 
    
         
            -
                    "unpinParticipantMenuItemAriaLabel": " 
     | 
| 
       346 
     | 
    
         
            -
                    "muteAllMenuLabel": "Mykistä kaikki",
         
     | 
| 
       347 
     | 
    
         
            -
                    "muteAllDialogTitle": "Mykistetäänkö kaikki?",
         
     | 
| 
       348 
     | 
    
         
            -
                    "muteAllDialogContent": "Tämä toiminto mykistää kaikki muut kokouksen osallistujat paitsi sinut.",
         
     | 
| 
       349 
     | 
    
         
            -
                    "muteAllConfirmButtonLabel": "Mykistä kaikki",
         
     | 
| 
       350 
     | 
    
         
            -
                    "muteAllCancelButtonLabel": "Peruuta"
         
     | 
| 
      
 341 
     | 
    
         
            +
                    "pinParticipantMenuLabel": "Pin for me",
         
     | 
| 
      
 342 
     | 
    
         
            +
                    "pinParticipantLimitReachedMenuLabel": "Pin (limit reached)",
         
     | 
| 
      
 343 
     | 
    
         
            +
                    "unpinParticipantMenuLabel": "Unpin",
         
     | 
| 
      
 344 
     | 
    
         
            +
                    "pinParticipantMenuItemAriaLabel": "Pin",
         
     | 
| 
      
 345 
     | 
    
         
            +
                    "unpinParticipantMenuItemAriaLabel": "Unpin"
         
     | 
| 
       351 
346 
     | 
    
         
             
                },
         
     | 
| 
       352 
347 
     | 
    
         
             
                "chat": {
         
     | 
| 
       353 
348 
     | 
    
         
             
                    "chatListHeader": "Tässä keskustelussa",
         
     | 
    
        package/dist/dist-esm/react-composites/src/composites/localization/locales/fr-FR/strings.json
    CHANGED
    
    | 
         @@ -338,16 +338,11 @@ 
     | 
|
| 
       338 
338 
     | 
    
         
             
                    "endCallConfirmDialogTitle": "Mettre fin à l'appel ?",
         
     | 
| 
       339 
339 
     | 
    
         
             
                    "endCallConfirmDialogContent": "Vous mettrez fin à l'appel pour tout le monde.",
         
     | 
| 
       340 
340 
     | 
    
         
             
                    "invalidMeetingIdentifier": "ID ou code secret de réunion non valide",
         
     | 
| 
       341 
     | 
    
         
            -
                    "pinParticipantMenuLabel": " 
     | 
| 
       342 
     | 
    
         
            -
                    "pinParticipantLimitReachedMenuLabel": " 
     | 
| 
       343 
     | 
    
         
            -
                    "unpinParticipantMenuLabel": " 
     | 
| 
       344 
     | 
    
         
            -
                    "pinParticipantMenuItemAriaLabel": " 
     | 
| 
       345 
     | 
    
         
            -
                    "unpinParticipantMenuItemAriaLabel": " 
     | 
| 
       346 
     | 
    
         
            -
                    "muteAllMenuLabel": "Désactiver le son de tous",
         
     | 
| 
       347 
     | 
    
         
            -
                    "muteAllDialogTitle": "Désactiver le son de tout le monde ?",
         
     | 
| 
       348 
     | 
    
         
            -
                    "muteAllDialogContent": "Cette opération va désactiver le son de tous les participants à la réunion, sauf vous.",
         
     | 
| 
       349 
     | 
    
         
            -
                    "muteAllConfirmButtonLabel": "Désactiver le son de tous",
         
     | 
| 
       350 
     | 
    
         
            -
                    "muteAllCancelButtonLabel": "Annuler"
         
     | 
| 
      
 341 
     | 
    
         
            +
                    "pinParticipantMenuLabel": "Pin for me",
         
     | 
| 
      
 342 
     | 
    
         
            +
                    "pinParticipantLimitReachedMenuLabel": "Pin (limit reached)",
         
     | 
| 
      
 343 
     | 
    
         
            +
                    "unpinParticipantMenuLabel": "Unpin",
         
     | 
| 
      
 344 
     | 
    
         
            +
                    "pinParticipantMenuItemAriaLabel": "Pin",
         
     | 
| 
      
 345 
     | 
    
         
            +
                    "unpinParticipantMenuItemAriaLabel": "Unpin"
         
     | 
| 
       351 
346 
     | 
    
         
             
                },
         
     | 
| 
       352 
347 
     | 
    
         
             
                "chat": {
         
     | 
| 
       353 
348 
     | 
    
         
             
                    "chatListHeader": "Dans cette conversation",
         
     | 
    
        package/dist/dist-esm/react-composites/src/composites/localization/locales/he-IL/strings.json
    CHANGED
    
    | 
         @@ -338,16 +338,11 @@ 
     | 
|
| 
       338 
338 
     | 
    
         
             
                    "endCallConfirmDialogTitle": "לסיים את השיחה?",
         
     | 
| 
       339 
339 
     | 
    
         
             
                    "endCallConfirmDialogContent": "פעולה זאת תסיים את השיחה עבור כל המשתתפים.",
         
     | 
| 
       340 
340 
     | 
    
         
             
                    "invalidMeetingIdentifier": "מזהה פגישה או קוד סיסמה לא חוקיים",
         
     | 
| 
       341 
     | 
    
         
            -
                    "pinParticipantMenuLabel": " 
     | 
| 
       342 
     | 
    
         
            -
                    "pinParticipantLimitReachedMenuLabel": " 
     | 
| 
       343 
     | 
    
         
            -
                    "unpinParticipantMenuLabel": " 
     | 
| 
       344 
     | 
    
         
            -
                    "pinParticipantMenuItemAriaLabel": " 
     | 
| 
       345 
     | 
    
         
            -
                    "unpinParticipantMenuItemAriaLabel": " 
     | 
| 
       346 
     | 
    
         
            -
                    "muteAllMenuLabel": "השתק הכל",
         
     | 
| 
       347 
     | 
    
         
            -
                    "muteAllDialogTitle": "האם להשתיק את כולם?",
         
     | 
| 
       348 
     | 
    
         
            -
                    "muteAllDialogContent": "פעולה זו תשתיק את כל האנשים בפגישה חוץ ממך.",
         
     | 
| 
       349 
     | 
    
         
            -
                    "muteAllConfirmButtonLabel": "השתק הכל",
         
     | 
| 
       350 
     | 
    
         
            -
                    "muteAllCancelButtonLabel": "ביטול"
         
     | 
| 
      
 341 
     | 
    
         
            +
                    "pinParticipantMenuLabel": "Pin for me",
         
     | 
| 
      
 342 
     | 
    
         
            +
                    "pinParticipantLimitReachedMenuLabel": "Pin (limit reached)",
         
     | 
| 
      
 343 
     | 
    
         
            +
                    "unpinParticipantMenuLabel": "Unpin",
         
     | 
| 
      
 344 
     | 
    
         
            +
                    "pinParticipantMenuItemAriaLabel": "Pin",
         
     | 
| 
      
 345 
     | 
    
         
            +
                    "unpinParticipantMenuItemAriaLabel": "Unpin"
         
     | 
| 
       351 
346 
     | 
    
         
             
                },
         
     | 
| 
       352 
347 
     | 
    
         
             
                "chat": {
         
     | 
| 
       353 
348 
     | 
    
         
             
                    "chatListHeader": "בצ'אט זה",
         
     | 
    
        package/dist/dist-esm/react-composites/src/composites/localization/locales/it-IT/strings.json
    CHANGED
    
    | 
         @@ -338,16 +338,11 @@ 
     | 
|
| 
       338 
338 
     | 
    
         
             
                    "endCallConfirmDialogTitle": "Vuoi terminare la chiamata?",
         
     | 
| 
       339 
339 
     | 
    
         
             
                    "endCallConfirmDialogContent": "La chiamata terminerà per tutti gli utenti.",
         
     | 
| 
       340 
340 
     | 
    
         
             
                    "invalidMeetingIdentifier": "ID riunione o passcode non valido",
         
     | 
| 
       341 
     | 
    
         
            -
                    "pinParticipantMenuLabel": " 
     | 
| 
       342 
     | 
    
         
            -
                    "pinParticipantLimitReachedMenuLabel": " 
     | 
| 
       343 
     | 
    
         
            -
                    "unpinParticipantMenuLabel": " 
     | 
| 
       344 
     | 
    
         
            -
                    "pinParticipantMenuItemAriaLabel": " 
     | 
| 
       345 
     | 
    
         
            -
                    "unpinParticipantMenuItemAriaLabel": " 
     | 
| 
       346 
     | 
    
         
            -
                    "muteAllMenuLabel": "Disattivare l'audio di tutti",
         
     | 
| 
       347 
     | 
    
         
            -
                    "muteAllDialogTitle": "Disattivare l'audio di tutti?",
         
     | 
| 
       348 
     | 
    
         
            -
                    "muteAllDialogContent": "Questa operazione disattiverà l'audio di tutte le persone nella riunione, tranne te.",
         
     | 
| 
       349 
     | 
    
         
            -
                    "muteAllConfirmButtonLabel": "Disattivare l'audio di tutti",
         
     | 
| 
       350 
     | 
    
         
            -
                    "muteAllCancelButtonLabel": "Annullare"
         
     | 
| 
      
 341 
     | 
    
         
            +
                    "pinParticipantMenuLabel": "Pin for me",
         
     | 
| 
      
 342 
     | 
    
         
            +
                    "pinParticipantLimitReachedMenuLabel": "Pin (limit reached)",
         
     | 
| 
      
 343 
     | 
    
         
            +
                    "unpinParticipantMenuLabel": "Unpin",
         
     | 
| 
      
 344 
     | 
    
         
            +
                    "pinParticipantMenuItemAriaLabel": "Pin",
         
     | 
| 
      
 345 
     | 
    
         
            +
                    "unpinParticipantMenuItemAriaLabel": "Unpin"
         
     | 
| 
       351 
346 
     | 
    
         
             
                },
         
     | 
| 
       352 
347 
     | 
    
         
             
                "chat": {
         
     | 
| 
       353 
348 
     | 
    
         
             
                    "chatListHeader": "In questa chat",
         
     | 
    
        package/dist/dist-esm/react-composites/src/composites/localization/locales/ja-JP/strings.json
    CHANGED
    
    | 
         @@ -342,12 +342,7 @@ 
     | 
|
| 
       342 
342 
     | 
    
         
             
                    "pinParticipantLimitReachedMenuLabel": "ピン留め (上限に達しました)",
         
     | 
| 
       343 
343 
     | 
    
         
             
                    "unpinParticipantMenuLabel": "ピン留めを外す",
         
     | 
| 
       344 
344 
     | 
    
         
             
                    "pinParticipantMenuItemAriaLabel": "ピン留めします",
         
     | 
| 
       345 
     | 
    
         
            -
                    "unpinParticipantMenuItemAriaLabel": "ピン留めを外す" 
     | 
| 
       346 
     | 
    
         
            -
                    "muteAllMenuLabel": "全員をミュート",
         
     | 
| 
       347 
     | 
    
         
            -
                    "muteAllDialogTitle": "全員をミュートにしますか?",
         
     | 
| 
       348 
     | 
    
         
            -
                    "muteAllDialogContent": "会議に参加している自分以外の全員がミュートになります。",
         
     | 
| 
       349 
     | 
    
         
            -
                    "muteAllConfirmButtonLabel": "全員をミュート",
         
     | 
| 
       350 
     | 
    
         
            -
                    "muteAllCancelButtonLabel": "取り消す"
         
     | 
| 
      
 345 
     | 
    
         
            +
                    "unpinParticipantMenuItemAriaLabel": "ピン留めを外す"
         
     | 
| 
       351 
346 
     | 
    
         
             
                },
         
     | 
| 
       352 
347 
     | 
    
         
             
                "chat": {
         
     | 
| 
       353 
348 
     | 
    
         
             
                    "chatListHeader": "このチャット内",
         
     | 
    
        package/dist/dist-esm/react-composites/src/composites/localization/locales/ko-KR/strings.json
    CHANGED
    
    | 
         @@ -338,16 +338,11 @@ 
     | 
|
| 
       338 
338 
     | 
    
         
             
                    "endCallConfirmDialogTitle": "통화를 종료하시겠습니까?",
         
     | 
| 
       339 
339 
     | 
    
         
             
                    "endCallConfirmDialogContent": "모든 사용자의 통화가 종료됩니다.",
         
     | 
| 
       340 
340 
     | 
    
         
             
                    "invalidMeetingIdentifier": "유효하지 않은 모임 ID 또는 암호",
         
     | 
| 
       341 
     | 
    
         
            -
                    "pinParticipantMenuLabel": " 
     | 
| 
       342 
     | 
    
         
            -
                    "pinParticipantLimitReachedMenuLabel": " 
     | 
| 
       343 
     | 
    
         
            -
                    "unpinParticipantMenuLabel": " 
     | 
| 
       344 
     | 
    
         
            -
                    "pinParticipantMenuItemAriaLabel": " 
     | 
| 
       345 
     | 
    
         
            -
                    "unpinParticipantMenuItemAriaLabel": " 
     | 
| 
       346 
     | 
    
         
            -
                    "muteAllMenuLabel": "모두 음소거",
         
     | 
| 
       347 
     | 
    
         
            -
                    "muteAllDialogTitle": "모든 사용자를 음소거하시겠습니까?",
         
     | 
| 
       348 
     | 
    
         
            -
                    "muteAllDialogContent": "나를 제외한 모임 참여자를 모두 음소거합니다.",
         
     | 
| 
       349 
     | 
    
         
            -
                    "muteAllConfirmButtonLabel": "모두 음소거",
         
     | 
| 
       350 
     | 
    
         
            -
                    "muteAllCancelButtonLabel": "취소"
         
     | 
| 
      
 341 
     | 
    
         
            +
                    "pinParticipantMenuLabel": "Pin for me",
         
     | 
| 
      
 342 
     | 
    
         
            +
                    "pinParticipantLimitReachedMenuLabel": "Pin (limit reached)",
         
     | 
| 
      
 343 
     | 
    
         
            +
                    "unpinParticipantMenuLabel": "Unpin",
         
     | 
| 
      
 344 
     | 
    
         
            +
                    "pinParticipantMenuItemAriaLabel": "Pin",
         
     | 
| 
      
 345 
     | 
    
         
            +
                    "unpinParticipantMenuItemAriaLabel": "Unpin"
         
     | 
| 
       351 
346 
     | 
    
         
             
                },
         
     | 
| 
       352 
347 
     | 
    
         
             
                "chat": {
         
     | 
| 
       353 
348 
     | 
    
         
             
                    "chatListHeader": "채팅 참가자",
         
     | 
    
        package/dist/dist-esm/react-composites/src/composites/localization/locales/nb-NO/strings.json
    CHANGED
    
    | 
         @@ -342,12 +342,7 @@ 
     | 
|
| 
       342 
342 
     | 
    
         
             
                    "pinParticipantLimitReachedMenuLabel": "Fest (grensen er nådd)",
         
     | 
| 
       343 
343 
     | 
    
         
             
                    "unpinParticipantMenuLabel": "Løsne",
         
     | 
| 
       344 
344 
     | 
    
         
             
                    "pinParticipantMenuItemAriaLabel": "Fest",
         
     | 
| 
       345 
     | 
    
         
            -
                    "unpinParticipantMenuItemAriaLabel": "Løsne" 
     | 
| 
       346 
     | 
    
         
            -
                    "muteAllMenuLabel": "Demp alle",
         
     | 
| 
       347 
     | 
    
         
            -
                    "muteAllDialogTitle": "Vil du dempe alle?",
         
     | 
| 
       348 
     | 
    
         
            -
                    "muteAllDialogContent": "Dette demper alle i møtet, bortsett fra deg selv.",
         
     | 
| 
       349 
     | 
    
         
            -
                    "muteAllConfirmButtonLabel": "Demp alle",
         
     | 
| 
       350 
     | 
    
         
            -
                    "muteAllCancelButtonLabel": "Avbryt"
         
     | 
| 
      
 345 
     | 
    
         
            +
                    "unpinParticipantMenuItemAriaLabel": "Løsne"
         
     | 
| 
       351 
346 
     | 
    
         
             
                },
         
     | 
| 
       352 
347 
     | 
    
         
             
                "chat": {
         
     | 
| 
       353 
348 
     | 
    
         
             
                    "chatListHeader": "I denne chatten",
         
     | 
    
        package/dist/dist-esm/react-composites/src/composites/localization/locales/nl-NL/strings.json
    CHANGED
    
    | 
         @@ -342,12 +342,7 @@ 
     | 
|
| 
       342 
342 
     | 
    
         
             
                    "pinParticipantLimitReachedMenuLabel": "Pin (limiet bereikt)",
         
     | 
| 
       343 
343 
     | 
    
         
             
                    "unpinParticipantMenuLabel": "Losmaken",
         
     | 
| 
       344 
344 
     | 
    
         
             
                    "pinParticipantMenuItemAriaLabel": "Vastmaken",
         
     | 
| 
       345 
     | 
    
         
            -
                    "unpinParticipantMenuItemAriaLabel": "Losmaken" 
     | 
| 
       346 
     | 
    
         
            -
                    "muteAllMenuLabel": "Allen dempen",
         
     | 
| 
       347 
     | 
    
         
            -
                    "muteAllDialogTitle": "Iedereen dempen?",
         
     | 
| 
       348 
     | 
    
         
            -
                    "muteAllDialogContent": "Hiermee wordt iedereen in de vergadering gedempt, behalve u.",
         
     | 
| 
       349 
     | 
    
         
            -
                    "muteAllConfirmButtonLabel": "Allen dempen",
         
     | 
| 
       350 
     | 
    
         
            -
                    "muteAllCancelButtonLabel": "Annuleren"
         
     | 
| 
      
 345 
     | 
    
         
            +
                    "unpinParticipantMenuItemAriaLabel": "Losmaken"
         
     | 
| 
       351 
346 
     | 
    
         
             
                },
         
     | 
| 
       352 
347 
     | 
    
         
             
                "chat": {
         
     | 
| 
       353 
348 
     | 
    
         
             
                    "chatListHeader": "In deze chat",
         
     | 
    
        package/dist/dist-esm/react-composites/src/composites/localization/locales/pl-PL/strings.json
    CHANGED
    
    | 
         @@ -342,12 +342,7 @@ 
     | 
|
| 
       342 
342 
     | 
    
         
             
                    "pinParticipantLimitReachedMenuLabel": "Przypięcie (osiągnięto limit)",
         
     | 
| 
       343 
343 
     | 
    
         
             
                    "unpinParticipantMenuLabel": "Odepnij",
         
     | 
| 
       344 
344 
     | 
    
         
             
                    "pinParticipantMenuItemAriaLabel": "Przypnij",
         
     | 
| 
       345 
     | 
    
         
            -
                    "unpinParticipantMenuItemAriaLabel": "Odepnij" 
     | 
| 
       346 
     | 
    
         
            -
                    "muteAllMenuLabel": "Wycisz wszystkich",
         
     | 
| 
       347 
     | 
    
         
            -
                    "muteAllDialogTitle": "Wyciszyć wszystkich?",
         
     | 
| 
       348 
     | 
    
         
            -
                    "muteAllDialogContent": "Spowoduje to wyciszenie wszystkich osób na spotkaniu oprócz Ciebie.",
         
     | 
| 
       349 
     | 
    
         
            -
                    "muteAllConfirmButtonLabel": "Wycisz wszystkich",
         
     | 
| 
       350 
     | 
    
         
            -
                    "muteAllCancelButtonLabel": "Anuluj"
         
     | 
| 
      
 345 
     | 
    
         
            +
                    "unpinParticipantMenuItemAriaLabel": "Odepnij"
         
     | 
| 
       351 
346 
     | 
    
         
             
                },
         
     | 
| 
       352 
347 
     | 
    
         
             
                "chat": {
         
     | 
| 
       353 
348 
     | 
    
         
             
                    "chatListHeader": "W tym czacie",
         
     | 
    
        package/dist/dist-esm/react-composites/src/composites/localization/locales/pt-BR/strings.json
    CHANGED
    
    | 
         @@ -338,16 +338,11 @@ 
     | 
|
| 
       338 
338 
     | 
    
         
             
                    "endCallConfirmDialogTitle": "Encerrar a chamada?",
         
     | 
| 
       339 
339 
     | 
    
         
             
                    "endCallConfirmDialogContent": "Você encerrará a chamada para todos.",
         
     | 
| 
       340 
340 
     | 
    
         
             
                    "invalidMeetingIdentifier": "ID ou senha de reunião inválida",
         
     | 
| 
       341 
     | 
    
         
            -
                    "pinParticipantMenuLabel": " 
     | 
| 
       342 
     | 
    
         
            -
                    "pinParticipantLimitReachedMenuLabel": " 
     | 
| 
       343 
     | 
    
         
            -
                    "unpinParticipantMenuLabel": " 
     | 
| 
       344 
     | 
    
         
            -
                    "pinParticipantMenuItemAriaLabel": " 
     | 
| 
       345 
     | 
    
         
            -
                    "unpinParticipantMenuItemAriaLabel": " 
     | 
| 
       346 
     | 
    
         
            -
                    "muteAllMenuLabel": "Ativar mudo de todos",
         
     | 
| 
       347 
     | 
    
         
            -
                    "muteAllDialogTitle": "Ativar mudo para todos?",
         
     | 
| 
       348 
     | 
    
         
            -
                    "muteAllDialogContent": "Isso ativará o mudo para todas as pessoas na reunião, exceto para você.",
         
     | 
| 
       349 
     | 
    
         
            -
                    "muteAllConfirmButtonLabel": "Ativar mudo de todos",
         
     | 
| 
       350 
     | 
    
         
            -
                    "muteAllCancelButtonLabel": "Cancelar"
         
     | 
| 
      
 341 
     | 
    
         
            +
                    "pinParticipantMenuLabel": "Pin for me",
         
     | 
| 
      
 342 
     | 
    
         
            +
                    "pinParticipantLimitReachedMenuLabel": "Pin (limit reached)",
         
     | 
| 
      
 343 
     | 
    
         
            +
                    "unpinParticipantMenuLabel": "Unpin",
         
     | 
| 
      
 344 
     | 
    
         
            +
                    "pinParticipantMenuItemAriaLabel": "Pin",
         
     | 
| 
      
 345 
     | 
    
         
            +
                    "unpinParticipantMenuItemAriaLabel": "Unpin"
         
     | 
| 
       351 
346 
     | 
    
         
             
                },
         
     | 
| 
       352 
347 
     | 
    
         
             
                "chat": {
         
     | 
| 
       353 
348 
     | 
    
         
             
                    "chatListHeader": "Neste chat",
         
     | 
    
        package/dist/dist-esm/react-composites/src/composites/localization/locales/ru-RU/strings.json
    CHANGED
    
    | 
         @@ -342,12 +342,7 @@ 
     | 
|
| 
       342 
342 
     | 
    
         
             
                    "pinParticipantLimitReachedMenuLabel": "Закрепить (достигнуто ограничение)",
         
     | 
| 
       343 
343 
     | 
    
         
             
                    "unpinParticipantMenuLabel": "Открепить",
         
     | 
| 
       344 
344 
     | 
    
         
             
                    "pinParticipantMenuItemAriaLabel": "Закрепить",
         
     | 
| 
       345 
     | 
    
         
            -
                    "unpinParticipantMenuItemAriaLabel": "Открепить" 
     | 
| 
       346 
     | 
    
         
            -
                    "muteAllMenuLabel": "Отключить все микрофоны",
         
     | 
| 
       347 
     | 
    
         
            -
                    "muteAllDialogTitle": "Отключить микрофоны всех участников?",
         
     | 
| 
       348 
     | 
    
         
            -
                    "muteAllDialogContent": "Будут отключены микрофоны всех участников собрания, кроме вас.",
         
     | 
| 
       349 
     | 
    
         
            -
                    "muteAllConfirmButtonLabel": "Отключить все микрофоны",
         
     | 
| 
       350 
     | 
    
         
            -
                    "muteAllCancelButtonLabel": "Отмена"
         
     | 
| 
      
 345 
     | 
    
         
            +
                    "unpinParticipantMenuItemAriaLabel": "Открепить"
         
     | 
| 
       351 
346 
     | 
    
         
             
                },
         
     | 
| 
       352 
347 
     | 
    
         
             
                "chat": {
         
     | 
| 
       353 
348 
     | 
    
         
             
                    "chatListHeader": "В этом чате",
         
     | 
    
        package/dist/dist-esm/react-composites/src/composites/localization/locales/sv-SE/strings.json
    CHANGED
    
    | 
         @@ -338,16 +338,11 @@ 
     | 
|
| 
       338 
338 
     | 
    
         
             
                    "endCallConfirmDialogTitle": "Vill du avsluta samtalet?",
         
     | 
| 
       339 
339 
     | 
    
         
             
                    "endCallConfirmDialogContent": "Du avslutar samtalet för alla.",
         
     | 
| 
       340 
340 
     | 
    
         
             
                    "invalidMeetingIdentifier": "Ogiltigt mötes-ID eller lösenord",
         
     | 
| 
       341 
     | 
    
         
            -
                    "pinParticipantMenuLabel": " 
     | 
| 
       342 
     | 
    
         
            -
                    "pinParticipantLimitReachedMenuLabel": " 
     | 
| 
       343 
     | 
    
         
            -
                    "unpinParticipantMenuLabel": " 
     | 
| 
       344 
     | 
    
         
            -
                    "pinParticipantMenuItemAriaLabel": " 
     | 
| 
       345 
     | 
    
         
            -
                    "unpinParticipantMenuItemAriaLabel": " 
     | 
| 
       346 
     | 
    
         
            -
                    "muteAllMenuLabel": "Stäng av ljudet för alla",
         
     | 
| 
       347 
     | 
    
         
            -
                    "muteAllDialogTitle": "Stäng av ljudet för alla?",
         
     | 
| 
       348 
     | 
    
         
            -
                    "muteAllDialogContent": "Detta stänger av ljudet för alla i mötet utom för dig.",
         
     | 
| 
       349 
     | 
    
         
            -
                    "muteAllConfirmButtonLabel": "Stäng av ljudet för alla",
         
     | 
| 
       350 
     | 
    
         
            -
                    "muteAllCancelButtonLabel": "Avbryt"
         
     | 
| 
      
 341 
     | 
    
         
            +
                    "pinParticipantMenuLabel": "Pin for me",
         
     | 
| 
      
 342 
     | 
    
         
            +
                    "pinParticipantLimitReachedMenuLabel": "Pin (limit reached)",
         
     | 
| 
      
 343 
     | 
    
         
            +
                    "unpinParticipantMenuLabel": "Unpin",
         
     | 
| 
      
 344 
     | 
    
         
            +
                    "pinParticipantMenuItemAriaLabel": "Pin",
         
     | 
| 
      
 345 
     | 
    
         
            +
                    "unpinParticipantMenuItemAriaLabel": "Unpin"
         
     | 
| 
       351 
346 
     | 
    
         
             
                },
         
     | 
| 
       352 
347 
     | 
    
         
             
                "chat": {
         
     | 
| 
       353 
348 
     | 
    
         
             
                    "chatListHeader": "I den här chatten",
         
     | 
    
        package/dist/dist-esm/react-composites/src/composites/localization/locales/tr-TR/strings.json
    CHANGED
    
    | 
         @@ -342,12 +342,7 @@ 
     | 
|
| 
       342 
342 
     | 
    
         
             
                    "pinParticipantLimitReachedMenuLabel": "Sabitleme (sınıra ulaşıldı)",
         
     | 
| 
       343 
343 
     | 
    
         
             
                    "unpinParticipantMenuLabel": "Sabitlemeyi kaldır",
         
     | 
| 
       344 
344 
     | 
    
         
             
                    "pinParticipantMenuItemAriaLabel": "Sabitle",
         
     | 
| 
       345 
     | 
    
         
            -
                    "unpinParticipantMenuItemAriaLabel": "Sabitlemeyi kaldır" 
     | 
| 
       346 
     | 
    
         
            -
                    "muteAllMenuLabel": "Tümünü sessize al",
         
     | 
| 
       347 
     | 
    
         
            -
                    "muteAllDialogTitle": "Herkesi sessize almak mı istiyorsunuz?",
         
     | 
| 
       348 
     | 
    
         
            -
                    "muteAllDialogContent": "Bu, toplantıda sizin dışınızdaki herkesi sessize alır.",
         
     | 
| 
       349 
     | 
    
         
            -
                    "muteAllConfirmButtonLabel": "Tümünü sessize al",
         
     | 
| 
       350 
     | 
    
         
            -
                    "muteAllCancelButtonLabel": "İptal"
         
     | 
| 
      
 345 
     | 
    
         
            +
                    "unpinParticipantMenuItemAriaLabel": "Sabitlemeyi kaldır"
         
     | 
| 
       351 
346 
     | 
    
         
             
                },
         
     | 
| 
       352 
347 
     | 
    
         
             
                "chat": {
         
     | 
| 
       353 
348 
     | 
    
         
             
                    "chatListHeader": "Bu sohbette",
         
     |