@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.
- package/dist/communication-react.d.ts +3 -3
- package/dist/dist-cjs/communication-react/index.js +1 -1
- 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/ParticipantItem.d.ts +1 -1
- package/dist/dist-esm/react-components/src/components/ParticipantItem.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ParticipantList.d.ts +1 -1
- package/dist/dist-esm/react-components/src/components/ParticipantList.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ParticipantsButton.d.ts +1 -1
- package/dist/dist-esm/react-components/src/components/ParticipantsButton.js.map +1 -1
- package/package.json +8 -8
@@ -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
|
-
/**
|
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
|
-
/**
|
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
|
-
/**
|
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-
|
181
|
+
var telemetryVersion = '1.7.0-alpha-202307080015';
|
182
182
|
|
183
183
|
// Copyright (c) Microsoft Corporation.
|
184
184
|
/**
|