@azure/communication-react 1.7.0-alpha-202307050016 → 1.7.0-alpha-202307060015
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/dist-cjs/communication-react/index.js +2 -2
- 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/VideoGallery/useVideoTileContextualMenuProps.js +2 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/useVideoTileContextualMenuProps.js.map +1 -1
- package/package.json +8 -8
@@ -178,7 +178,7 @@ const _isValidIdentifier = (identifier) => {
|
|
178
178
|
// Copyright (c) Microsoft Corporation.
|
179
179
|
// Licensed under the MIT license.
|
180
180
|
// GENERATED FILE. DO NOT EDIT MANUALLY.
|
181
|
-
var telemetryVersion = '1.7.0-alpha-
|
181
|
+
var telemetryVersion = '1.7.0-alpha-202307060015';
|
182
182
|
|
183
183
|
// Copyright (c) Microsoft Corporation.
|
184
184
|
/**
|
@@ -11031,7 +11031,7 @@ const useVideoTileContextualMenuProps = (props) => {
|
|
11031
11031
|
if (items.length === 0) {
|
11032
11032
|
return undefined;
|
11033
11033
|
}
|
11034
|
-
return { items, styles: {} };
|
11034
|
+
return { items, styles: {}, calloutProps: { preventDismissOnEvent: _preventDismissOnEvent } };
|
11035
11035
|
}, [
|
11036
11036
|
scalingMode,
|
11037
11037
|
strings,
|