@azure/communication-react 1.7.0-alpha-202307070015 → 1.7.0-alpha-202307080015

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.
@@ -7560,7 +7560,7 @@ export declare interface ParticipantItemProps {
7560
7560
  * Optional callback when component is clicked
7561
7561
  */
7562
7562
  onClick?: (props?: ParticipantItemProps) => void;
7563
- /** prop to determine if we should show tooltip for participants or not */
7563
+ /** Optional value to determine if the tooltip should be shown for participants or not */
7564
7564
  showParticipantOverflowTooltip?: boolean;
7565
7565
  /**
7566
7566
  * Optional value to determine and display a participants connection status.
@@ -7676,7 +7676,7 @@ export declare type ParticipantListProps = {
7676
7676
  onParticipantClick?: (participant?: ParticipantListParticipant) => void;
7677
7677
  /** Styles for the {@link ParticipantList} */
7678
7678
  styles?: ParticipantListStyles;
7679
- /** prop to determine if we should show tooltip for participants or not */
7679
+ /** Optional value to determine if the tooltip should be shown for participants or not */
7680
7680
  showParticipantOverflowTooltip?: boolean;
7681
7681
  /** Optional aria-lablledby prop that prefixes each ParticipantItem aria-label */
7682
7682
  participantAriaLabelledBy?: string;
@@ -7814,7 +7814,7 @@ export declare interface ParticipantsButtonProps extends ControlBarButtonProps {
7814
7814
  * Optional strings to override in component
7815
7815
  */
7816
7816
  strings?: Partial<ParticipantsButtonStrings>;
7817
- /** prop to determine if we should show tooltip for participants or not */
7817
+ /** Optional value to determine if the tooltip should be shown for participants or not */
7818
7818
  showParticipantOverflowTooltip?: boolean;
7819
7819
  }
7820
7820
 
@@ -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-202307070015';
181
+ var telemetryVersion = '1.7.0-alpha-202307080015';
182
182
 
183
183
  // Copyright (c) Microsoft Corporation.
184
184
  /**