@azure/communication-react 1.7.0-alpha-202308100014 → 1.7.0-alpha-202308120012

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 (90) hide show
  1. package/dist/communication-react.d.ts +13 -3
  2. package/dist/dist-cjs/communication-react/index.js +205 -91
  3. package/dist/dist-cjs/communication-react/index.js.map +1 -1
  4. package/dist/dist-esm/acs-ui-common/src/telemetryVersion.js +1 -1
  5. package/dist/dist-esm/acs-ui-common/src/telemetryVersion.js.map +1 -1
  6. package/dist/dist-esm/calling-stateful-client/src/CallSubscriber.js +8 -0
  7. package/dist/dist-esm/calling-stateful-client/src/CallSubscriber.js.map +1 -1
  8. package/dist/dist-esm/react-components/src/components/ImageGallery.d.ts +1 -1
  9. package/dist/dist-esm/react-components/src/components/ImageGallery.js +24 -11
  10. package/dist/dist-esm/react-components/src/components/ImageGallery.js.map +1 -1
  11. package/dist/dist-esm/react-components/src/components/SendBox.d.ts +1 -1
  12. package/dist/dist-esm/react-components/src/components/SendBox.js.map +1 -1
  13. package/dist/dist-esm/react-components/src/components/VideoGallery/FloatingLocalVideoLayout.js +10 -2
  14. package/dist/dist-esm/react-components/src/components/VideoGallery/FloatingLocalVideoLayout.js.map +1 -1
  15. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/FloatingLocalVideo.styles.d.ts +1 -1
  16. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/FloatingLocalVideo.styles.js +3 -2
  17. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/FloatingLocalVideo.styles.js.map +1 -1
  18. package/dist/dist-esm/react-components/src/components/VideoGallery.d.ts +1 -1
  19. package/dist/dist-esm/react-components/src/components/VideoGallery.js.map +1 -1
  20. package/dist/dist-esm/react-components/src/components/styles/ImageGallery.style.d.ts +5 -1
  21. package/dist/dist-esm/react-components/src/components/styles/ImageGallery.style.js +26 -8
  22. package/dist/dist-esm/react-components/src/components/styles/ImageGallery.style.js.map +1 -1
  23. package/dist/dist-esm/react-components/src/localization/locales/ar-SA/strings.json +9 -8
  24. package/dist/dist-esm/react-components/src/localization/locales/cs-CZ/strings.json +11 -1
  25. package/dist/dist-esm/react-components/src/localization/locales/de-DE/strings.json +9 -8
  26. package/dist/dist-esm/react-components/src/localization/locales/en-GB/strings.json +6 -5
  27. package/dist/dist-esm/react-components/src/localization/locales/en-US/strings.json +1 -3
  28. package/dist/dist-esm/react-components/src/localization/locales/es-ES/strings.json +9 -8
  29. package/dist/dist-esm/react-components/src/localization/locales/fi-FI/strings.json +9 -8
  30. package/dist/dist-esm/react-components/src/localization/locales/fr-FR/strings.json +9 -8
  31. package/dist/dist-esm/react-components/src/localization/locales/he-IL/strings.json +9 -8
  32. package/dist/dist-esm/react-components/src/localization/locales/it-IT/strings.json +9 -8
  33. package/dist/dist-esm/react-components/src/localization/locales/ja-JP/strings.json +9 -8
  34. package/dist/dist-esm/react-components/src/localization/locales/ko-KR/strings.json +9 -8
  35. package/dist/dist-esm/react-components/src/localization/locales/nb-NO/strings.json +9 -8
  36. package/dist/dist-esm/react-components/src/localization/locales/nl-NL/strings.json +9 -8
  37. package/dist/dist-esm/react-components/src/localization/locales/pl-PL/strings.json +9 -8
  38. package/dist/dist-esm/react-components/src/localization/locales/pt-BR/strings.json +9 -8
  39. package/dist/dist-esm/react-components/src/localization/locales/ru-RU/strings.json +9 -8
  40. package/dist/dist-esm/react-components/src/localization/locales/sv-SE/strings.json +9 -8
  41. package/dist/dist-esm/react-components/src/localization/locales/tr-TR/strings.json +9 -8
  42. package/dist/dist-esm/react-components/src/localization/locales/zh-CN/strings.json +9 -8
  43. package/dist/dist-esm/react-components/src/localization/locales/zh-TW/strings.json +9 -8
  44. package/dist/dist-esm/react-composites/src/composites/CallComposite/Strings.d.ts +8 -0
  45. package/dist/dist-esm/react-composites/src/composites/CallComposite/Strings.js.map +1 -1
  46. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallArrangement.d.ts +1 -0
  47. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallArrangement.js +3 -1
  48. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallArrangement.js.map +1 -1
  49. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/MediaGallery.d.ts +1 -0
  50. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/MediaGallery.js +16 -8
  51. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/MediaGallery.js.map +1 -1
  52. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/SidePane.js +17 -11
  53. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/SidePane.js.map +1 -1
  54. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/CallPage.js +9 -1
  55. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/CallPage.js.map +1 -1
  56. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/Buttons.styles.js +5 -1
  57. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/Buttons.styles.js.map +1 -1
  58. package/dist/dist-esm/react-composites/src/composites/common/ControlBar/CommonCallControlBar.d.ts +1 -0
  59. package/dist/dist-esm/react-composites/src/composites/common/ControlBar/CommonCallControlBar.js +1 -1
  60. package/dist/dist-esm/react-composites/src/composites/common/ControlBar/CommonCallControlBar.js.map +1 -1
  61. package/dist/dist-esm/react-composites/src/composites/common/ControlBar/DesktopMoreButton.d.ts +1 -0
  62. package/dist/dist-esm/react-composites/src/composites/common/ControlBar/DesktopMoreButton.js +43 -0
  63. package/dist/dist-esm/react-composites/src/composites/common/ControlBar/DesktopMoreButton.js.map +1 -1
  64. package/dist/dist-esm/react-composites/src/composites/common/ParticipantContainer.js +1 -4
  65. package/dist/dist-esm/react-composites/src/composites/common/ParticipantContainer.js.map +1 -1
  66. package/dist/dist-esm/react-composites/src/composites/common/icons.d.ts +2 -0
  67. package/dist/dist-esm/react-composites/src/composites/common/icons.js +5 -1
  68. package/dist/dist-esm/react-composites/src/composites/common/icons.js.map +1 -1
  69. package/dist/dist-esm/react-composites/src/composites/localization/locales/ar-SA/strings.json +4 -2
  70. package/dist/dist-esm/react-composites/src/composites/localization/locales/cs-CZ/strings.json +6 -4
  71. package/dist/dist-esm/react-composites/src/composites/localization/locales/de-DE/strings.json +4 -2
  72. package/dist/dist-esm/react-composites/src/composites/localization/locales/en-GB/strings.json +4 -2
  73. package/dist/dist-esm/react-composites/src/composites/localization/locales/en-US/strings.json +3 -1
  74. package/dist/dist-esm/react-composites/src/composites/localization/locales/es-ES/strings.json +4 -2
  75. package/dist/dist-esm/react-composites/src/composites/localization/locales/fi-FI/strings.json +4 -2
  76. package/dist/dist-esm/react-composites/src/composites/localization/locales/fr-FR/strings.json +4 -2
  77. package/dist/dist-esm/react-composites/src/composites/localization/locales/he-IL/strings.json +4 -2
  78. package/dist/dist-esm/react-composites/src/composites/localization/locales/it-IT/strings.json +4 -2
  79. package/dist/dist-esm/react-composites/src/composites/localization/locales/ja-JP/strings.json +4 -2
  80. package/dist/dist-esm/react-composites/src/composites/localization/locales/ko-KR/strings.json +4 -2
  81. package/dist/dist-esm/react-composites/src/composites/localization/locales/nb-NO/strings.json +4 -2
  82. package/dist/dist-esm/react-composites/src/composites/localization/locales/nl-NL/strings.json +4 -2
  83. package/dist/dist-esm/react-composites/src/composites/localization/locales/pl-PL/strings.json +4 -2
  84. package/dist/dist-esm/react-composites/src/composites/localization/locales/pt-BR/strings.json +4 -2
  85. package/dist/dist-esm/react-composites/src/composites/localization/locales/ru-RU/strings.json +4 -2
  86. package/dist/dist-esm/react-composites/src/composites/localization/locales/sv-SE/strings.json +4 -2
  87. package/dist/dist-esm/react-composites/src/composites/localization/locales/tr-TR/strings.json +4 -2
  88. package/dist/dist-esm/react-composites/src/composites/localization/locales/zh-CN/strings.json +4 -2
  89. package/dist/dist-esm/react-composites/src/composites/localization/locales/zh-TW/strings.json +4 -2
  90. package/package.json +8 -8
@@ -1399,6 +1399,7 @@ export declare type CallCompositeIcons = {
1399
1399
  NoticePageAccessDeniedRoomsCall?: JSX.Element;
1400
1400
  BlurVideoBackground?: JSX.Element;
1401
1401
  RemoveVideoBackgroundEffect?: JSX.Element;
1402
+ GalleryOptions?: JSX.Element;
1402
1403
  };
1403
1404
 
1404
1405
  /**
@@ -2028,6 +2029,14 @@ export declare interface CallCompositeStrings {
2028
2029
  * More details text of the page shown to the user when target participant id is malformed
2029
2030
  */
2030
2031
  participantIdIsMalformedMoreDetails?: string;
2032
+ /**
2033
+ * Controls label to move the overflow gallery around
2034
+ */
2035
+ moreButtonGalleryControlLabel?: string;
2036
+ /**
2037
+ * Label for the toggle to move the overflow gallery to the top
2038
+ */
2039
+ moreButtonGalleryPositionToggleLabel?: string;
2031
2040
  }
2032
2041
 
2033
2042
  /**
@@ -5510,6 +5519,7 @@ export declare const DEFAULT_COMPOSITE_ICONS: {
5510
5519
  NoticePageAccessDeniedRoomsCall?: JSX.Element | undefined;
5511
5520
  BlurVideoBackground?: JSX.Element | undefined;
5512
5521
  RemoveVideoBackgroundEffect?: JSX.Element | undefined;
5522
+ GalleryOptions?: JSX.Element | undefined;
5513
5523
  ChevronLeft?: JSX.Element | undefined;
5514
5524
  ControlBarChatButtonActive?: JSX.Element | undefined;
5515
5525
  ControlBarChatButtonInactive?: JSX.Element | undefined;
@@ -6681,7 +6691,7 @@ export declare interface ImageGalleryStylesProps extends BaseCustomStyles {
6681
6691
  /** Styles for the close modal icon. */
6682
6692
  closeIcon?: IStyle;
6683
6693
  /** Styles for the image container. */
6684
- imageContainer?: IStyle;
6694
+ bodyContainer?: IStyle;
6685
6695
  /** Styles for the image. */
6686
6696
  image?: IStyle;
6687
6697
  }
@@ -7781,7 +7791,7 @@ export declare interface OptionsDevice {
7781
7791
  *
7782
7792
  * @beta
7783
7793
  */
7784
- export declare type OverflowGalleryPosition = 'HorizontalBottom' | 'VerticalRight';
7794
+ export declare type OverflowGalleryPosition = 'HorizontalBottom' | 'VerticalRight' | /* @conditional-compile-remove(gallery-layouts) */ 'HorizontalTop';
7785
7795
 
7786
7796
  /**
7787
7797
  * A system message notifying that a participant was added to the chat thread.
@@ -8493,7 +8503,7 @@ export declare interface SendBoxProps {
8493
8503
  */
8494
8504
  systemMessage?: string;
8495
8505
  /**
8496
- * Optional callback called when message is sent
8506
+ * Optional override behavior on send button click
8497
8507
  */
8498
8508
  onSendMessage?: (content: string) => Promise<void>;
8499
8509
  /**