@azure/communication-react 1.7.0-alpha-202308100014 → 1.7.0-alpha-202308120012
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 +13 -3
- package/dist/dist-cjs/communication-react/index.js +205 -91
- package/dist/dist-cjs/communication-react/index.js.map +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-stateful-client/src/CallSubscriber.js +8 -0
- package/dist/dist-esm/calling-stateful-client/src/CallSubscriber.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ImageGallery.d.ts +1 -1
- package/dist/dist-esm/react-components/src/components/ImageGallery.js +24 -11
- package/dist/dist-esm/react-components/src/components/ImageGallery.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/SendBox.d.ts +1 -1
- package/dist/dist-esm/react-components/src/components/SendBox.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/FloatingLocalVideoLayout.js +10 -2
- package/dist/dist-esm/react-components/src/components/VideoGallery/FloatingLocalVideoLayout.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/FloatingLocalVideo.styles.d.ts +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/FloatingLocalVideo.styles.js +3 -2
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/FloatingLocalVideo.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery.d.ts +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/ImageGallery.style.d.ts +5 -1
- package/dist/dist-esm/react-components/src/components/styles/ImageGallery.style.js +26 -8
- package/dist/dist-esm/react-components/src/components/styles/ImageGallery.style.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/ar-SA/strings.json +9 -8
- package/dist/dist-esm/react-components/src/localization/locales/cs-CZ/strings.json +11 -1
- package/dist/dist-esm/react-components/src/localization/locales/de-DE/strings.json +9 -8
- package/dist/dist-esm/react-components/src/localization/locales/en-GB/strings.json +6 -5
- package/dist/dist-esm/react-components/src/localization/locales/en-US/strings.json +1 -3
- package/dist/dist-esm/react-components/src/localization/locales/es-ES/strings.json +9 -8
- package/dist/dist-esm/react-components/src/localization/locales/fi-FI/strings.json +9 -8
- package/dist/dist-esm/react-components/src/localization/locales/fr-FR/strings.json +9 -8
- package/dist/dist-esm/react-components/src/localization/locales/he-IL/strings.json +9 -8
- package/dist/dist-esm/react-components/src/localization/locales/it-IT/strings.json +9 -8
- package/dist/dist-esm/react-components/src/localization/locales/ja-JP/strings.json +9 -8
- package/dist/dist-esm/react-components/src/localization/locales/ko-KR/strings.json +9 -8
- package/dist/dist-esm/react-components/src/localization/locales/nb-NO/strings.json +9 -8
- package/dist/dist-esm/react-components/src/localization/locales/nl-NL/strings.json +9 -8
- package/dist/dist-esm/react-components/src/localization/locales/pl-PL/strings.json +9 -8
- package/dist/dist-esm/react-components/src/localization/locales/pt-BR/strings.json +9 -8
- package/dist/dist-esm/react-components/src/localization/locales/ru-RU/strings.json +9 -8
- package/dist/dist-esm/react-components/src/localization/locales/sv-SE/strings.json +9 -8
- package/dist/dist-esm/react-components/src/localization/locales/tr-TR/strings.json +9 -8
- package/dist/dist-esm/react-components/src/localization/locales/zh-CN/strings.json +9 -8
- package/dist/dist-esm/react-components/src/localization/locales/zh-TW/strings.json +9 -8
- package/dist/dist-esm/react-composites/src/composites/CallComposite/Strings.d.ts +8 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/Strings.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallArrangement.d.ts +1 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallArrangement.js +3 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallArrangement.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/MediaGallery.d.ts +1 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/MediaGallery.js +16 -8
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/MediaGallery.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/SidePane.js +17 -11
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/SidePane.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/CallPage.js +9 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/CallPage.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/Buttons.styles.js +5 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/Buttons.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/ControlBar/CommonCallControlBar.d.ts +1 -0
- package/dist/dist-esm/react-composites/src/composites/common/ControlBar/CommonCallControlBar.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/ControlBar/CommonCallControlBar.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/ControlBar/DesktopMoreButton.d.ts +1 -0
- package/dist/dist-esm/react-composites/src/composites/common/ControlBar/DesktopMoreButton.js +43 -0
- package/dist/dist-esm/react-composites/src/composites/common/ControlBar/DesktopMoreButton.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/ParticipantContainer.js +1 -4
- package/dist/dist-esm/react-composites/src/composites/common/ParticipantContainer.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/icons.d.ts +2 -0
- package/dist/dist-esm/react-composites/src/composites/common/icons.js +5 -1
- 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 +4 -2
- package/dist/dist-esm/react-composites/src/composites/localization/locales/cs-CZ/strings.json +6 -4
- package/dist/dist-esm/react-composites/src/composites/localization/locales/de-DE/strings.json +4 -2
- package/dist/dist-esm/react-composites/src/composites/localization/locales/en-GB/strings.json +4 -2
- package/dist/dist-esm/react-composites/src/composites/localization/locales/en-US/strings.json +3 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/es-ES/strings.json +4 -2
- package/dist/dist-esm/react-composites/src/composites/localization/locales/fi-FI/strings.json +4 -2
- package/dist/dist-esm/react-composites/src/composites/localization/locales/fr-FR/strings.json +4 -2
- package/dist/dist-esm/react-composites/src/composites/localization/locales/he-IL/strings.json +4 -2
- package/dist/dist-esm/react-composites/src/composites/localization/locales/it-IT/strings.json +4 -2
- package/dist/dist-esm/react-composites/src/composites/localization/locales/ja-JP/strings.json +4 -2
- package/dist/dist-esm/react-composites/src/composites/localization/locales/ko-KR/strings.json +4 -2
- package/dist/dist-esm/react-composites/src/composites/localization/locales/nb-NO/strings.json +4 -2
- package/dist/dist-esm/react-composites/src/composites/localization/locales/nl-NL/strings.json +4 -2
- package/dist/dist-esm/react-composites/src/composites/localization/locales/pl-PL/strings.json +4 -2
- package/dist/dist-esm/react-composites/src/composites/localization/locales/pt-BR/strings.json +4 -2
- package/dist/dist-esm/react-composites/src/composites/localization/locales/ru-RU/strings.json +4 -2
- package/dist/dist-esm/react-composites/src/composites/localization/locales/sv-SE/strings.json +4 -2
- package/dist/dist-esm/react-composites/src/composites/localization/locales/tr-TR/strings.json +4 -2
- package/dist/dist-esm/react-composites/src/composites/localization/locales/zh-CN/strings.json +4 -2
- package/dist/dist-esm/react-composites/src/composites/localization/locales/zh-TW/strings.json +4 -2
- package/package.json +8 -8
@@ -1399,6 +1399,7 @@ export declare type CallCompositeIcons = {
|
|
1399
1399
|
NoticePageAccessDeniedRoomsCall?: JSX.Element;
|
1400
1400
|
BlurVideoBackground?: JSX.Element;
|
1401
1401
|
RemoveVideoBackgroundEffect?: JSX.Element;
|
1402
|
+
GalleryOptions?: JSX.Element;
|
1402
1403
|
};
|
1403
1404
|
|
1404
1405
|
/**
|
@@ -2028,6 +2029,14 @@ export declare interface CallCompositeStrings {
|
|
2028
2029
|
* More details text of the page shown to the user when target participant id is malformed
|
2029
2030
|
*/
|
2030
2031
|
participantIdIsMalformedMoreDetails?: string;
|
2032
|
+
/**
|
2033
|
+
* Controls label to move the overflow gallery around
|
2034
|
+
*/
|
2035
|
+
moreButtonGalleryControlLabel?: string;
|
2036
|
+
/**
|
2037
|
+
* Label for the toggle to move the overflow gallery to the top
|
2038
|
+
*/
|
2039
|
+
moreButtonGalleryPositionToggleLabel?: string;
|
2031
2040
|
}
|
2032
2041
|
|
2033
2042
|
/**
|
@@ -5510,6 +5519,7 @@ export declare const DEFAULT_COMPOSITE_ICONS: {
|
|
5510
5519
|
NoticePageAccessDeniedRoomsCall?: JSX.Element | undefined;
|
5511
5520
|
BlurVideoBackground?: JSX.Element | undefined;
|
5512
5521
|
RemoveVideoBackgroundEffect?: JSX.Element | undefined;
|
5522
|
+
GalleryOptions?: JSX.Element | undefined;
|
5513
5523
|
ChevronLeft?: JSX.Element | undefined;
|
5514
5524
|
ControlBarChatButtonActive?: JSX.Element | undefined;
|
5515
5525
|
ControlBarChatButtonInactive?: JSX.Element | undefined;
|
@@ -6681,7 +6691,7 @@ export declare interface ImageGalleryStylesProps extends BaseCustomStyles {
|
|
6681
6691
|
/** Styles for the close modal icon. */
|
6682
6692
|
closeIcon?: IStyle;
|
6683
6693
|
/** Styles for the image container. */
|
6684
|
-
|
6694
|
+
bodyContainer?: IStyle;
|
6685
6695
|
/** Styles for the image. */
|
6686
6696
|
image?: IStyle;
|
6687
6697
|
}
|
@@ -7781,7 +7791,7 @@ export declare interface OptionsDevice {
|
|
7781
7791
|
*
|
7782
7792
|
* @beta
|
7783
7793
|
*/
|
7784
|
-
export declare type OverflowGalleryPosition = 'HorizontalBottom' | 'VerticalRight';
|
7794
|
+
export declare type OverflowGalleryPosition = 'HorizontalBottom' | 'VerticalRight' | /* @conditional-compile-remove(gallery-layouts) */ 'HorizontalTop';
|
7785
7795
|
|
7786
7796
|
/**
|
7787
7797
|
* A system message notifying that a participant was added to the chat thread.
|
@@ -8493,7 +8503,7 @@ export declare interface SendBoxProps {
|
|
8493
8503
|
*/
|
8494
8504
|
systemMessage?: string;
|
8495
8505
|
/**
|
8496
|
-
* Optional
|
8506
|
+
* Optional override behavior on send button click
|
8497
8507
|
*/
|
8498
8508
|
onSendMessage?: (content: string) => Promise<void>;
|
8499
8509
|
/**
|