@azure/communication-react 1.5.1-alpha-202304070012 → 1.5.1-alpha-202304110013
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 +4 -9
- 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/styles/VideoTile.styles.js +1 -0
- package/dist/dist-esm/react-components/src/components/styles/VideoTile.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/CallComposite.js +2 -9
- package/dist/dist-esm/react-composites/src/composites/CallComposite/CallComposite.js.map +1 -1
- package/package.json +8 -8
@@ -162,7 +162,7 @@ const _toCommunicationIdentifier = (id) => {
|
|
162
162
|
// Copyright (c) Microsoft Corporation.
|
163
163
|
// Licensed under the MIT license.
|
164
164
|
// GENERATED FILE. DO NOT EDIT MANUALLY.
|
165
|
-
var telemetryVersion = '1.5.1-alpha-
|
165
|
+
var telemetryVersion = '1.5.1-alpha-202304110013';
|
166
166
|
|
167
167
|
// Copyright (c) Microsoft Corporation.
|
168
168
|
/**
|
@@ -8738,6 +8738,7 @@ const moreButtonStyles = {
|
|
8738
8738
|
// To ensure that the button is clickable when there is a floating video tile
|
8739
8739
|
zIndex: 1,
|
8740
8740
|
color: 'inherit',
|
8741
|
+
top: '-0.125rem',
|
8741
8742
|
height: '100%'
|
8742
8743
|
},
|
8743
8744
|
rootHovered: {
|
@@ -22703,9 +22704,8 @@ const MainScreen = (props) => {
|
|
22703
22704
|
modalLayerHostId: props.modalLayerHostId, options: props.options }));
|
22704
22705
|
break;
|
22705
22706
|
/* @conditional-compile-remove(PSTN-calls) */ /* @conditional-compile-remove(one-to-n-calling) */
|
22706
|
-
case
|
22707
|
-
pageElement = (React__default['default'].createElement(React__default['default'].Fragment, null,
|
22708
|
-
/* @conditional-compile-remove(PSTN-calls) */ /* @conditional-compile-remove(one-to-n-calling) */ React__default['default'].createElement(HoldPage, { mobileView: props.mobileView, modalLayerHostId: props.modalLayerHostId, options: props.options })));
|
22707
|
+
case 'hold':
|
22708
|
+
pageElement = (React__default['default'].createElement(React__default['default'].Fragment, null, React__default['default'].createElement(HoldPage, { mobileView: props.mobileView, modalLayerHostId: props.modalLayerHostId, options: props.options })));
|
22709
22709
|
break;
|
22710
22710
|
}
|
22711
22711
|
/* @conditional-compile-remove(unsupported-browser) */
|
@@ -22776,11 +22776,6 @@ const CallComposite = (props) => {
|
|
22776
22776
|
/* @conditional-compile-remove(one-to-n-calling) @conditional-compile-remove(PSTN-calls) @conditional-compile-remove(call-readiness) */
|
22777
22777
|
React__default['default'].createElement(react.LayerHost, { id: modalLayerHostId, className: react.mergeStyles(modalLayerHostStyle) })))));
|
22778
22778
|
};
|
22779
|
-
const holdPageTrampoline = () => {
|
22780
|
-
/* @conditional-compile-remove(one-to-n-calling) */
|
22781
|
-
/* @conditional-compile-remove(PSTN-calls) */
|
22782
|
-
return 'hold';
|
22783
|
-
};
|
22784
22779
|
const getQueryOptions = (options) => {
|
22785
22780
|
/* @conditional-compile-remove(rooms) */
|
22786
22781
|
if (options.role === 'Consumer') {
|