Skip to content

Commit

Permalink
Updated together mode CC (#5558)
Browse files Browse the repository at this point in the history
Signed-off-by: carocao-msft <96077406+carocao-msft@users.noreply.github.com>
Co-authored-by: carocao-msft <96077406+carocao-msft@users.noreply.github.com>
  • Loading branch information
cn0151 and carocao-msft authored Jan 17, 2025
1 parent 7cdaf40 commit 6a438d3
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -559,7 +559,6 @@ export type CallCompositeIcons = {
JoinByPhoneWaitToBeAdmittedIcon?: JSX.Element;
PeoplePaneMoreButton?: JSX.Element;
StopAllSpotlightMenuButton?: JSX.Element;
TogetherModeLayout?: JSX.Element;
};

// @public
@@ -2725,7 +2724,6 @@ export const DEFAULT_COMPOSITE_ICONS: {
JoinByPhoneWaitToBeAdmittedIcon?: JSX.Element | undefined;
PeoplePaneMoreButton?: JSX.Element | undefined;
StopAllSpotlightMenuButton?: JSX.Element | undefined;
TogetherModeLayout?: JSX.Element | undefined;
ChevronLeft?: JSX.Element | undefined;
ControlBarChatButtonActive?: JSX.Element | undefined;
ControlBarChatButtonInactive?: JSX.Element | undefined;
1 change: 1 addition & 0 deletions packages/react-composites/src/composites/common/icons.tsx
Original file line number Diff line number Diff line change
@@ -255,6 +255,7 @@ export type CallCompositeIcons = {
JoinByPhoneWaitToBeAdmittedIcon?: JSX.Element;
PeoplePaneMoreButton?: JSX.Element;
StopAllSpotlightMenuButton?: JSX.Element;
/* @conditional-compile-remove(together-mode) */
TogetherModeLayout?: JSX.Element;
};

0 comments on commit 6a438d3

Please sign in to comment.