@azure/communication-react 1.14.0-alpha-202403140012 → 1.14.0-alpha-202403160012

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.
Files changed (153) hide show
  1. package/dist/communication-react.d.ts +39 -1
  2. package/dist/dist-cjs/communication-react/{RichTextSendBoxWrapper-D1KqCTKr.js → RichTextSendBoxWrapper-BCdGFyar.js} +2 -2
  3. package/dist/dist-cjs/communication-react/{RichTextSendBoxWrapper-D1KqCTKr.js.map → RichTextSendBoxWrapper-BCdGFyar.js.map} +1 -1
  4. package/dist/dist-cjs/communication-react/{index-DikMcJD4.js → index-BfFCLrEO.js} +538 -337
  5. package/dist/dist-cjs/communication-react/index-BfFCLrEO.js.map +1 -0
  6. package/dist/dist-cjs/communication-react/index.js +1 -1
  7. package/dist/dist-esm/acs-ui-common/src/telemetryVersion.js +1 -1
  8. package/dist/dist-esm/acs-ui-common/src/telemetryVersion.js.map +1 -1
  9. package/dist/dist-esm/calling-component-bindings/src/baseSelectors.js +0 -3
  10. package/dist/dist-esm/calling-component-bindings/src/baseSelectors.js.map +1 -1
  11. package/dist/dist-esm/calling-component-bindings/src/callControlSelectors.js +0 -3
  12. package/dist/dist-esm/calling-component-bindings/src/callControlSelectors.js.map +1 -1
  13. package/dist/dist-esm/calling-component-bindings/src/handlers/createCommonHandlers.js +0 -7
  14. package/dist/dist-esm/calling-component-bindings/src/handlers/createCommonHandlers.js.map +1 -1
  15. package/dist/dist-esm/calling-component-bindings/src/hooks/usePropsFor.js +3 -11
  16. package/dist/dist-esm/calling-component-bindings/src/hooks/usePropsFor.js.map +1 -1
  17. package/dist/dist-esm/calling-component-bindings/src/participantListSelector.js +3 -9
  18. package/dist/dist-esm/calling-component-bindings/src/participantListSelector.js.map +1 -1
  19. package/dist/dist-esm/calling-component-bindings/src/utils/participantListSelectorUtils.js.map +1 -1
  20. package/dist/dist-esm/calling-component-bindings/src/utils/videoGalleryUtils.js +5 -16
  21. package/dist/dist-esm/calling-component-bindings/src/utils/videoGalleryUtils.js.map +1 -1
  22. package/dist/dist-esm/calling-component-bindings/src/videoGallerySelector.js +4 -17
  23. package/dist/dist-esm/calling-component-bindings/src/videoGallerySelector.js.map +1 -1
  24. package/dist/dist-esm/calling-stateful-client/src/CallClientState.d.ts +35 -0
  25. package/dist/dist-esm/calling-stateful-client/src/CallClientState.js.map +1 -1
  26. package/dist/dist-esm/calling-stateful-client/src/CallContext.d.ts +8 -1
  27. package/dist/dist-esm/calling-stateful-client/src/CallContext.js +42 -9
  28. package/dist/dist-esm/calling-stateful-client/src/CallContext.js.map +1 -1
  29. package/dist/dist-esm/calling-stateful-client/src/CallDeclarativeCommon.js +46 -1
  30. package/dist/dist-esm/calling-stateful-client/src/CallDeclarativeCommon.js.map +1 -1
  31. package/dist/dist-esm/calling-stateful-client/src/CallSubscriber.d.ts +3 -1
  32. package/dist/dist-esm/calling-stateful-client/src/CallSubscriber.js +24 -14
  33. package/dist/dist-esm/calling-stateful-client/src/CallSubscriber.js.map +1 -1
  34. package/dist/dist-esm/calling-stateful-client/src/CaptionsSubscriber.d.ts +16 -1
  35. package/dist/dist-esm/calling-stateful-client/src/CaptionsSubscriber.js +38 -2
  36. package/dist/dist-esm/calling-stateful-client/src/CaptionsSubscriber.js.map +1 -1
  37. package/dist/dist-esm/calling-stateful-client/src/Converter.d.ts +6 -1
  38. package/dist/dist-esm/calling-stateful-client/src/Converter.js +11 -6
  39. package/dist/dist-esm/calling-stateful-client/src/Converter.js.map +1 -1
  40. package/dist/dist-esm/calling-stateful-client/src/LocalRecordingSubscriber.d.ts +17 -0
  41. package/dist/dist-esm/calling-stateful-client/src/LocalRecordingSubscriber.js +36 -0
  42. package/dist/dist-esm/calling-stateful-client/src/LocalRecordingSubscriber.js.map +1 -0
  43. package/dist/dist-esm/calling-stateful-client/src/OptimalVideoCountSubscriber.js +0 -1
  44. package/dist/dist-esm/calling-stateful-client/src/OptimalVideoCountSubscriber.js.map +1 -1
  45. package/dist/dist-esm/calling-stateful-client/src/RaiseHandSubscriber.js +0 -2
  46. package/dist/dist-esm/calling-stateful-client/src/RaiseHandSubscriber.js.map +1 -1
  47. package/dist/dist-esm/calling-stateful-client/src/RecordingSubscriber.d.ts +1 -0
  48. package/dist/dist-esm/calling-stateful-client/src/RecordingSubscriber.js +11 -0
  49. package/dist/dist-esm/calling-stateful-client/src/RecordingSubscriber.js.map +1 -1
  50. package/dist/dist-esm/calling-stateful-client/src/StatefulCallClient.d.ts +1 -0
  51. package/dist/dist-esm/calling-stateful-client/src/StatefulCallClient.js.map +1 -1
  52. package/dist/dist-esm/calling-stateful-client/src/index-public.d.ts +1 -0
  53. package/dist/dist-esm/calling-stateful-client/src/index-public.js.map +1 -1
  54. package/dist/dist-esm/chat-component-bindings/src/messageThreadSelector.js +1 -1
  55. package/dist/dist-esm/chat-component-bindings/src/messageThreadSelector.js.map +1 -1
  56. package/dist/dist-esm/chat-stateful-client/src/ChatContext.js +6 -2
  57. package/dist/dist-esm/chat-stateful-client/src/ChatContext.js.map +1 -1
  58. package/dist/dist-esm/chat-stateful-client/src/types/ChatMessageWithStatus.d.ts +1 -1
  59. package/dist/dist-esm/chat-stateful-client/src/types/ChatMessageWithStatus.js.map +1 -1
  60. package/dist/dist-esm/communication-react/src/index.js +0 -1
  61. package/dist/dist-esm/communication-react/src/index.js.map +1 -1
  62. package/dist/dist-esm/react-components/src/components/CaptionsSettingsModal.js +5 -2
  63. package/dist/dist-esm/react-components/src/components/CaptionsSettingsModal.js.map +1 -1
  64. package/dist/dist-esm/react-components/src/components/Drawer/DrawerMenu.js +19 -8
  65. package/dist/dist-esm/react-components/src/components/Drawer/DrawerMenu.js.map +1 -1
  66. package/dist/dist-esm/react-components/src/components/Drawer/DrawerMenuItem.d.ts +4 -0
  67. package/dist/dist-esm/react-components/src/components/Drawer/DrawerMenuItem.js.map +1 -1
  68. package/dist/dist-esm/react-components/src/components/Drawer/ReactionDrawerMenuItem.d.ts +29 -0
  69. package/dist/dist-esm/react-components/src/components/Drawer/ReactionDrawerMenuItem.js +60 -0
  70. package/dist/dist-esm/react-components/src/components/Drawer/ReactionDrawerMenuItem.js.map +1 -0
  71. package/dist/dist-esm/react-components/src/components/Drawer/index.d.ts +2 -0
  72. package/dist/dist-esm/react-components/src/components/Drawer/index.js +2 -0
  73. package/dist/dist-esm/react-components/src/components/Drawer/index.js.map +1 -1
  74. package/dist/dist-esm/react-components/src/components/ImageOverlay.js +16 -8
  75. package/dist/dist-esm/react-components/src/components/ImageOverlay.js.map +1 -1
  76. package/dist/dist-esm/react-components/src/components/LocalVideoTile.js +2 -6
  77. package/dist/dist-esm/react-components/src/components/LocalVideoTile.js.map +1 -1
  78. package/dist/dist-esm/react-components/src/components/ParticipantList.js +3 -17
  79. package/dist/dist-esm/react-components/src/components/ParticipantList.js.map +1 -1
  80. package/dist/dist-esm/react-components/src/components/RaiseHandButton.js +0 -7
  81. package/dist/dist-esm/react-components/src/components/RaiseHandButton.js.map +1 -1
  82. package/dist/dist-esm/react-components/src/components/RemoteVideoTile.js +1 -3
  83. package/dist/dist-esm/react-components/src/components/RemoteVideoTile.js.map +1 -1
  84. package/dist/dist-esm/react-components/src/components/VideoGallery.js +1 -3
  85. package/dist/dist-esm/react-components/src/components/VideoGallery.js.map +1 -1
  86. package/dist/dist-esm/react-components/src/components/VideoTile.js +3 -9
  87. package/dist/dist-esm/react-components/src/components/VideoTile.js.map +1 -1
  88. package/dist/dist-esm/react-components/src/components/assets/RaisedHandIcon.js +0 -2
  89. package/dist/dist-esm/react-components/src/components/assets/RaisedHandIcon.js.map +1 -1
  90. package/dist/dist-esm/react-components/src/components/index.js +0 -1
  91. package/dist/dist-esm/react-components/src/components/index.js.map +1 -1
  92. package/dist/dist-esm/react-components/src/components/styles/ReactionButton.styles.d.ts +12 -0
  93. package/dist/dist-esm/react-components/src/components/styles/ReactionButton.styles.js +47 -3
  94. package/dist/dist-esm/react-components/src/components/styles/ReactionButton.styles.js.map +1 -1
  95. package/dist/dist-esm/react-components/src/index.js.map +1 -1
  96. package/dist/dist-esm/react-components/src/localization/LocalizationProvider.js.map +1 -1
  97. package/dist/dist-esm/react-components/src/theming/icons.js +0 -5
  98. package/dist/dist-esm/react-components/src/theming/icons.js.map +1 -1
  99. package/dist/dist-esm/react-components/src/theming/themes.js +1 -3
  100. package/dist/dist-esm/react-components/src/theming/themes.js.map +1 -1
  101. package/dist/dist-esm/react-components/src/types/ParticipantListParticipant.js.map +1 -1
  102. package/dist/dist-esm/react-components/src/types/VideoGalleryParticipant.js.map +1 -1
  103. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.d.ts +1 -0
  104. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.js +43 -18
  105. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.js.map +1 -1
  106. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallAdapter.js.map +1 -1
  107. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallArrangement.js +11 -3
  108. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallArrangement.js.map +1 -1
  109. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallControls.js +1 -15
  110. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallControls.js.map +1 -1
  111. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalAndRemotePIP.js +0 -2
  112. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalAndRemotePIP.js.map +1 -1
  113. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/RaiseHand.js +0 -8
  114. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/RaiseHand.js.map +1 -1
  115. package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useHandlers.js +0 -3
  116. package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useHandlers.js.map +1 -1
  117. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/baseSelectors.js +0 -1
  118. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/baseSelectors.js.map +1 -1
  119. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localAndRemotePIPSelector.js +1 -9
  120. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localAndRemotePIPSelector.js.map +1 -1
  121. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatComposite.js +0 -3
  122. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatComposite.js.map +1 -1
  123. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/AzureCommunicationCallWithChatAdapter.js +0 -4
  124. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/AzureCommunicationCallWithChatAdapter.js.map +1 -1
  125. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatAdapter.js.map +1 -1
  126. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedCallAdapter.js +0 -2
  127. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedCallAdapter.js.map +1 -1
  128. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/index.js.map +1 -1
  129. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreen.js +1 -1
  130. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreen.js.map +1 -1
  131. package/dist/dist-esm/react-composites/src/composites/common/AvatarPersona.js +1 -6
  132. package/dist/dist-esm/react-composites/src/composites/common/AvatarPersona.js.map +1 -1
  133. package/dist/dist-esm/react-composites/src/composites/common/CaptionsBanner.d.ts +1 -0
  134. package/dist/dist-esm/react-composites/src/composites/common/CaptionsBanner.js +1 -1
  135. package/dist/dist-esm/react-composites/src/composites/common/CaptionsBanner.js.map +1 -1
  136. package/dist/dist-esm/react-composites/src/composites/common/ControlBar/CommonCallControlBar.d.ts +1 -0
  137. package/dist/dist-esm/react-composites/src/composites/common/ControlBar/CommonCallControlBar.js +3 -6
  138. package/dist/dist-esm/react-composites/src/composites/common/ControlBar/CommonCallControlBar.js.map +1 -1
  139. package/dist/dist-esm/react-composites/src/composites/common/ControlBar/DesktopMoreButton.js +0 -5
  140. package/dist/dist-esm/react-composites/src/composites/common/ControlBar/DesktopMoreButton.js.map +1 -1
  141. package/dist/dist-esm/react-composites/src/composites/common/Drawer/MoreDrawer.d.ts +4 -0
  142. package/dist/dist-esm/react-composites/src/composites/common/Drawer/MoreDrawer.js +32 -33
  143. package/dist/dist-esm/react-composites/src/composites/common/Drawer/MoreDrawer.js.map +1 -1
  144. package/dist/dist-esm/react-composites/src/composites/common/Drawer/PreparedMoreDrawer.d.ts +3 -0
  145. package/dist/dist-esm/react-composites/src/composites/common/Drawer/PreparedMoreDrawer.js.map +1 -1
  146. package/dist/dist-esm/react-composites/src/composites/common/ParticipantContainer.js +1 -3
  147. package/dist/dist-esm/react-composites/src/composites/common/ParticipantContainer.js.map +1 -1
  148. package/dist/dist-esm/react-composites/src/composites/common/icons.js +0 -1
  149. package/dist/dist-esm/react-composites/src/composites/common/icons.js.map +1 -1
  150. package/dist/dist-esm/react-composites/src/composites/common/types/CommonCallControlOptions.js.map +1 -1
  151. package/dist/dist-esm/react-composites/src/composites/index.js.map +1 -1
  152. package/package.json +1 -1
  153. package/dist/dist-cjs/communication-react/index-DikMcJD4.js.map +0 -1
@@ -72,6 +72,7 @@ import { IStyleFunctionOrObject } from '@fluentui/react';
72
72
  import { ITextFieldStyles } from '@fluentui/react';
73
73
  import { LatestMediaDiagnostics } from '@azure/communication-calling';
74
74
  import { LatestNetworkDiagnostics } from '@azure/communication-calling';
75
+ import { LocalRecordingInfo } from '@azure/communication-calling';
75
76
  import { LocalVideoStream } from '@azure/communication-calling';
76
77
  import type { MediaDiagnosticChangedEventArgs } from '@azure/communication-calling';
77
78
  import { MediaStreamType } from '@azure/communication-calling';
@@ -90,6 +91,7 @@ import { PropertyChangedEvent } from '@azure/communication-calling';
90
91
  import { default as React_2 } from 'react';
91
92
  import { Reaction as Reaction_2 } from '@azure/communication-calling';
92
93
  import { ReactionMessage } from '@azure/communication-calling';
94
+ import { RecordingInfo } from '@azure/communication-calling';
93
95
  import type { RemoteParticipant } from '@azure/communication-calling';
94
96
  import { RemoteParticipantState as RemoteParticipantState_2 } from '@azure/communication-calling';
95
97
  import { RoomCallLocator } from '@azure/communication-calling';
@@ -2772,6 +2774,10 @@ export declare interface CallState {
2772
2774
  * Proxy of {@link @azure/communication-calling#RecordingCallFeature}.
2773
2775
  */
2774
2776
  recording: RecordingCallFeature;
2777
+ /**
2778
+ * Proxy of {@link @azure/communication-calling#LocalRecordingCallFeature}.
2779
+ */
2780
+ localRecording: LocalRecordingCallFeatureState;
2775
2781
  /**
2776
2782
  * Proxy of {@link @azure/communication-calling#PPTLiveCallFeature}.
2777
2783
  *
@@ -7753,6 +7759,28 @@ export declare type LocalizationProviderProps = {
7753
7759
  children: React_2.ReactNode;
7754
7760
  };
7755
7761
 
7762
+ /**
7763
+ * State only version of {@link @azure/communication-calling#LocalRecordingCallFeature}. {@link StatefulCallClient} will
7764
+ * automatically listen for local recording state of the call and update the state exposed by {@link StatefulCallClient} accordingly.
7765
+ *
7766
+ * @beta
7767
+ */
7768
+ export declare interface LocalRecordingCallFeatureState {
7769
+ /**
7770
+ * Proxy of {@link @azure/communication-calling#LocalRecordingCallFeature.isRecordingActive}.
7771
+ */
7772
+ isLocalRecordingActive: boolean;
7773
+ /**
7774
+ * Contains list of information of started recordings
7775
+ * Proxy of {@link @azure/communication-calling#LocalRecordingCallFeature.recordings}.
7776
+ */
7777
+ activeLocalRecordings?: LocalRecordingInfo[];
7778
+ /**
7779
+ * Contains list of information of stopped recordings
7780
+ */
7781
+ lastStoppedLocalRecording?: LocalRecordingInfo[];
7782
+ }
7783
+
7756
7784
  /**
7757
7785
  * @public
7758
7786
  */
@@ -9393,6 +9421,15 @@ export declare interface RecordingCallFeature {
9393
9421
  * Proxy of {@link @azure/communication-calling#RecordingCallFeature.isRecordingActive}.
9394
9422
  */
9395
9423
  isRecordingActive: boolean;
9424
+ /**
9425
+ * Contains list of information of started recordings
9426
+ * Proxy of {@link @azure/communication-calling#RecordingCallFeature.recordings}.
9427
+ */
9428
+ activeRecordings?: RecordingInfo[];
9429
+ /**
9430
+ * Contains list of information of stopped recordings
9431
+ */
9432
+ lastStoppedRecording?: RecordingInfo[];
9396
9433
  }
9397
9434
 
9398
9435
  /**
@@ -9527,7 +9564,7 @@ export declare type ResourceDetails = {
9527
9564
  * @public
9528
9565
  */
9529
9566
  export declare type ResourceFetchResult = {
9530
- sourceUrl: string;
9567
+ sourceUrl?: string;
9531
9568
  error?: Error;
9532
9569
  };
9533
9570
 
@@ -10102,6 +10139,7 @@ export declare type StartCallIdentifier = (MicrosoftTeamsAppIdentifier | /* @con
10102
10139
  * - RemoteVideoStream 'isAvailableChanged'
10103
10140
  * - TranscriptionCallFeature 'isTranscriptionActiveChanged'
10104
10141
  * - RecordingCallFeature 'isRecordingActiveChanged'
10142
+ * - LocalRecordingCallFeature 'isLocalRecordingActiveChanged'
10105
10143
  * - RaiseHandCallFeature 'raisedHandEvent'
10106
10144
  * - RaiseHandCallFeature 'loweredHandEvent'
10107
10145
  * - PPTLiveCallFeature 'isAciveChanged'
@@ -1,7 +1,7 @@
1
1
  'use strict';
2
2
 
3
3
  var React = require('react');
4
- var index = require('./index-DikMcJD4.js');
4
+ var index = require('./index-BfFCLrEO.js');
5
5
  require('@fluentui/react');
6
6
  require('@fluentui/react-file-type-icons');
7
7
  require('@azure/communication-common');
@@ -48,4 +48,4 @@ const RichTextSendBoxWrapper = () => {
48
48
  };
49
49
 
50
50
  exports.RichTextSendBoxWrapper = RichTextSendBoxWrapper;
51
- //# sourceMappingURL=RichTextSendBoxWrapper-D1KqCTKr.js.map
51
+ //# sourceMappingURL=RichTextSendBoxWrapper-BCdGFyar.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"RichTextSendBoxWrapper-D1KqCTKr.js","sources":["../../../../react-composites/src/composites/common/RichTextSendBoxWrapper.tsx"],"sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\n/* @conditional-compile-remove(rich-text-editor) */\nimport React from 'react';\n/* @conditional-compile-remove(rich-text-editor) */\nimport { usePropsFor } from '../ChatComposite/hooks/usePropsFor';\n/* @conditional-compile-remove(rich-text-editor) */\nimport { RichTextSendBox } from '@internal/react-components';\n\n/* @conditional-compile-remove(rich-text-editor) */\n/**\n * @private\n *\n * Wrapper for RichTextSendBox component to allow us to use usePropsFor with richTextSendBox\n * before lazyLoading is done\n */\nexport const RichTextSendBoxWrapper = (): JSX.Element => {\n const richTextSendBoxProps = usePropsFor(RichTextSendBox);\n\n return <RichTextSendBox {...richTextSendBoxProps} />;\n};\n"],"names":["usePropsFor","RichTextSendBox"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AACA;AAEA;AAOA;AACA;;;;;AAKG;AACI,MAAM,sBAAsB,GAAG,MAAkB;AACtD,IAAA,MAAM,oBAAoB,GAAGA,iBAAW,CAACC,qBAAe,CAAC,CAAC;AAE1D,IAAA,OAAO,KAAC,CAAA,aAAA,CAAAA,qBAAe,EAAK,MAAA,CAAA,MAAA,CAAA,EAAA,EAAA,oBAAoB,EAAI,CAAC;AACvD;;;;"}
1
+ {"version":3,"file":"RichTextSendBoxWrapper-BCdGFyar.js","sources":["../../../../react-composites/src/composites/common/RichTextSendBoxWrapper.tsx"],"sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\n/* @conditional-compile-remove(rich-text-editor) */\nimport React from 'react';\n/* @conditional-compile-remove(rich-text-editor) */\nimport { usePropsFor } from '../ChatComposite/hooks/usePropsFor';\n/* @conditional-compile-remove(rich-text-editor) */\nimport { RichTextSendBox } from '@internal/react-components';\n\n/* @conditional-compile-remove(rich-text-editor) */\n/**\n * @private\n *\n * Wrapper for RichTextSendBox component to allow us to use usePropsFor with richTextSendBox\n * before lazyLoading is done\n */\nexport const RichTextSendBoxWrapper = (): JSX.Element => {\n const richTextSendBoxProps = usePropsFor(RichTextSendBox);\n\n return <RichTextSendBox {...richTextSendBoxProps} />;\n};\n"],"names":["usePropsFor","RichTextSendBox"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AACA;AAEA;AAOA;AACA;;;;;AAKG;AACI,MAAM,sBAAsB,GAAG,MAAkB;AACtD,IAAA,MAAM,oBAAoB,GAAGA,iBAAW,CAACC,qBAAe,CAAC,CAAC;AAE1D,IAAA,OAAO,KAAC,CAAA,aAAA,CAAAA,qBAAe,EAAK,MAAA,CAAA,MAAA,CAAA,EAAA,EAAA,oBAAoB,EAAI,CAAC;AACvD;;;;"}