Skip to content

Commit 8f3b1dc

Browse files
Merge branch 'main' into emlyn/oce-dep-updates
2 parents 883dae9 + 6a438d3 commit 8f3b1dc

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

packages/communication-react/review/stable/communication-react.api.md

-2
Original file line numberDiff line numberDiff line change
@@ -559,7 +559,6 @@ export type CallCompositeIcons = {
559559
JoinByPhoneWaitToBeAdmittedIcon?: JSX.Element;
560560
PeoplePaneMoreButton?: JSX.Element;
561561
StopAllSpotlightMenuButton?: JSX.Element;
562-
TogetherModeLayout?: JSX.Element;
563562
};
564563

565564
// @public
@@ -2725,7 +2724,6 @@ export const DEFAULT_COMPOSITE_ICONS: {
27252724
JoinByPhoneWaitToBeAdmittedIcon?: JSX.Element | undefined;
27262725
PeoplePaneMoreButton?: JSX.Element | undefined;
27272726
StopAllSpotlightMenuButton?: JSX.Element | undefined;
2728-
TogetherModeLayout?: JSX.Element | undefined;
27292727
ChevronLeft?: JSX.Element | undefined;
27302728
ControlBarChatButtonActive?: JSX.Element | undefined;
27312729
ControlBarChatButtonInactive?: JSX.Element | undefined;

packages/react-composites/src/composites/common/icons.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -255,6 +255,7 @@ export type CallCompositeIcons = {
255255
JoinByPhoneWaitToBeAdmittedIcon?: JSX.Element;
256256
PeoplePaneMoreButton?: JSX.Element;
257257
StopAllSpotlightMenuButton?: JSX.Element;
258+
/* @conditional-compile-remove(together-mode) */
258259
TogetherModeLayout?: JSX.Element;
259260
};
260261

0 commit comments

Comments
 (0)