@azure/communication-react 1.8.1-alpha-202310080014 → 1.9.0-alpha-202310110013
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 +4 -4
- package/dist/dist-cjs/communication-react/index.js +3 -3
- 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/react-components/src/components/VerticalGallery.d.ts +5 -5
- package/dist/dist-esm/react-components/src/components/VerticalGallery.js +1 -1
- package/dist/dist-esm/react-components/src/components/VerticalGallery.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-composites/src/composites/CallComposite/CallComposite.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/MediaGallery.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/MediaGallery.js.map +1 -1
- package/package.json +8 -8
@@ -8024,7 +8024,7 @@ export declare interface OptionsDevice {
|
|
8024
8024
|
/**
|
8025
8025
|
* Different modes and positions of the overflow gallery in the VideoGallery
|
8026
8026
|
*
|
8027
|
-
* @
|
8027
|
+
* @public
|
8028
8028
|
*/
|
8029
8029
|
export declare type OverflowGalleryPosition = 'horizontalBottom' | 'verticalRight' | /* @conditional-compile-remove(gallery-layouts) */ 'horizontalTop';
|
8030
8030
|
|
@@ -9860,7 +9860,7 @@ export declare const useTheme: () => Theme;
|
|
9860
9860
|
/**
|
9861
9861
|
* Styles for the control bar inside the VerticalGallery component
|
9862
9862
|
*
|
9863
|
-
* @
|
9863
|
+
* @public
|
9864
9864
|
*/
|
9865
9865
|
export declare interface VerticalGalleryControlBarStyles extends BaseCustomStyles {
|
9866
9866
|
/**
|
@@ -9880,7 +9880,7 @@ export declare interface VerticalGalleryControlBarStyles extends BaseCustomStyle
|
|
9880
9880
|
/**
|
9881
9881
|
* Strings for localization of the vertical gallery.
|
9882
9882
|
*
|
9883
|
-
* @
|
9883
|
+
* @public
|
9884
9884
|
*/
|
9885
9885
|
export declare interface VerticalGalleryStrings {
|
9886
9886
|
/** Aria label for the left page navigation button */
|
@@ -9892,7 +9892,7 @@ export declare interface VerticalGalleryStrings {
|
|
9892
9892
|
/**
|
9893
9893
|
* Styles for the VerticalGallery component
|
9894
9894
|
*
|
9895
|
-
* @
|
9895
|
+
* @public
|
9896
9896
|
*/
|
9897
9897
|
export declare interface VerticalGalleryStyles extends BaseCustomStyles {
|
9898
9898
|
/** Styles for each video tile in the vertical gallery */
|
@@ -177,7 +177,7 @@ const _isValidIdentifier = (identifier) => {
|
|
177
177
|
// Copyright (c) Microsoft Corporation.
|
178
178
|
// Licensed under the MIT License.
|
179
179
|
// GENERATED FILE. DO NOT EDIT MANUALLY.
|
180
|
-
var telemetryVersion = '1.
|
180
|
+
var telemetryVersion = '1.9.0-alpha-202310110013';
|
181
181
|
|
182
182
|
// Copyright (c) Microsoft Corporation.
|
183
183
|
/**
|
@@ -13815,7 +13815,7 @@ const navIconStyles = {
|
|
13815
13815
|
* VerticalGallery is a overflow gallery for participants in the {@link VideoGallery} component. Stacks
|
13816
13816
|
* participants on the Y-axis of the VideoGallery for better use of horizontal space.
|
13817
13817
|
*
|
13818
|
-
* @
|
13818
|
+
* @public
|
13819
13819
|
*/
|
13820
13820
|
const VerticalGallery = (props) => {
|
13821
13821
|
const { children, styles, childrenPerPage, onFetchTilesToRender } = props;
|
@@ -27344,7 +27344,7 @@ const MediaGallery = (props) => {
|
|
27344
27344
|
const containerWidth = _useContainerWidth(containerRef);
|
27345
27345
|
/* @conditional-compile-remove(vertical-gallery) */ /* @conditional-compile-remove(rooms) */
|
27346
27346
|
const containerHeight = _useContainerHeight(containerRef);
|
27347
|
-
/* @conditional-compile-remove(click-to-call) */ /* @conditional-compile-remove(rooms) */
|
27347
|
+
/* @conditional-compile-remove(click-to-call) */ /* @conditional-compile-remove(rooms) */ /* @conditional-compile-remove(vertical-gallery) */
|
27348
27348
|
const containerAspectRatio = containerWidth && containerHeight ? containerWidth / containerHeight : 0;
|
27349
27349
|
const layoutBasedOnTilePosition = localVideoTileLayoutTrampoline(
|
27350
27350
|
/* @conditional-compile-remove(click-to-call) */ (_b = props.localVideoTileOptions) === null || _b === void 0 ? void 0 : _b.position);
|