@azure/communication-react 1.3.2-alpha-202206300013.0 → 1.3.2-alpha-202207010015.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.
@@ -191,7 +191,7 @@ const fromFlatCommunicationIdentifier = (id) => {
191
191
  // Copyright (c) Microsoft Corporation.
192
192
  // Licensed under the MIT license.
193
193
  // GENERATED FILE. DO NOT EDIT MANUALLY.
194
- var telemetryVersion = '1.3.2-alpha-202206300013.0';
194
+ var telemetryVersion = '1.3.2-alpha-202207010015.0';
195
195
 
196
196
  // Copyright (c) Microsoft Corporation.
197
197
  /**
@@ -2307,7 +2307,7 @@ const _FileCard = (props) => {
2307
2307
  } },
2308
2308
  React__default['default'].createElement(react.Stack, { horizontal: true, horizontalAlign: "space-between", verticalAlign: "center", className: fileInfoWrapperClassName },
2309
2309
  React__default['default'].createElement(react.Stack, null,
2310
- React__default['default'].createElement(react.Icon, Object.assign({}, reactFileTypeIcons.getFileTypeIconProps({
2310
+ React__default['default'].createElement(react.Icon, Object.assign({ "data-ui-id": 'filetype-icon' }, reactFileTypeIcons.getFileTypeIconProps({
2311
2311
  extension: fileExtension,
2312
2312
  size: 24,
2313
2313
  imageFileType: 'svg'