@azure/communication-react 1.18.0-alpha-202406110013 → 1.18.0-alpha-202406130013
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 +43 -17
- package/dist/dist-cjs/communication-react/{ChatMessageComponentAsRichTextEditBox-D2h2ZRSt.js → ChatMessageComponentAsRichTextEditBox-Armuv0sV.js} +2 -2
- package/dist/dist-cjs/communication-react/{ChatMessageComponentAsRichTextEditBox-D2h2ZRSt.js.map → ChatMessageComponentAsRichTextEditBox-Armuv0sV.js.map} +1 -1
- package/dist/dist-cjs/communication-react/{RichTextSendBoxWrapper-B4juIBoJ.js → RichTextSendBoxWrapper-tA7MAdZl.js} +2 -2
- package/dist/dist-cjs/communication-react/{RichTextSendBoxWrapper-B4juIBoJ.js.map → RichTextSendBoxWrapper-tA7MAdZl.js.map} +1 -1
- package/dist/dist-cjs/communication-react/{index-CJjvV64L.js → index-BGFUrfo5.js} +381 -67
- package/dist/dist-cjs/communication-react/index-BGFUrfo5.js.map +1 -0
- package/dist/dist-cjs/communication-react/index.js +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/chat-component-bindings/src/messageThreadSelector.js +5 -4
- package/dist/dist-esm/chat-component-bindings/src/messageThreadSelector.js.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/ChatClientState.d.ts +1 -0
- package/dist/dist-esm/chat-stateful-client/src/ChatClientState.js.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/EventSubscriber.js +3 -1
- package/dist/dist-esm/chat-stateful-client/src/EventSubscriber.js.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/convertChatMessage.js +1 -7
- package/dist/dist-esm/chat-stateful-client/src/convertChatMessage.js.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/types/ChatMessageWithStatus.d.ts +0 -1
- package/dist/dist-esm/chat-stateful-client/src/types/ChatMessageWithStatus.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ParticipantList.d.ts +2 -0
- package/dist/dist-esm/react-components/src/components/ParticipantList.js +5 -4
- package/dist/dist-esm/react-components/src/components/ParticipantList.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/ChatMessageComponent.styles.js +2 -1
- package/dist/dist-esm/react-components/src/components/styles/ChatMessageComponent.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/theming/icons.d.ts +1 -0
- package/dist/dist-esm/react-components/src/theming/icons.js +2 -1
- package/dist/dist-esm/react-components/src/theming/icons.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/Strings.d.ts +23 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/Strings.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallArrangement.d.ts +7 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallArrangement.js +59 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallArrangement.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/useMeetingPhoneInfo.d.ts +13 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/useMeetingPhoneInfo.js +49 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/useMeetingPhoneInfo.js.map +1 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/usePeoplePane.d.ts +4 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/usePeoplePane.js +52 -5
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/usePeoplePane.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/CallPage.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/CallPage.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatComposite.d.ts +4 -3
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatComposite.js +5 -6
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatComposite.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatComposite.d.ts +4 -3
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatComposite.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreen.js +26 -5
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreen.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/BaseComposite.d.ts +1 -0
- package/dist/dist-esm/react-composites/src/composites/common/BaseComposite.js +2 -1
- package/dist/dist-esm/react-composites/src/composites/common/BaseComposite.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/Drawer/MoreDrawer.d.ts +1 -0
- package/dist/dist-esm/react-composites/src/composites/common/Drawer/MoreDrawer.js +26 -0
- package/dist/dist-esm/react-composites/src/composites/common/Drawer/MoreDrawer.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/Drawer/PreparedMoreDrawer.d.ts +1 -0
- package/dist/dist-esm/react-composites/src/composites/common/Drawer/PreparedMoreDrawer.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/MeetingPhoneInfoPaneContent.d.ts +10 -0
- package/dist/dist-esm/react-composites/src/composites/common/MeetingPhoneInfoPaneContent.js +56 -0
- package/dist/dist-esm/react-composites/src/composites/common/MeetingPhoneInfoPaneContent.js.map +1 -0
- package/dist/dist-esm/react-composites/src/composites/common/ParticipantContainer.d.ts +1 -0
- package/dist/dist-esm/react-composites/src/composites/common/ParticipantContainer.js +2 -2
- package/dist/dist-esm/react-composites/src/composites/common/ParticipantContainer.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/PeoplePaneContent.d.ts +1 -0
- package/dist/dist-esm/react-composites/src/composites/common/PeoplePaneContent.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/PeoplePaneContent.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/SendBoxPicker.js +3 -3
- package/dist/dist-esm/react-composites/src/composites/common/SendBoxPicker.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/icons.d.ts +8 -12
- package/dist/dist-esm/react-composites/src/composites/common/styles/TeamsMeetingConferenceInfo.style.d.ts +46 -0
- package/dist/dist-esm/react-composites/src/composites/common/styles/TeamsMeetingConferenceInfo.style.js +96 -0
- package/dist/dist-esm/react-composites/src/composites/common/styles/TeamsMeetingConferenceInfo.style.js.map +1 -0
- package/dist/dist-esm/react-composites/src/composites/localization/locales/en-US/strings.json +6 -1
- package/package.json +2 -2
- package/dist/dist-cjs/communication-react/index-CJjvV64L.js.map +0 -1
@@ -117,11 +117,6 @@ export declare const DEFAULT_COMPOSITE_ICONS: {
|
|
117
117
|
OpenAttachment: React.JSX.Element;
|
118
118
|
AttachmentMoreMenu: React.JSX.Element;
|
119
119
|
DataLossPreventionProhibited: React.JSX.Element;
|
120
|
-
/**
|
121
|
-
* Icons that can be overridden for {@link CallWithChatComposite}.
|
122
|
-
*
|
123
|
-
* @public
|
124
|
-
*/
|
125
120
|
ErrorBarCallVideoRecoveredBySystem: React.JSX.Element;
|
126
121
|
ErrorBarCallVideoStoppedBySystem: React.JSX.Element;
|
127
122
|
MessageResend: React.JSX.Element;
|
@@ -138,6 +133,7 @@ export declare const DEFAULT_COMPOSITE_ICONS: {
|
|
138
133
|
UnsupportedEnvironmentWarning: React.JSX.Element;
|
139
134
|
BrowserPermissionDeniedError: React.JSX.Element;
|
140
135
|
VideoTilePinned: React.JSX.Element;
|
136
|
+
ParticipantItemPinned: React.JSX.Element;
|
141
137
|
VideoTileMoreOptions: React.JSX.Element;
|
142
138
|
VideoTileScaleFit: React.JSX.Element;
|
143
139
|
VideoTileScaleFill: React.JSX.Element;
|
@@ -159,6 +155,13 @@ export declare const DEFAULT_COMPOSITE_ICONS: {
|
|
159
155
|
ContextMenuCameraIcon: React.JSX.Element;
|
160
156
|
ContextMenuMicIcon: React.JSX.Element;
|
161
157
|
ContextMenuSpeakerIcon: React.JSX.Element;
|
158
|
+
/**
|
159
|
+
* Icon wrapper to use when including customizable icons inside the CallWithChatComposite.
|
160
|
+
* This wrapper ensures the icon name is being type-checked helping ensure no typos
|
161
|
+
* and ensure that icon is customizable through the composite API.
|
162
|
+
*
|
163
|
+
* @private
|
164
|
+
*/
|
162
165
|
ContextMenuRemoveParticipant: React.JSX.Element;
|
163
166
|
SurveyStarIcon: React.JSX.Element;
|
164
167
|
SurveyStarIconFilled: React.JSX.Element;
|
@@ -166,13 +169,6 @@ export declare const DEFAULT_COMPOSITE_ICONS: {
|
|
166
169
|
StopSpotlightContextualMenuItem: React.JSX.Element;
|
167
170
|
VideoTileSpotlighted: React.JSX.Element;
|
168
171
|
RichTextBoldButtonIcon: React.JSX.Element;
|
169
|
-
/**
|
170
|
-
* Icons that can be overridden in one of the composites exported by this library.
|
171
|
-
*
|
172
|
-
* See {@link ChatCompositeIcons}, {@link CallCompositeIcons} and {@link CallWithChatCompositeIcons} for more targeted types.
|
173
|
-
*
|
174
|
-
* @public
|
175
|
-
*/
|
176
172
|
RichTextItalicButtonIcon: React.JSX.Element;
|
177
173
|
RichTextUnderlineButtonIcon: React.JSX.Element;
|
178
174
|
RichTextBulletListButtonIcon: React.JSX.Element;
|
@@ -0,0 +1,46 @@
|
|
1
|
+
import { IModalStyles, Theme, IStackTokens, IStackItemStyles } from '@fluentui/react';
|
2
|
+
/**
|
3
|
+
* @private
|
4
|
+
*/
|
5
|
+
export declare const phoneInfoContainerTokens: IStackTokens;
|
6
|
+
/**
|
7
|
+
* @private
|
8
|
+
*/
|
9
|
+
export declare const phoneInfoContainerStyle: IStackItemStyles;
|
10
|
+
/**
|
11
|
+
* @private
|
12
|
+
*/
|
13
|
+
export declare const themedPhoneInfoModalStyle: (theme: Theme) => Partial<IModalStyles>;
|
14
|
+
/**
|
15
|
+
* @private
|
16
|
+
*/
|
17
|
+
export declare const titleClassName: string;
|
18
|
+
/**
|
19
|
+
* @private
|
20
|
+
*/
|
21
|
+
export declare const titleContainerClassName: string;
|
22
|
+
/**
|
23
|
+
* @private
|
24
|
+
*/
|
25
|
+
export declare const phoneInfoLabelStyle: string;
|
26
|
+
/**
|
27
|
+
* @private
|
28
|
+
*/
|
29
|
+
export declare const phoneInfoTextStyle: string;
|
30
|
+
/**
|
31
|
+
* @private
|
32
|
+
*/
|
33
|
+
export declare const phoneInfoIcon: (theme: Theme) => string;
|
34
|
+
/**
|
35
|
+
* @private
|
36
|
+
*/
|
37
|
+
export declare const phoneInfoInstructionLine: string;
|
38
|
+
/**
|
39
|
+
* @private
|
40
|
+
*/
|
41
|
+
export declare const phoneInfoStep: string;
|
42
|
+
/**
|
43
|
+
* @private
|
44
|
+
*/
|
45
|
+
export declare const phoneInfoIconStyle: (theme: Theme) => string;
|
46
|
+
//# sourceMappingURL=TeamsMeetingConferenceInfo.style.d.ts.map
|
@@ -0,0 +1,96 @@
|
|
1
|
+
// Copyright (c) Microsoft Corporation.
|
2
|
+
// Licensed under the MIT License.
|
3
|
+
import { mergeStyles, FontWeights } from '@fluentui/react';
|
4
|
+
import { _pxToRem } from "../../../../../acs-ui-common/src";
|
5
|
+
/**
|
6
|
+
* @private
|
7
|
+
*/
|
8
|
+
export const phoneInfoContainerTokens = {
|
9
|
+
childrenGap: '0.5rem'
|
10
|
+
};
|
11
|
+
/**
|
12
|
+
* @private
|
13
|
+
*/
|
14
|
+
export const phoneInfoContainerStyle = {
|
15
|
+
root: {
|
16
|
+
position: 'relative',
|
17
|
+
maxHeight: '100%',
|
18
|
+
overflow: 'hidden'
|
19
|
+
}
|
20
|
+
};
|
21
|
+
/**
|
22
|
+
* @private
|
23
|
+
*/
|
24
|
+
export const themedPhoneInfoModalStyle = (theme) => ({
|
25
|
+
main: {
|
26
|
+
borderRadius: theme.effects.roundedCorner6,
|
27
|
+
padding: _pxToRem(24),
|
28
|
+
width: _pxToRem(600),
|
29
|
+
height: 'fit-content',
|
30
|
+
overflow: 'hidden'
|
31
|
+
}
|
32
|
+
});
|
33
|
+
/**
|
34
|
+
* @private
|
35
|
+
*/
|
36
|
+
export const titleClassName = mergeStyles({
|
37
|
+
fontWeight: 600,
|
38
|
+
fontSize: _pxToRem(20),
|
39
|
+
lineHeight: _pxToRem(28)
|
40
|
+
});
|
41
|
+
/**
|
42
|
+
* @private
|
43
|
+
*/
|
44
|
+
export const titleContainerClassName = mergeStyles({
|
45
|
+
paddingBottom: _pxToRem(20)
|
46
|
+
});
|
47
|
+
/**
|
48
|
+
* @private
|
49
|
+
*/
|
50
|
+
export const phoneInfoLabelStyle = mergeStyles({
|
51
|
+
fontSize: _pxToRem(14),
|
52
|
+
lineHeight: _pxToRem(40)
|
53
|
+
});
|
54
|
+
/**
|
55
|
+
* @private
|
56
|
+
*/
|
57
|
+
export const phoneInfoTextStyle = mergeStyles({
|
58
|
+
fontSize: _pxToRem(14),
|
59
|
+
lineHeight: _pxToRem(40),
|
60
|
+
fontWeight: FontWeights.semibold
|
61
|
+
});
|
62
|
+
/**
|
63
|
+
* @private
|
64
|
+
*/
|
65
|
+
export const phoneInfoIcon = (theme) => {
|
66
|
+
return mergeStyles({
|
67
|
+
background: `${theme.palette.themeLighter}`,
|
68
|
+
height: _pxToRem(36),
|
69
|
+
width: _pxToRem(36),
|
70
|
+
marginRight: _pxToRem(12),
|
71
|
+
borderRadius: _pxToRem(18)
|
72
|
+
});
|
73
|
+
};
|
74
|
+
/**
|
75
|
+
* @private
|
76
|
+
*/
|
77
|
+
export const phoneInfoInstructionLine = mergeStyles({
|
78
|
+
padding: '0.5rem 1rem'
|
79
|
+
});
|
80
|
+
/**
|
81
|
+
* @private
|
82
|
+
*/
|
83
|
+
export const phoneInfoStep = mergeStyles({
|
84
|
+
minWidth: _pxToRem(150),
|
85
|
+
textAlign: 'right'
|
86
|
+
});
|
87
|
+
/**
|
88
|
+
* @private
|
89
|
+
*/
|
90
|
+
export const phoneInfoIconStyle = (theme) => {
|
91
|
+
return mergeStyles({
|
92
|
+
padding: _pxToRem(8),
|
93
|
+
color: `${theme.palette.themePrimary}`
|
94
|
+
});
|
95
|
+
};
|
96
|
+
//# sourceMappingURL=TeamsMeetingConferenceInfo.style.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"TeamsMeetingConferenceInfo.style.js","sourceRoot":"","sources":["../../../../../../../../react-composites/src/composites/common/styles/TeamsMeetingConferenceInfo.style.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAElC,OAAO,EAAgB,WAAW,EAAS,WAAW,EAAkC,MAAM,iBAAiB,CAAC;AAChH,OAAO,EAAE,QAAQ,EAAE,yCAAgC;AAEnD;;GAEG;AACH,MAAM,CAAC,MAAM,wBAAwB,GAAiB;IACpD,WAAW,EAAE,QAAQ;CACtB,CAAC;AAEF;;GAEG;AACH,MAAM,CAAC,MAAM,uBAAuB,GAAqB;IACvD,IAAI,EAAE;QACJ,QAAQ,EAAE,UAAU;QACpB,SAAS,EAAE,MAAM;QACjB,QAAQ,EAAE,QAAQ;KACnB;CACF,CAAC;AAEF;;GAEG;AACH,MAAM,CAAC,MAAM,yBAAyB,GAAG,CAAC,KAAY,EAAyB,EAAE,CAAC,CAAC;IACjF,IAAI,EAAE;QACJ,YAAY,EAAE,KAAK,CAAC,OAAO,CAAC,cAAc;QAC1C,OAAO,EAAE,QAAQ,CAAC,EAAE,CAAC;QACrB,KAAK,EAAE,QAAQ,CAAC,GAAG,CAAC;QACpB,MAAM,EAAE,aAAa;QACrB,QAAQ,EAAE,QAAQ;KACnB;CACF,CAAC,CAAC;AAEH;;GAEG;AACH,MAAM,CAAC,MAAM,cAAc,GAAG,WAAW,CAAC;IACxC,UAAU,EAAE,GAAG;IACf,QAAQ,EAAE,QAAQ,CAAC,EAAE,CAAC;IACtB,UAAU,EAAE,QAAQ,CAAC,EAAE,CAAC;CACzB,CAAC,CAAC;AAEH;;GAEG;AACH,MAAM,CAAC,MAAM,uBAAuB,GAAG,WAAW,CAAC;IACjD,aAAa,EAAE,QAAQ,CAAC,EAAE,CAAC;CAC5B,CAAC,CAAC;AAEH;;GAEG;AACH,MAAM,CAAC,MAAM,mBAAmB,GAAG,WAAW,CAAC;IAC7C,QAAQ,EAAE,QAAQ,CAAC,EAAE,CAAC;IACtB,UAAU,EAAE,QAAQ,CAAC,EAAE,CAAC;CACzB,CAAC,CAAC;AAEH;;GAEG;AACH,MAAM,CAAC,MAAM,kBAAkB,GAAG,WAAW,CAAC;IAC5C,QAAQ,EAAE,QAAQ,CAAC,EAAE,CAAC;IACtB,UAAU,EAAE,QAAQ,CAAC,EAAE,CAAC;IACxB,UAAU,EAAE,WAAW,CAAC,QAAQ;CACjC,CAAC,CAAC;AAEH;;GAEG;AACH,MAAM,CAAC,MAAM,aAAa,GAAG,CAAC,KAAY,EAAU,EAAE;IACpD,OAAO,WAAW,CAAC;QACjB,UAAU,EAAE,GAAG,KAAK,CAAC,OAAO,CAAC,YAAY,EAAE;QAC3C,MAAM,EAAE,QAAQ,CAAC,EAAE,CAAC;QACpB,KAAK,EAAE,QAAQ,CAAC,EAAE,CAAC;QACnB,WAAW,EAAE,QAAQ,CAAC,EAAE,CAAC;QACzB,YAAY,EAAE,QAAQ,CAAC,EAAE,CAAC;KAC3B,CAAC,CAAC;AACL,CAAC,CAAC;AAEF;;GAEG;AACH,MAAM,CAAC,MAAM,wBAAwB,GAAG,WAAW,CAAC;IAClD,OAAO,EAAE,aAAa;CACvB,CAAC,CAAC;AAEH;;GAEG;AACH,MAAM,CAAC,MAAM,aAAa,GAAG,WAAW,CAAC;IACvC,QAAQ,EAAE,QAAQ,CAAC,GAAG,CAAC;IACvB,SAAS,EAAE,OAAO;CACnB,CAAC,CAAC;AAEH;;GAEG;AACH,MAAM,CAAC,MAAM,kBAAkB,GAAG,CAAC,KAAY,EAAU,EAAE;IACzD,OAAO,WAAW,CAAC;QACjB,OAAO,EAAE,QAAQ,CAAC,CAAC,CAAC;QACpB,KAAK,EAAE,GAAG,KAAK,CAAC,OAAO,CAAC,YAAY,EAAE;KACvC,CAAC,CAAC;AACL,CAAC,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport { IModalStyles, mergeStyles, Theme, FontWeights, IStackTokens, IStackItemStyles } from '@fluentui/react';\nimport { _pxToRem } from '@internal/acs-ui-common';\n\n/**\n * @private\n */\nexport const phoneInfoContainerTokens: IStackTokens = {\n childrenGap: '0.5rem'\n};\n\n/**\n * @private\n */\nexport const phoneInfoContainerStyle: IStackItemStyles = {\n root: {\n position: 'relative',\n maxHeight: '100%',\n overflow: 'hidden'\n }\n};\n\n/**\n * @private\n */\nexport const themedPhoneInfoModalStyle = (theme: Theme): Partial<IModalStyles> => ({\n main: {\n borderRadius: theme.effects.roundedCorner6,\n padding: _pxToRem(24),\n width: _pxToRem(600),\n height: 'fit-content',\n overflow: 'hidden'\n }\n});\n\n/**\n * @private\n */\nexport const titleClassName = mergeStyles({\n fontWeight: 600,\n fontSize: _pxToRem(20),\n lineHeight: _pxToRem(28)\n});\n\n/**\n * @private\n */\nexport const titleContainerClassName = mergeStyles({\n paddingBottom: _pxToRem(20)\n});\n\n/**\n * @private\n */\nexport const phoneInfoLabelStyle = mergeStyles({\n fontSize: _pxToRem(14),\n lineHeight: _pxToRem(40)\n});\n\n/**\n * @private\n */\nexport const phoneInfoTextStyle = mergeStyles({\n fontSize: _pxToRem(14),\n lineHeight: _pxToRem(40),\n fontWeight: FontWeights.semibold\n});\n\n/**\n * @private\n */\nexport const phoneInfoIcon = (theme: Theme): string => {\n return mergeStyles({\n background: `${theme.palette.themeLighter}`,\n height: _pxToRem(36),\n width: _pxToRem(36),\n marginRight: _pxToRem(12),\n borderRadius: _pxToRem(18)\n });\n};\n\n/**\n * @private\n */\nexport const phoneInfoInstructionLine = mergeStyles({\n padding: '0.5rem 1rem'\n});\n\n/**\n * @private\n */\nexport const phoneInfoStep = mergeStyles({\n minWidth: _pxToRem(150),\n textAlign: 'right'\n});\n\n/**\n * @private\n */\nexport const phoneInfoIconStyle = (theme: Theme): string => {\n return mergeStyles({\n padding: _pxToRem(8),\n color: `${theme.palette.themePrimary}`\n });\n};\n"]}
|
package/dist/dist-esm/react-composites/src/composites/localization/locales/en-US/strings.json
CHANGED
@@ -337,7 +337,12 @@
|
|
337
337
|
"leaveConfirmDialogContent": "Are you sure you want to leave the call?",
|
338
338
|
"endCallConfirmDialogTitle": "End the call?",
|
339
339
|
"endCallConfirmDialogContent": "You'll end the call for everyone.",
|
340
|
-
"invalidMeetingIdentifier": "Invalid meeting ID or passcode"
|
340
|
+
"invalidMeetingIdentifier": "Invalid meeting ID or passcode",
|
341
|
+
"pinParticipantMenuLabel": "Pin for me",
|
342
|
+
"pinParticipantLimitReachedMenuLabel": "Pin (limit reached)",
|
343
|
+
"unpinParticipantMenuLabel": "Unpin",
|
344
|
+
"pinParticipantMenuItemAriaLabel": "Pin",
|
345
|
+
"unpinParticipantMenuItemAriaLabel": "Unpin"
|
341
346
|
},
|
342
347
|
"chat": {
|
343
348
|
"chatListHeader": "In this chat",
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@azure/communication-react",
|
3
|
-
"version": "1.18.0-alpha-
|
3
|
+
"version": "1.18.0-alpha-202406130013",
|
4
4
|
"sideEffects": false,
|
5
5
|
"description": "React library for building modern communication user experiences utilizing Azure Communication Services",
|
6
6
|
"keywords": [
|
@@ -57,7 +57,7 @@
|
|
57
57
|
"peerDependencies": {
|
58
58
|
"@azure/communication-calling": "1.26.1-beta.1",
|
59
59
|
"@azure/communication-calling-effects": "1.0.1",
|
60
|
-
"@azure/communication-chat": "1.6.0-beta.
|
60
|
+
"@azure/communication-chat": "1.6.0-beta.2",
|
61
61
|
"@types/react": ">=16.8.0 <19.0.0",
|
62
62
|
"@types/react-dom": ">=16.8.0 <19.0.0",
|
63
63
|
"react": ">=16.8.0 <19.0.0",
|