@azure/communication-react 1.14.0-alpha-202403130012 → 1.14.0-alpha-202403150012

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 (109) hide show
  1. package/dist/communication-react.d.ts +5 -5
  2. package/dist/dist-cjs/communication-react/{RichTextSendBoxWrapper-Be7pr6o4.js → RichTextSendBoxWrapper-UUKnVH43.js} +2 -2
  3. package/dist/dist-cjs/communication-react/{RichTextSendBoxWrapper-Be7pr6o4.js.map → RichTextSendBoxWrapper-UUKnVH43.js.map} +1 -1
  4. package/dist/dist-cjs/communication-react/{index-C3IKJHX1.js → index-Db9LOYoW.js} +471 -201
  5. package/dist/dist-cjs/communication-react/index-Db9LOYoW.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-stateful-client/src/CallClientState.d.ts +4 -4
  10. package/dist/dist-esm/calling-stateful-client/src/CallClientState.js.map +1 -1
  11. package/dist/dist-esm/calling-stateful-client/src/CallContext.d.ts +3 -1
  12. package/dist/dist-esm/calling-stateful-client/src/CallContext.js +13 -2
  13. package/dist/dist-esm/calling-stateful-client/src/CallContext.js.map +1 -1
  14. package/dist/dist-esm/calling-stateful-client/src/CallDeclarativeCommon.js +46 -1
  15. package/dist/dist-esm/calling-stateful-client/src/CallDeclarativeCommon.js.map +1 -1
  16. package/dist/dist-esm/calling-stateful-client/src/CallSubscriber.d.ts +2 -1
  17. package/dist/dist-esm/calling-stateful-client/src/CallSubscriber.js +18 -8
  18. package/dist/dist-esm/calling-stateful-client/src/CallSubscriber.js.map +1 -1
  19. package/dist/dist-esm/calling-stateful-client/src/CaptionsSubscriber.d.ts +16 -1
  20. package/dist/dist-esm/calling-stateful-client/src/CaptionsSubscriber.js +38 -2
  21. package/dist/dist-esm/calling-stateful-client/src/CaptionsSubscriber.js.map +1 -1
  22. package/dist/dist-esm/calling-stateful-client/src/Converter.d.ts +6 -1
  23. package/dist/dist-esm/calling-stateful-client/src/Converter.js +8 -1
  24. package/dist/dist-esm/calling-stateful-client/src/Converter.js.map +1 -1
  25. package/dist/dist-esm/chat-component-bindings/src/messageThreadSelector.js +1 -1
  26. package/dist/dist-esm/chat-component-bindings/src/messageThreadSelector.js.map +1 -1
  27. package/dist/dist-esm/chat-stateful-client/src/ChatContext.js +6 -2
  28. package/dist/dist-esm/chat-stateful-client/src/ChatContext.js.map +1 -1
  29. package/dist/dist-esm/chat-stateful-client/src/types/ChatMessageWithStatus.d.ts +1 -1
  30. package/dist/dist-esm/chat-stateful-client/src/types/ChatMessageWithStatus.js.map +1 -1
  31. package/dist/dist-esm/react-components/src/components/CaptionsSettingsModal.js +5 -2
  32. package/dist/dist-esm/react-components/src/components/CaptionsSettingsModal.js.map +1 -1
  33. package/dist/dist-esm/react-components/src/components/Drawer/DrawerMenu.js +19 -8
  34. package/dist/dist-esm/react-components/src/components/Drawer/DrawerMenu.js.map +1 -1
  35. package/dist/dist-esm/react-components/src/components/Drawer/DrawerMenuItem.d.ts +4 -0
  36. package/dist/dist-esm/react-components/src/components/Drawer/DrawerMenuItem.js.map +1 -1
  37. package/dist/dist-esm/react-components/src/components/Drawer/ReactionDrawerMenuItem.d.ts +29 -0
  38. package/dist/dist-esm/react-components/src/components/Drawer/ReactionDrawerMenuItem.js +60 -0
  39. package/dist/dist-esm/react-components/src/components/Drawer/ReactionDrawerMenuItem.js.map +1 -0
  40. package/dist/dist-esm/react-components/src/components/Drawer/index.d.ts +2 -0
  41. package/dist/dist-esm/react-components/src/components/Drawer/index.js +2 -0
  42. package/dist/dist-esm/react-components/src/components/Drawer/index.js.map +1 -1
  43. package/dist/dist-esm/react-components/src/components/ImageOverlay.js +17 -9
  44. package/dist/dist-esm/react-components/src/components/ImageOverlay.js.map +1 -1
  45. package/dist/dist-esm/react-components/src/components/styles/ReactionButton.styles.d.ts +12 -0
  46. package/dist/dist-esm/react-components/src/components/styles/ReactionButton.styles.js +47 -3
  47. package/dist/dist-esm/react-components/src/components/styles/ReactionButton.styles.js.map +1 -1
  48. package/dist/dist-esm/react-components/src/localization/locales/ar-SA/strings.json +23 -4
  49. package/dist/dist-esm/react-components/src/localization/locales/cs-CZ/strings.json +23 -4
  50. package/dist/dist-esm/react-components/src/localization/locales/de-DE/strings.json +23 -4
  51. package/dist/dist-esm/react-components/src/localization/locales/en-GB/strings.json +23 -4
  52. package/dist/dist-esm/react-components/src/localization/locales/es-ES/strings.json +23 -4
  53. package/dist/dist-esm/react-components/src/localization/locales/fi-FI/strings.json +23 -4
  54. package/dist/dist-esm/react-components/src/localization/locales/fr-FR/strings.json +23 -4
  55. package/dist/dist-esm/react-components/src/localization/locales/he-IL/strings.json +23 -4
  56. package/dist/dist-esm/react-components/src/localization/locales/it-IT/strings.json +23 -4
  57. package/dist/dist-esm/react-components/src/localization/locales/ja-JP/strings.json +23 -4
  58. package/dist/dist-esm/react-components/src/localization/locales/ko-KR/strings.json +23 -4
  59. package/dist/dist-esm/react-components/src/localization/locales/nb-NO/strings.json +23 -4
  60. package/dist/dist-esm/react-components/src/localization/locales/nl-NL/strings.json +23 -4
  61. package/dist/dist-esm/react-components/src/localization/locales/pl-PL/strings.json +23 -4
  62. package/dist/dist-esm/react-components/src/localization/locales/pt-BR/strings.json +23 -4
  63. package/dist/dist-esm/react-components/src/localization/locales/ru-RU/strings.json +23 -4
  64. package/dist/dist-esm/react-components/src/localization/locales/sv-SE/strings.json +23 -4
  65. package/dist/dist-esm/react-components/src/localization/locales/tr-TR/strings.json +23 -4
  66. package/dist/dist-esm/react-components/src/localization/locales/zh-CN/strings.json +23 -4
  67. package/dist/dist-esm/react-components/src/localization/locales/zh-TW/strings.json +23 -4
  68. package/dist/dist-esm/react-components/src/theming/themes.js +1 -1
  69. package/dist/dist-esm/react-components/src/theming/themes.js.map +1 -1
  70. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.d.ts +1 -0
  71. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.js +43 -15
  72. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.js.map +1 -1
  73. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallArrangement.js +11 -3
  74. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallArrangement.js.map +1 -1
  75. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreen.js +5 -2
  76. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreen.js.map +1 -1
  77. package/dist/dist-esm/react-composites/src/composites/common/CaptionsBanner.d.ts +1 -0
  78. package/dist/dist-esm/react-composites/src/composites/common/CaptionsBanner.js +1 -1
  79. package/dist/dist-esm/react-composites/src/composites/common/CaptionsBanner.js.map +1 -1
  80. package/dist/dist-esm/react-composites/src/composites/common/ControlBar/CommonCallControlBar.d.ts +1 -0
  81. package/dist/dist-esm/react-composites/src/composites/common/ControlBar/CommonCallControlBar.js +1 -1
  82. package/dist/dist-esm/react-composites/src/composites/common/ControlBar/CommonCallControlBar.js.map +1 -1
  83. package/dist/dist-esm/react-composites/src/composites/common/Drawer/MoreDrawer.d.ts +4 -0
  84. package/dist/dist-esm/react-composites/src/composites/common/Drawer/MoreDrawer.js +32 -21
  85. package/dist/dist-esm/react-composites/src/composites/common/Drawer/MoreDrawer.js.map +1 -1
  86. package/dist/dist-esm/react-composites/src/composites/common/Drawer/PreparedMoreDrawer.d.ts +3 -0
  87. package/dist/dist-esm/react-composites/src/composites/common/Drawer/PreparedMoreDrawer.js.map +1 -1
  88. package/dist/dist-esm/react-composites/src/composites/localization/locales/ar-SA/strings.json +6 -2
  89. package/dist/dist-esm/react-composites/src/composites/localization/locales/cs-CZ/strings.json +6 -2
  90. package/dist/dist-esm/react-composites/src/composites/localization/locales/de-DE/strings.json +6 -2
  91. package/dist/dist-esm/react-composites/src/composites/localization/locales/en-GB/strings.json +6 -2
  92. package/dist/dist-esm/react-composites/src/composites/localization/locales/es-ES/strings.json +6 -2
  93. package/dist/dist-esm/react-composites/src/composites/localization/locales/fi-FI/strings.json +6 -2
  94. package/dist/dist-esm/react-composites/src/composites/localization/locales/fr-FR/strings.json +6 -2
  95. package/dist/dist-esm/react-composites/src/composites/localization/locales/he-IL/strings.json +6 -2
  96. package/dist/dist-esm/react-composites/src/composites/localization/locales/it-IT/strings.json +6 -2
  97. package/dist/dist-esm/react-composites/src/composites/localization/locales/ja-JP/strings.json +6 -2
  98. package/dist/dist-esm/react-composites/src/composites/localization/locales/ko-KR/strings.json +6 -2
  99. package/dist/dist-esm/react-composites/src/composites/localization/locales/nb-NO/strings.json +6 -2
  100. package/dist/dist-esm/react-composites/src/composites/localization/locales/nl-NL/strings.json +6 -2
  101. package/dist/dist-esm/react-composites/src/composites/localization/locales/pl-PL/strings.json +6 -2
  102. package/dist/dist-esm/react-composites/src/composites/localization/locales/pt-BR/strings.json +6 -2
  103. package/dist/dist-esm/react-composites/src/composites/localization/locales/ru-RU/strings.json +6 -2
  104. package/dist/dist-esm/react-composites/src/composites/localization/locales/sv-SE/strings.json +6 -2
  105. package/dist/dist-esm/react-composites/src/composites/localization/locales/tr-TR/strings.json +6 -2
  106. package/dist/dist-esm/react-composites/src/composites/localization/locales/zh-CN/strings.json +6 -2
  107. package/dist/dist-esm/react-composites/src/composites/localization/locales/zh-TW/strings.json +6 -2
  108. package/package.json +1 -1
  109. package/dist/dist-cjs/communication-react/index-C3IKJHX1.js.map +0 -1
@@ -2775,7 +2775,7 @@ export declare interface CallState {
2775
2775
  /**
2776
2776
  * Proxy of {@link @azure/communication-calling#PPTLiveCallFeature}.
2777
2777
  *
2778
- *@beta
2778
+ *@public
2779
2779
  */
2780
2780
  pptLive: PPTLiveCallFeatureState;
2781
2781
  /**
@@ -2807,7 +2807,7 @@ export declare interface CallState {
2807
2807
  *
2808
2808
  * This property is added by the stateful layer and is not a proxy of SDK state
2809
2809
  *
2810
- *@beta
2810
+ *@public
2811
2811
  */
2812
2812
  contentSharingRemoteParticipant?: string;
2813
2813
  /**
@@ -9135,7 +9135,7 @@ export declare type ParticipantState = 'Idle' | 'Connecting' | 'Ringing' | 'Conn
9135
9135
  * State only version of {@link @azure/communication-calling#PPTLiveCallFeature}. {@link StatefulCallClient} will
9136
9136
  * automatically listen for pptLive on the call and update the state exposed by {@link StatefulCallClient} accordingly.
9137
9137
  *
9138
- * @beta
9138
+ * @public
9139
9139
  */
9140
9140
  export declare interface PPTLiveCallFeatureState {
9141
9141
  /**
@@ -9444,7 +9444,7 @@ export declare interface RemoteParticipantState {
9444
9444
  /**
9445
9445
  * Proxy of {@link @azure/communication-calling#Call.PPTLive.target}.
9446
9446
  *
9447
- * @beta
9447
+ * @public
9448
9448
  */
9449
9449
  contentSharingStream?: HTMLElement;
9450
9450
  /**
@@ -9527,7 +9527,7 @@ export declare type ResourceDetails = {
9527
9527
  * @public
9528
9528
  */
9529
9529
  export declare type ResourceFetchResult = {
9530
- sourceUrl: string;
9530
+ sourceUrl?: string;
9531
9531
  error?: Error;
9532
9532
  };
9533
9533
 
@@ -1,7 +1,7 @@
1
1
  'use strict';
2
2
 
3
3
  var React = require('react');
4
- var index = require('./index-C3IKJHX1.js');
4
+ var index = require('./index-Db9LOYoW.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-Be7pr6o4.js.map
51
+ //# sourceMappingURL=RichTextSendBoxWrapper-UUKnVH43.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"RichTextSendBoxWrapper-Be7pr6o4.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-UUKnVH43.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;;;;"}