@azure/communication-react 1.9.0-alpha-202310181643 → 1.9.0-alpha-202310190013

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.
@@ -2,5 +2,5 @@
2
2
  // Copyright (c) Microsoft Corporation.
3
3
  // Licensed under the MIT License.
4
4
  // GENERATED FILE. DO NOT EDIT MANUALLY.
5
- module.exports = '1.9.0-alpha-202310181643';
5
+ module.exports = '1.9.0-alpha-202310190013';
6
6
  //# sourceMappingURL=telemetryVersion.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"telemetryVersion.js","sourceRoot":"","sources":["../../../../../acs-ui-common/src/telemetryVersion.js"],"names":[],"mappings":";AAAA,uCAAuC;AACvC,kCAAkC;AAElC,wCAAwC;AAExC,MAAM,CAAC,OAAO,GAAG,0BAA0B,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\n// GENERATED FILE. DO NOT EDIT MANUALLY.\n\nmodule.exports = '1.9.0-alpha-202310181643';\n"]}
1
+ {"version":3,"file":"telemetryVersion.js","sourceRoot":"","sources":["../../../../../acs-ui-common/src/telemetryVersion.js"],"names":[],"mappings":";AAAA,uCAAuC;AACvC,kCAAkC;AAElC,wCAAwC;AAExC,MAAM,CAAC,OAAO,GAAG,0BAA0B,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\n// GENERATED FILE. DO NOT EDIT MANUALLY.\n\nmodule.exports = '1.9.0-alpha-202310190013';\n"]}
@@ -14,6 +14,7 @@ export const _Caption = (props) => {
14
14
  size: PersonaSize.size32,
15
15
  text: displayName,
16
16
  showOverflowTooltip: false,
17
+ imageShouldStartVisible: true,
17
18
  initialsTextColor: 'white',
18
19
  styles: {
19
20
  root: {
@@ -1 +1 @@
1
- {"version":3,"file":"Caption.js","sourceRoot":"","sources":["../../../../../../react-components/src/components/Caption.tsx"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAElC,OAAO,EAAY,OAAO,EAAE,KAAK,EAAE,WAAW,EAAE,IAAI,EAAE,MAAM,iBAAiB,CAAC;AAC9E,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,OAAO,EACL,gBAAgB,EAChB,iCAAiC,EACjC,oBAAoB,EACpB,6BAA6B,EAC7B,aAAa,EACd,MAAM,yBAAyB,CAAC;AAgBjC;;;GAGG;AACH,MAAM,CAAC,MAAM,QAAQ,GAAG,CAAC,KAAoB,EAAe,EAAE;IAC5D,MAAM,EAAE,WAAW,EAAE,MAAM,EAAE,WAAW,EAAE,cAAc,EAAE,GAAG,KAAK,CAAC;IAEnE,MAAM,cAAc,GAAa;QAC/B,kBAAkB,EAAE,IAAI;QACxB,IAAI,EAAE,WAAW,CAAC,MAAM;QACxB,IAAI,EAAE,WAAW;QACjB,mBAAmB,EAAE,KAAK;QAC1B,iBAAiB,EAAE,OAAO;QAC1B,MAAM,EAAE;YACN,IAAI,EAAE;gBACJ,MAAM,EAAE,SAAS;aAClB;SACF;KACF,CAAC;IAEF,MAAM,QAAQ,GAAG,cAAc,CAAC,CAAC,CAAC,cAAc,CAAC,MAAM,aAAN,MAAM,cAAN,MAAM,GAAI,EAAE,EAAE,cAAc,CAAC,CAAC,CAAC,CAAC,oBAAC,OAAO,oBAAK,cAAc,EAAI,CAAC;IAEjH,OAAO,CACL,oBAAC,KAAK,IAAC,UAAU,QAAC,aAAa,EAAC,OAAO,EAAC,eAAe,EAAC,OAAO;QAC7D,oBAAC,KAAK,CAAC,IAAI,IAAC,SAAS,EAAE,aAAa,IAAG,QAAQ,CAAc;QAE7D,oBAAC,KAAK,IAAC,aAAa,EAAC,OAAO,EAAC,SAAS,EAAE,iCAAiC;YACvE,oBAAC,KAAK,CAAC,IAAI,IAAC,SAAS,EAAE,6BAA6B;gBAClD,oBAAC,IAAI,IAAC,SAAS,EAAE,oBAAoB,IAAG,WAAW,CAAQ,CAChD;YACb,oBAAC,KAAK,CAAC,IAAI,IAAC,SAAS,EAAE,gBAAgB,EAAE,GAAG,EAAC,MAAM,IAChD,WAAW,CACD,CACP,CACF,CACT,CAAC;AACJ,CAAC,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport { IPersona, Persona, Stack, PersonaSize, Text } from '@fluentui/react';\nimport React from 'react';\nimport { _FileUploadCardsStrings } from './FileUploadCards';\nimport { OnRenderAvatarCallback } from '../types';\nimport {\n captionClassName,\n captionsContentContainerClassName,\n displayNameClassName,\n displayNameContainerClassName,\n iconClassName\n} from './styles/Captions.style';\nimport { _CaptionsInfo } from './CaptionsBanner';\n\n/**\n * @internal\n * Props for a single line of caption.\n */\nexport interface _CaptionProps extends _CaptionsInfo {\n /**\n * Optional callback to override render of the avatar.\n *\n * @param userId - user Id\n */\n onRenderAvatar?: OnRenderAvatarCallback;\n}\n\n/**\n * @internal\n * A component for displaying a single line of caption\n */\nexport const _Caption = (props: _CaptionProps): JSX.Element => {\n const { displayName, userId, captionText, onRenderAvatar } = props;\n\n const personaOptions: IPersona = {\n hidePersonaDetails: true,\n size: PersonaSize.size32,\n text: displayName,\n showOverflowTooltip: false,\n initialsTextColor: 'white',\n styles: {\n root: {\n margin: '0.25rem'\n }\n }\n };\n\n const userIcon = onRenderAvatar ? onRenderAvatar(userId ?? '', personaOptions) : <Persona {...personaOptions} />;\n\n return (\n <Stack horizontal verticalAlign=\"start\" horizontalAlign=\"start\">\n <Stack.Item className={iconClassName}>{userIcon}</Stack.Item>\n\n <Stack verticalAlign=\"start\" className={captionsContentContainerClassName}>\n <Stack.Item className={displayNameContainerClassName}>\n <Text className={displayNameClassName}>{displayName}</Text>\n </Stack.Item>\n <Stack.Item className={captionClassName} dir=\"auto\">\n {captionText}\n </Stack.Item>\n </Stack>\n </Stack>\n );\n};\n"]}
1
+ {"version":3,"file":"Caption.js","sourceRoot":"","sources":["../../../../../../react-components/src/components/Caption.tsx"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAElC,OAAO,EAAY,OAAO,EAAE,KAAK,EAAE,WAAW,EAAE,IAAI,EAAE,MAAM,iBAAiB,CAAC;AAC9E,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,OAAO,EACL,gBAAgB,EAChB,iCAAiC,EACjC,oBAAoB,EACpB,6BAA6B,EAC7B,aAAa,EACd,MAAM,yBAAyB,CAAC;AAgBjC;;;GAGG;AACH,MAAM,CAAC,MAAM,QAAQ,GAAG,CAAC,KAAoB,EAAe,EAAE;IAC5D,MAAM,EAAE,WAAW,EAAE,MAAM,EAAE,WAAW,EAAE,cAAc,EAAE,GAAG,KAAK,CAAC;IAEnE,MAAM,cAAc,GAAa;QAC/B,kBAAkB,EAAE,IAAI;QACxB,IAAI,EAAE,WAAW,CAAC,MAAM;QACxB,IAAI,EAAE,WAAW;QACjB,mBAAmB,EAAE,KAAK;QAC1B,uBAAuB,EAAE,IAAI;QAC7B,iBAAiB,EAAE,OAAO;QAC1B,MAAM,EAAE;YACN,IAAI,EAAE;gBACJ,MAAM,EAAE,SAAS;aAClB;SACF;KACF,CAAC;IAEF,MAAM,QAAQ,GAAG,cAAc,CAAC,CAAC,CAAC,cAAc,CAAC,MAAM,aAAN,MAAM,cAAN,MAAM,GAAI,EAAE,EAAE,cAAc,CAAC,CAAC,CAAC,CAAC,oBAAC,OAAO,oBAAK,cAAc,EAAI,CAAC;IAEjH,OAAO,CACL,oBAAC,KAAK,IAAC,UAAU,QAAC,aAAa,EAAC,OAAO,EAAC,eAAe,EAAC,OAAO;QAC7D,oBAAC,KAAK,CAAC,IAAI,IAAC,SAAS,EAAE,aAAa,IAAG,QAAQ,CAAc;QAE7D,oBAAC,KAAK,IAAC,aAAa,EAAC,OAAO,EAAC,SAAS,EAAE,iCAAiC;YACvE,oBAAC,KAAK,CAAC,IAAI,IAAC,SAAS,EAAE,6BAA6B;gBAClD,oBAAC,IAAI,IAAC,SAAS,EAAE,oBAAoB,IAAG,WAAW,CAAQ,CAChD;YACb,oBAAC,KAAK,CAAC,IAAI,IAAC,SAAS,EAAE,gBAAgB,EAAE,GAAG,EAAC,MAAM,IAChD,WAAW,CACD,CACP,CACF,CACT,CAAC;AACJ,CAAC,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport { IPersona, Persona, Stack, PersonaSize, Text } from '@fluentui/react';\nimport React from 'react';\nimport { _FileUploadCardsStrings } from './FileUploadCards';\nimport { OnRenderAvatarCallback } from '../types';\nimport {\n captionClassName,\n captionsContentContainerClassName,\n displayNameClassName,\n displayNameContainerClassName,\n iconClassName\n} from './styles/Captions.style';\nimport { _CaptionsInfo } from './CaptionsBanner';\n\n/**\n * @internal\n * Props for a single line of caption.\n */\nexport interface _CaptionProps extends _CaptionsInfo {\n /**\n * Optional callback to override render of the avatar.\n *\n * @param userId - user Id\n */\n onRenderAvatar?: OnRenderAvatarCallback;\n}\n\n/**\n * @internal\n * A component for displaying a single line of caption\n */\nexport const _Caption = (props: _CaptionProps): JSX.Element => {\n const { displayName, userId, captionText, onRenderAvatar } = props;\n\n const personaOptions: IPersona = {\n hidePersonaDetails: true,\n size: PersonaSize.size32,\n text: displayName,\n showOverflowTooltip: false,\n imageShouldStartVisible: true,\n initialsTextColor: 'white',\n styles: {\n root: {\n margin: '0.25rem'\n }\n }\n };\n\n const userIcon = onRenderAvatar ? onRenderAvatar(userId ?? '', personaOptions) : <Persona {...personaOptions} />;\n\n return (\n <Stack horizontal verticalAlign=\"start\" horizontalAlign=\"start\">\n <Stack.Item className={iconClassName}>{userIcon}</Stack.Item>\n\n <Stack verticalAlign=\"start\" className={captionsContentContainerClassName}>\n <Stack.Item className={displayNameContainerClassName}>\n <Text className={displayNameClassName}>{displayName}</Text>\n </Stack.Item>\n <Stack.Item className={captionClassName} dir=\"auto\">\n {captionText}\n </Stack.Item>\n </Stack>\n </Stack>\n );\n};\n"]}
@@ -28,5 +28,5 @@ export declare const _LocalVideoTile: React.MemoExoticComponent<(props: {
28
28
  styles?: VideoTileStylesProps | undefined;
29
29
  personaMinSize?: number | undefined;
30
30
  raisedHand?: RaisedHand | undefined;
31
- }) => JSX.Element>;
31
+ }) => React.JSX.Element>;
32
32
  //# sourceMappingURL=LocalVideoTile.d.ts.map
@@ -32,5 +32,5 @@ export declare const _RemoteVideoTile: React.MemoExoticComponent<(props: {
32
32
  isPinned?: boolean | undefined;
33
33
  disablePinMenuItem?: boolean | undefined;
34
34
  toggleAnnouncerString?: ((announcerString: string) => void) | undefined;
35
- }) => JSX.Element>;
35
+ }) => React.JSX.Element>;
36
36
  //# sourceMappingURL=RemoteVideoTile.d.ts.map
@@ -7,5 +7,5 @@ import { VideoGalleryLocalParticipant } from '../../types';
7
7
  */
8
8
  export declare const LocalScreenShare: React.MemoExoticComponent<(props: {
9
9
  localParticipant: VideoGalleryLocalParticipant;
10
- }) => JSX.Element | null>;
10
+ }) => React.JSX.Element | null>;
11
11
  //# sourceMappingURL=LocalScreenShare.d.ts.map
@@ -15,5 +15,5 @@ export declare const RemoteScreenShare: React.MemoExoticComponent<(props: {
15
15
  isMuted?: boolean | undefined;
16
16
  isSpeaking?: boolean | undefined;
17
17
  renderElement?: HTMLElement | undefined;
18
- }) => JSX.Element>;
18
+ }) => React.JSX.Element>;
19
19
  //# sourceMappingURL=RemoteScreenShare.d.ts.map
@@ -1,4 +1,4 @@
1
- /// <reference types="react" />
1
+ import React from 'react';
2
2
  /**
3
3
  * Icons used by the React components exported from this library.
4
4
  *
@@ -15,91 +15,91 @@ export declare type ComponentIcons = Record<keyof typeof DEFAULT_COMPONENT_ICONS
15
15
  * @public
16
16
  */
17
17
  export declare const DEFAULT_COMPONENT_ICONS: {
18
- ChatMessageOptions: JSX.Element;
19
- ControlButtonCameraOff: JSX.Element;
20
- ControlButtonCameraOn: JSX.Element;
21
- ControlButtonEndCall: JSX.Element;
22
- ControlButtonMicOff: JSX.Element;
23
- ControlButtonMicOn: JSX.Element;
24
- ControlButtonOptions: JSX.Element;
25
- ControlButtonParticipants: JSX.Element;
26
- ControlButtonParticipantsContextualMenuItem: JSX.Element;
27
- ControlButtonScreenShareStart: JSX.Element;
28
- ControlButtonScreenShareStop: JSX.Element;
29
- ControlButtonRaiseHand: JSX.Element;
30
- ControlButtonLowerHand: JSX.Element;
31
- RaiseHandContextualMenuItem: JSX.Element;
32
- LowerHandContextualMenuItem: JSX.Element;
33
- CancelFileUpload: JSX.Element;
34
- DownloadFile: JSX.Element;
35
- DataLossPreventionProhibited: JSX.Element;
36
- EditBoxCancel: JSX.Element;
37
- EditBoxSubmit: JSX.Element;
38
- ErrorBarCallCameraAccessDenied: JSX.Element;
39
- ErrorBarCallCameraAlreadyInUse: JSX.Element;
40
- ErrorBarCallLocalVideoFreeze: JSX.Element;
41
- ErrorBarCallMacOsCameraAccessDenied: JSX.Element;
42
- ErrorBarCallMacOsMicrophoneAccessDenied: JSX.Element;
43
- ErrorBarCallMicrophoneAccessDenied: JSX.Element;
44
- ErrorBarCallMicrophoneMutedBySystem: JSX.Element;
45
- ErrorBarCallMicrophoneUnmutedBySystem: JSX.Element;
46
- ErrorBarCallNetworkQualityLow: JSX.Element;
47
- ErrorBarCallNoMicrophoneFound: JSX.Element;
48
- ErrorBarCallNoSpeakerFound: JSX.Element;
49
- ErrorBarClear: JSX.Element;
50
- ErrorBarCallVideoRecoveredBySystem: JSX.Element;
51
- ErrorBarCallVideoStoppedBySystem: JSX.Element;
52
- HorizontalGalleryLeftButton: JSX.Element;
53
- HorizontalGalleryRightButton: JSX.Element;
54
- MessageDelivered: JSX.Element;
55
- MessageEdit: JSX.Element;
56
- MessageFailed: JSX.Element;
57
- MessageRemove: JSX.Element;
58
- MessageResend: JSX.Element;
59
- MessageSeen: JSX.Element;
60
- MessageSending: JSX.Element;
61
- OptionsCamera: JSX.Element;
62
- OptionsMic: JSX.Element;
63
- OptionsSpeaker: JSX.Element;
64
- ParticipantItemMicOff: JSX.Element;
65
- ParticipantItemOptions: JSX.Element;
66
- ParticipantItemOptionsHovered: JSX.Element;
67
- ParticipantItemScreenShareStart: JSX.Element;
68
- HoldCallContextualMenuItem: JSX.Element;
69
- HoldCallButton: JSX.Element;
70
- ResumeCall: JSX.Element;
71
- SendBoxSend: JSX.Element;
72
- SendBoxSendHovered: JSX.Element;
73
- VideoTileMicOff: JSX.Element;
74
- DialpadBackspace: JSX.Element;
75
- SitePermissionsSparkle: JSX.Element;
76
- SitePermissionCamera: JSX.Element;
77
- SitePermissionMic: JSX.Element;
78
- SitePermissionCameraDenied: JSX.Element;
79
- SitePermissionMicDenied: JSX.Element;
80
- UnsupportedEnvironmentWarning: JSX.Element;
81
- BrowserPermissionDeniedError: JSX.Element;
82
- VideoTilePinned: JSX.Element;
83
- VideoTileMoreOptions: JSX.Element;
84
- VideoTileScaleFit: JSX.Element;
85
- VideoTileScaleFill: JSX.Element;
86
- PinParticipant: JSX.Element;
87
- UnpinParticipant: JSX.Element;
88
- SplitButtonPrimaryActionCameraOn: JSX.Element;
89
- SplitButtonPrimaryActionCameraOff: JSX.Element;
90
- SplitButtonPrimaryActionMicUnmuted: JSX.Element;
91
- SplitButtonPrimaryActionMicMuted: JSX.Element;
92
- VerticalGalleryLeftButton: JSX.Element;
93
- VerticalGalleryRightButton: JSX.Element;
94
- ControlButtonVideoEffectsOption: JSX.Element;
95
- ConfigurationScreenVideoEffectsButton: JSX.Element;
96
- CaptionsIcon: JSX.Element;
97
- CaptionsOffIcon: JSX.Element;
98
- CaptionsSettingsIcon: JSX.Element;
99
- ChangeSpokenLanguageIcon: JSX.Element;
100
- ChangeCaptionLanguageIcon: JSX.Element;
101
- ContextMenuCameraIcon: JSX.Element;
102
- ContextMenuMicIcon: JSX.Element;
103
- ContextMenuSpeakerIcon: JSX.Element;
18
+ ChatMessageOptions: React.JSX.Element;
19
+ ControlButtonCameraOff: React.JSX.Element;
20
+ ControlButtonCameraOn: React.JSX.Element;
21
+ ControlButtonEndCall: React.JSX.Element;
22
+ ControlButtonMicOff: React.JSX.Element;
23
+ ControlButtonMicOn: React.JSX.Element;
24
+ ControlButtonOptions: React.JSX.Element;
25
+ ControlButtonParticipants: React.JSX.Element;
26
+ ControlButtonParticipantsContextualMenuItem: React.JSX.Element;
27
+ ControlButtonScreenShareStart: React.JSX.Element;
28
+ ControlButtonScreenShareStop: React.JSX.Element;
29
+ ControlButtonRaiseHand: React.JSX.Element;
30
+ ControlButtonLowerHand: React.JSX.Element;
31
+ RaiseHandContextualMenuItem: React.JSX.Element;
32
+ LowerHandContextualMenuItem: React.JSX.Element;
33
+ CancelFileUpload: React.JSX.Element;
34
+ DownloadFile: React.JSX.Element;
35
+ DataLossPreventionProhibited: React.JSX.Element;
36
+ EditBoxCancel: React.JSX.Element;
37
+ EditBoxSubmit: React.JSX.Element;
38
+ ErrorBarCallCameraAccessDenied: React.JSX.Element;
39
+ ErrorBarCallCameraAlreadyInUse: React.JSX.Element;
40
+ ErrorBarCallLocalVideoFreeze: React.JSX.Element;
41
+ ErrorBarCallMacOsCameraAccessDenied: React.JSX.Element;
42
+ ErrorBarCallMacOsMicrophoneAccessDenied: React.JSX.Element;
43
+ ErrorBarCallMicrophoneAccessDenied: React.JSX.Element;
44
+ ErrorBarCallMicrophoneMutedBySystem: React.JSX.Element;
45
+ ErrorBarCallMicrophoneUnmutedBySystem: React.JSX.Element;
46
+ ErrorBarCallNetworkQualityLow: React.JSX.Element;
47
+ ErrorBarCallNoMicrophoneFound: React.JSX.Element;
48
+ ErrorBarCallNoSpeakerFound: React.JSX.Element;
49
+ ErrorBarClear: React.JSX.Element;
50
+ ErrorBarCallVideoRecoveredBySystem: React.JSX.Element;
51
+ ErrorBarCallVideoStoppedBySystem: React.JSX.Element;
52
+ HorizontalGalleryLeftButton: React.JSX.Element;
53
+ HorizontalGalleryRightButton: React.JSX.Element;
54
+ MessageDelivered: React.JSX.Element;
55
+ MessageEdit: React.JSX.Element;
56
+ MessageFailed: React.JSX.Element;
57
+ MessageRemove: React.JSX.Element;
58
+ MessageResend: React.JSX.Element;
59
+ MessageSeen: React.JSX.Element;
60
+ MessageSending: React.JSX.Element;
61
+ OptionsCamera: React.JSX.Element;
62
+ OptionsMic: React.JSX.Element;
63
+ OptionsSpeaker: React.JSX.Element;
64
+ ParticipantItemMicOff: React.JSX.Element;
65
+ ParticipantItemOptions: React.JSX.Element;
66
+ ParticipantItemOptionsHovered: React.JSX.Element;
67
+ ParticipantItemScreenShareStart: React.JSX.Element;
68
+ HoldCallContextualMenuItem: React.JSX.Element;
69
+ HoldCallButton: React.JSX.Element;
70
+ ResumeCall: React.JSX.Element;
71
+ SendBoxSend: React.JSX.Element;
72
+ SendBoxSendHovered: React.JSX.Element;
73
+ VideoTileMicOff: React.JSX.Element;
74
+ DialpadBackspace: React.JSX.Element;
75
+ SitePermissionsSparkle: React.JSX.Element;
76
+ SitePermissionCamera: React.JSX.Element;
77
+ SitePermissionMic: React.JSX.Element;
78
+ SitePermissionCameraDenied: React.JSX.Element;
79
+ SitePermissionMicDenied: React.JSX.Element;
80
+ UnsupportedEnvironmentWarning: React.JSX.Element;
81
+ BrowserPermissionDeniedError: React.JSX.Element;
82
+ VideoTilePinned: React.JSX.Element;
83
+ VideoTileMoreOptions: React.JSX.Element;
84
+ VideoTileScaleFit: React.JSX.Element;
85
+ VideoTileScaleFill: React.JSX.Element;
86
+ PinParticipant: React.JSX.Element;
87
+ UnpinParticipant: React.JSX.Element;
88
+ SplitButtonPrimaryActionCameraOn: React.JSX.Element;
89
+ SplitButtonPrimaryActionCameraOff: React.JSX.Element;
90
+ SplitButtonPrimaryActionMicUnmuted: React.JSX.Element;
91
+ SplitButtonPrimaryActionMicMuted: React.JSX.Element;
92
+ VerticalGalleryLeftButton: React.JSX.Element;
93
+ VerticalGalleryRightButton: React.JSX.Element;
94
+ ControlButtonVideoEffectsOption: React.JSX.Element;
95
+ ConfigurationScreenVideoEffectsButton: React.JSX.Element;
96
+ CaptionsIcon: React.JSX.Element;
97
+ CaptionsOffIcon: React.JSX.Element;
98
+ CaptionsSettingsIcon: React.JSX.Element;
99
+ ChangeSpokenLanguageIcon: React.JSX.Element;
100
+ ChangeCaptionLanguageIcon: React.JSX.Element;
101
+ ContextMenuCameraIcon: React.JSX.Element;
102
+ ContextMenuMicIcon: React.JSX.Element;
103
+ ContextMenuSpeakerIcon: React.JSX.Element;
104
104
  };
105
105
  //# sourceMappingURL=icons.d.ts.map
@@ -1,4 +1,4 @@
1
- /// <reference types="react" />
1
+ import React from 'react';
2
2
  import { IIconProps } from '@fluentui/react';
3
3
  /**
4
4
  * The default set of icons used by the composites directly (i.e. not via the components defined in this library).
@@ -12,49 +12,49 @@ export declare const COMPOSITE_ONLY_ICONS: CompositeIcons;
12
12
  * @public
13
13
  */
14
14
  export declare const DEFAULT_COMPOSITE_ICONS: {
15
- EditBoxCancel: JSX.Element;
16
- EditBoxSubmit: JSX.Element;
17
- MessageDelivered: JSX.Element;
18
- MessageEdit: JSX.Element;
19
- MessageFailed: JSX.Element;
20
- MessageRemove: JSX.Element;
21
- MessageSeen: JSX.Element;
22
- MessageSending: JSX.Element;
23
- ParticipantItemOptions: JSX.Element;
24
- ParticipantItemOptionsHovered: JSX.Element;
25
- SendBoxSend: JSX.Element;
26
- SendBoxSendHovered: JSX.Element;
15
+ EditBoxCancel: JSX.Element | React.JSX.Element;
16
+ EditBoxSubmit: JSX.Element | React.JSX.Element;
17
+ MessageDelivered: JSX.Element | React.JSX.Element;
18
+ MessageEdit: JSX.Element | React.JSX.Element;
19
+ MessageFailed: JSX.Element | React.JSX.Element;
20
+ MessageRemove: JSX.Element | React.JSX.Element;
21
+ MessageSeen: JSX.Element | React.JSX.Element;
22
+ MessageSending: JSX.Element | React.JSX.Element;
23
+ ParticipantItemOptions: JSX.Element | React.JSX.Element;
24
+ ParticipantItemOptionsHovered: JSX.Element | React.JSX.Element;
25
+ SendBoxSend: JSX.Element | React.JSX.Element;
26
+ SendBoxSendHovered: JSX.Element | React.JSX.Element;
27
27
  SendBoxAttachFile?: JSX.Element | undefined;
28
28
  ControlBarPeopleButton?: JSX.Element | undefined;
29
- ControlButtonCameraOff: JSX.Element;
30
- ControlButtonCameraOn: JSX.Element;
31
- ControlButtonEndCall: JSX.Element;
32
- ControlButtonMicOff: JSX.Element;
33
- ControlButtonMicOn: JSX.Element;
34
- ControlButtonOptions: JSX.Element;
35
- ControlButtonParticipants: JSX.Element;
36
- ControlButtonScreenShareStart: JSX.Element;
37
- ControlButtonScreenShareStop: JSX.Element;
29
+ ControlButtonCameraOff: JSX.Element | React.JSX.Element;
30
+ ControlButtonCameraOn: JSX.Element | React.JSX.Element;
31
+ ControlButtonEndCall: JSX.Element | React.JSX.Element;
32
+ ControlButtonMicOff: JSX.Element | React.JSX.Element;
33
+ ControlButtonMicOn: JSX.Element | React.JSX.Element;
34
+ ControlButtonOptions: JSX.Element | React.JSX.Element;
35
+ ControlButtonParticipants: JSX.Element | React.JSX.Element;
36
+ ControlButtonScreenShareStart: JSX.Element | React.JSX.Element;
37
+ ControlButtonScreenShareStop: JSX.Element | React.JSX.Element;
38
38
  ControlButtonCameraProhibited?: JSX.Element | undefined;
39
39
  ControlButtonMicProhibited?: JSX.Element | undefined;
40
- ControlButtonRaiseHand: JSX.Element;
41
- ControlButtonLowerHand: JSX.Element;
42
- RaiseHandContextualMenuItem: JSX.Element;
43
- LowerHandContextualMenuItem: JSX.Element;
44
- ErrorBarCallCameraAccessDenied: JSX.Element;
45
- ErrorBarCallCameraAlreadyInUse: JSX.Element;
46
- ErrorBarCallLocalVideoFreeze: JSX.Element;
47
- ErrorBarCallMacOsCameraAccessDenied: JSX.Element;
48
- ErrorBarCallMacOsMicrophoneAccessDenied: JSX.Element;
49
- ErrorBarCallMicrophoneAccessDenied: JSX.Element;
50
- ErrorBarCallMicrophoneMutedBySystem: JSX.Element;
51
- ErrorBarCallMicrophoneUnmutedBySystem: JSX.Element;
52
- ErrorBarCallNetworkQualityLow: JSX.Element;
53
- ErrorBarCallNoMicrophoneFound: JSX.Element;
54
- ErrorBarCallNoSpeakerFound: JSX.Element;
55
- ErrorBarClear: JSX.Element;
56
- HorizontalGalleryLeftButton: JSX.Element;
57
- HorizontalGalleryRightButton: JSX.Element;
40
+ ControlButtonRaiseHand: JSX.Element | React.JSX.Element;
41
+ ControlButtonLowerHand: JSX.Element | React.JSX.Element;
42
+ RaiseHandContextualMenuItem: JSX.Element | React.JSX.Element;
43
+ LowerHandContextualMenuItem: JSX.Element | React.JSX.Element;
44
+ ErrorBarCallCameraAccessDenied: JSX.Element | React.JSX.Element;
45
+ ErrorBarCallCameraAlreadyInUse: JSX.Element | React.JSX.Element;
46
+ ErrorBarCallLocalVideoFreeze: JSX.Element | React.JSX.Element;
47
+ ErrorBarCallMacOsCameraAccessDenied: JSX.Element | React.JSX.Element;
48
+ ErrorBarCallMacOsMicrophoneAccessDenied: JSX.Element | React.JSX.Element;
49
+ ErrorBarCallMicrophoneAccessDenied: JSX.Element | React.JSX.Element;
50
+ ErrorBarCallMicrophoneMutedBySystem: JSX.Element | React.JSX.Element;
51
+ ErrorBarCallMicrophoneUnmutedBySystem: JSX.Element | React.JSX.Element;
52
+ ErrorBarCallNetworkQualityLow: JSX.Element | React.JSX.Element;
53
+ ErrorBarCallNoMicrophoneFound: JSX.Element | React.JSX.Element;
54
+ ErrorBarCallNoSpeakerFound: JSX.Element | React.JSX.Element;
55
+ ErrorBarClear: JSX.Element | React.JSX.Element;
56
+ HorizontalGalleryLeftButton: JSX.Element | React.JSX.Element;
57
+ HorizontalGalleryRightButton: JSX.Element | React.JSX.Element;
58
58
  LobbyScreenConnectingToCall?: JSX.Element | undefined;
59
59
  LobbyScreenWaitingToBeAdmitted?: JSX.Element | undefined;
60
60
  LocalDeviceSettingsCamera?: JSX.Element | undefined;
@@ -67,12 +67,12 @@ export declare const DEFAULT_COMPOSITE_ICONS: {
67
67
  NoticePageJoinCallFailedDueToNoNetwork?: JSX.Element | undefined;
68
68
  NoticePageLeftCall?: JSX.Element | undefined;
69
69
  NoticePageRemovedFromCall?: JSX.Element | undefined;
70
- OptionsCamera: JSX.Element;
71
- OptionsMic: JSX.Element;
72
- OptionsSpeaker: JSX.Element;
73
- ParticipantItemMicOff: JSX.Element;
74
- ParticipantItemScreenShareStart: JSX.Element;
75
- VideoTileMicOff: JSX.Element;
70
+ OptionsCamera: JSX.Element | React.JSX.Element;
71
+ OptionsMic: JSX.Element | React.JSX.Element;
72
+ OptionsSpeaker: JSX.Element | React.JSX.Element;
73
+ ParticipantItemMicOff: JSX.Element | React.JSX.Element;
74
+ ParticipantItemScreenShareStart: JSX.Element | React.JSX.Element;
75
+ VideoTileMicOff: JSX.Element | React.JSX.Element;
76
76
  LocalCameraSwitch?: JSX.Element | undefined;
77
77
  PeoplePaneAddPerson?: JSX.Element | undefined;
78
78
  PeoplePaneOpenDialpad?: JSX.Element | undefined;
@@ -96,47 +96,47 @@ export declare const DEFAULT_COMPOSITE_ICONS: {
96
96
  MoreDrawerSelectedMicrophone?: JSX.Element | undefined;
97
97
  MoreDrawerSelectedSpeaker?: JSX.Element | undefined;
98
98
  MoreDrawerSpeakers?: JSX.Element | undefined;
99
- ChatMessageOptions: JSX.Element;
100
- ControlButtonParticipantsContextualMenuItem: JSX.Element;
101
- CancelFileUpload: JSX.Element;
102
- DownloadFile: JSX.Element;
103
- DataLossPreventionProhibited: JSX.Element;
104
- ErrorBarCallVideoRecoveredBySystem: JSX.Element;
105
- ErrorBarCallVideoStoppedBySystem: JSX.Element;
106
- MessageResend: JSX.Element;
107
- HoldCallContextualMenuItem: JSX.Element;
108
- HoldCallButton: JSX.Element;
109
- ResumeCall: JSX.Element;
110
- DialpadBackspace: JSX.Element;
111
- SitePermissionsSparkle: JSX.Element;
112
- SitePermissionCamera: JSX.Element;
113
- SitePermissionMic: JSX.Element;
114
- SitePermissionCameraDenied: JSX.Element;
115
- SitePermissionMicDenied: JSX.Element;
116
- UnsupportedEnvironmentWarning: JSX.Element;
117
- BrowserPermissionDeniedError: JSX.Element;
118
- VideoTilePinned: JSX.Element;
119
- VideoTileMoreOptions: JSX.Element;
120
- VideoTileScaleFit: JSX.Element;
121
- VideoTileScaleFill: JSX.Element;
122
- PinParticipant: JSX.Element;
123
- UnpinParticipant: JSX.Element;
124
- SplitButtonPrimaryActionCameraOn: JSX.Element;
125
- SplitButtonPrimaryActionCameraOff: JSX.Element;
126
- SplitButtonPrimaryActionMicUnmuted: JSX.Element;
127
- SplitButtonPrimaryActionMicMuted: JSX.Element;
128
- VerticalGalleryLeftButton: JSX.Element;
129
- VerticalGalleryRightButton: JSX.Element;
130
- ControlButtonVideoEffectsOption: JSX.Element;
131
- ConfigurationScreenVideoEffectsButton: JSX.Element;
132
- CaptionsIcon: JSX.Element;
133
- CaptionsOffIcon: JSX.Element;
134
- CaptionsSettingsIcon: JSX.Element;
135
- ChangeSpokenLanguageIcon: JSX.Element;
136
- ChangeCaptionLanguageIcon: JSX.Element;
137
- ContextMenuCameraIcon: JSX.Element;
138
- ContextMenuMicIcon: JSX.Element;
139
- ContextMenuSpeakerIcon: JSX.Element;
99
+ ChatMessageOptions: React.JSX.Element;
100
+ ControlButtonParticipantsContextualMenuItem: React.JSX.Element;
101
+ CancelFileUpload: React.JSX.Element;
102
+ DownloadFile: React.JSX.Element;
103
+ DataLossPreventionProhibited: React.JSX.Element;
104
+ ErrorBarCallVideoRecoveredBySystem: React.JSX.Element;
105
+ ErrorBarCallVideoStoppedBySystem: React.JSX.Element;
106
+ MessageResend: React.JSX.Element;
107
+ HoldCallContextualMenuItem: React.JSX.Element;
108
+ HoldCallButton: React.JSX.Element;
109
+ ResumeCall: React.JSX.Element;
110
+ DialpadBackspace: React.JSX.Element;
111
+ SitePermissionsSparkle: React.JSX.Element;
112
+ SitePermissionCamera: React.JSX.Element;
113
+ SitePermissionMic: React.JSX.Element;
114
+ SitePermissionCameraDenied: React.JSX.Element;
115
+ SitePermissionMicDenied: React.JSX.Element;
116
+ UnsupportedEnvironmentWarning: React.JSX.Element;
117
+ BrowserPermissionDeniedError: React.JSX.Element;
118
+ VideoTilePinned: React.JSX.Element;
119
+ VideoTileMoreOptions: React.JSX.Element;
120
+ VideoTileScaleFit: React.JSX.Element;
121
+ VideoTileScaleFill: React.JSX.Element;
122
+ PinParticipant: React.JSX.Element;
123
+ UnpinParticipant: React.JSX.Element;
124
+ SplitButtonPrimaryActionCameraOn: React.JSX.Element;
125
+ SplitButtonPrimaryActionCameraOff: React.JSX.Element;
126
+ SplitButtonPrimaryActionMicUnmuted: React.JSX.Element;
127
+ SplitButtonPrimaryActionMicMuted: React.JSX.Element;
128
+ VerticalGalleryLeftButton: React.JSX.Element;
129
+ VerticalGalleryRightButton: React.JSX.Element;
130
+ ControlButtonVideoEffectsOption: React.JSX.Element;
131
+ ConfigurationScreenVideoEffectsButton: React.JSX.Element;
132
+ CaptionsIcon: React.JSX.Element;
133
+ CaptionsOffIcon: React.JSX.Element;
134
+ CaptionsSettingsIcon: React.JSX.Element;
135
+ ChangeSpokenLanguageIcon: React.JSX.Element;
136
+ ChangeCaptionLanguageIcon: React.JSX.Element;
137
+ ContextMenuCameraIcon: React.JSX.Element;
138
+ ContextMenuMicIcon: React.JSX.Element;
139
+ ContextMenuSpeakerIcon: React.JSX.Element;
140
140
  };
141
141
  /** @private */
142
142
  export declare type CompositeIconProps<Icons> = IIconProps & {
@@ -5,7 +5,7 @@
5
5
  "toolPackages": [
6
6
  {
7
7
  "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "7.18.21"
8
+ "packageVersion": "7.38.0"
9
9
  }
10
10
  ]
11
11
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure/communication-react",
3
- "version": "1.9.0-alpha-202310181643",
3
+ "version": "1.9.0-alpha-202310190013",
4
4
  "sideEffects": false,
5
5
  "description": "React library for building modern communication user experiences utilizing Azure Communication Services",
6
6
  "keywords": [
@@ -30,7 +30,7 @@
30
30
  "@azure/logger": "^1.0.4",
31
31
  "@fluentui/react-components": "^9.30.0",
32
32
  "@fluentui/react": "^8.110.4",
33
- "@fluentui/react-file-type-icons": "8.8.13",
33
+ "@fluentui/react-file-type-icons": "8.10.2",
34
34
  "@fluentui/react-hooks": "^8.6.12",
35
35
  "@fluentui/react-icons": "^2.0.194",
36
36
  "@fluentui/react-window-provider": "^2.2.3",
@@ -98,15 +98,15 @@
98
98
  "@azure/core-auth": "^1.4.0",
99
99
  "@babel/cli": "^7.16.0",
100
100
  "@babel/core": "^7.16.0",
101
- "@internal/calling-component-bindings": "1.9.0-alpha-202310181643",
102
- "@internal/calling-stateful-client": "1.9.0-alpha-202310181643",
103
- "@internal/chat-component-bindings": "1.9.0-alpha-202310181643",
104
- "@internal/chat-stateful-client": "1.9.0-alpha-202310181643",
105
- "@internal/fake-backends": "1.9.0-alpha-202310181643",
106
- "@internal/react-components": "1.9.0-alpha-202310181643",
107
- "@internal/react-composites": "1.9.0-alpha-202310181643",
108
- "@microsoft/api-documenter": "~7.12.11",
109
- "@microsoft/api-extractor": "~7.18.0",
101
+ "@internal/calling-component-bindings": "1.9.0-alpha-202310190013",
102
+ "@internal/calling-stateful-client": "1.9.0-alpha-202310190013",
103
+ "@internal/chat-component-bindings": "1.9.0-alpha-202310190013",
104
+ "@internal/chat-stateful-client": "1.9.0-alpha-202310190013",
105
+ "@internal/fake-backends": "1.9.0-alpha-202310190013",
106
+ "@internal/react-components": "1.9.0-alpha-202310190013",
107
+ "@internal/react-composites": "1.9.0-alpha-202310190013",
108
+ "@microsoft/api-documenter": "~7.23.9",
109
+ "@microsoft/api-extractor": "~7.38.0",
110
110
  "@rollup/plugin-json": "^4.1.0",
111
111
  "@testing-library/jest-dom": "^5.16.5",
112
112
  "@testing-library/react": "^14.0.0",
@@ -114,9 +114,9 @@
114
114
  "@types/jest": "^29.5.2",
115
115
  "@types/json-stringify-safe": "^5.0.0",
116
116
  "@types/node": "^16.11.7",
117
- "@types/react-dom": "18.2.1",
117
+ "@types/react-dom": "18.2.14",
118
118
  "@types/react-linkify": "^1.0.0",
119
- "@types/react": "18.2.0",
119
+ "@types/react": "18.2.29",
120
120
  "@types/uuid": "^8.3.0",
121
121
  "@typescript-eslint/eslint-plugin": "^4.12.0",
122
122
  "@typescript-eslint/parser": "^4.12.0",
@@ -135,7 +135,7 @@
135
135
  "eslint-plugin-react": "^7.18.3",
136
136
  "eslint": "^7.7.0",
137
137
  "if-env": "^1.0.4",
138
- "jest": "29.5.0",
138
+ "jest": "29.7.0",
139
139
  "json-stringify-safe": "^5.0.1",
140
140
  "node-forge": ">=1.0.0",
141
141
  "prettier": "2.3.1",