@azure/communication-react 1.4.3-alpha-202212080013.0 → 1.4.3-alpha-202212090014.0
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 -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/DevicePermissions/DomainPermissionsScaffolding.js +1 -1
- package/dist/dist-esm/react-components/src/components/DevicePermissions/DomainPermissionsScaffolding.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/VideoGallery.styles.js +2 -1
- package/dist/dist-esm/react-components/src/components/styles/VideoGallery.styles.js.map +1 -1
- package/package.json +8 -8
@@ -202,7 +202,7 @@ const _toCommunicationIdentifier = (id) => {
|
|
202
202
|
// Copyright (c) Microsoft Corporation.
|
203
203
|
// Licensed under the MIT license.
|
204
204
|
// GENERATED FILE. DO NOT EDIT MANUALLY.
|
205
|
-
var telemetryVersion = '1.4.3-alpha-
|
205
|
+
var telemetryVersion = '1.4.3-alpha-202212090014.0';
|
206
206
|
|
207
207
|
// Copyright (c) Microsoft Corporation.
|
208
208
|
/**
|
@@ -8473,7 +8473,8 @@ const localVideoCameraCycleButtonStyles = (theme) => {
|
|
8473
8473
|
margin: 0
|
8474
8474
|
},
|
8475
8475
|
flexContainer: {
|
8476
|
-
paddingBottom: _pxToRem(8)
|
8476
|
+
paddingBottom: _pxToRem(8),
|
8477
|
+
height: 'unset'
|
8477
8478
|
}
|
8478
8479
|
};
|
8479
8480
|
};
|
@@ -10576,7 +10577,7 @@ const DomainPermissionsContainer = (props) => {
|
|
10576
10577
|
var _a, _b;
|
10577
10578
|
const { appName, onTroubleshootingClick, onPrimaryButtonClick, strings } = props;
|
10578
10579
|
const theme = react.useTheme();
|
10579
|
-
return (React__default['default'].createElement(react.Stack, { style: { padding: '2rem', maxWidth: '25.375rem' }, "aria-label": strings === null || strings === void 0 ? void 0 : strings.ariaLabel },
|
10580
|
+
return (React__default['default'].createElement(react.Stack, { style: { padding: '2rem', maxWidth: '25.375rem', alignSelf: 'center' }, "aria-label": strings === null || strings === void 0 ? void 0 : strings.ariaLabel },
|
10580
10581
|
React__default['default'].createElement(react.Stack, { styles: iconBannerContainerStyles, horizontal: true, horizontalAlign: 'center', verticalFill: true, tokens: tokens },
|
10581
10582
|
props.cameraIconName && (React__default['default'].createElement(react.Stack, null,
|
10582
10583
|
React__default['default'].createElement(react.Icon, { styles: iconPrimaryStyles, iconName: props.cameraIconName }))),
|