@azure/communication-react 1.5.1-alpha-202302230015 → 1.5.1-alpha-202303010017

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 (55) hide show
  1. package/CHANGELOG.beta.md +86 -1
  2. package/CHANGELOG.json +686 -0
  3. package/dist/communication-react.d.ts +16 -0
  4. package/dist/dist-cjs/communication-react/index.js +663 -335
  5. package/dist/dist-cjs/communication-react/index.js.map +1 -1
  6. package/dist/dist-esm/acs-ui-common/src/telemetryVersion.js +1 -1
  7. package/dist/dist-esm/acs-ui-common/src/telemetryVersion.js.map +1 -1
  8. package/dist/dist-esm/chat-stateful-client/src/EventSubscriber.js +10 -2
  9. package/dist/dist-esm/chat-stateful-client/src/EventSubscriber.js.map +1 -1
  10. package/dist/dist-esm/communication-react/src/index.d.ts +1 -0
  11. package/dist/dist-esm/communication-react/src/index.js.map +1 -1
  12. package/dist/dist-esm/react-components/src/components/HorizontalGallery.js +1 -10
  13. package/dist/dist-esm/react-components/src/components/HorizontalGallery.js.map +1 -1
  14. package/dist/dist-esm/react-components/src/components/ResponsiveVerticalGallery.d.ts +29 -0
  15. package/dist/dist-esm/react-components/src/components/ResponsiveVerticalGallery.js +77 -0
  16. package/dist/dist-esm/react-components/src/components/ResponsiveVerticalGallery.js.map +1 -0
  17. package/dist/dist-esm/react-components/src/components/VerticalGallery.d.ts +50 -0
  18. package/dist/dist-esm/react-components/src/components/VerticalGallery.js +85 -0
  19. package/dist/dist-esm/react-components/src/components/VerticalGallery.js.map +1 -0
  20. package/dist/dist-esm/react-components/src/components/VideoGallery/DefaultLayout.js +19 -13
  21. package/dist/dist-esm/react-components/src/components/VideoGallery/DefaultLayout.js.map +1 -1
  22. package/dist/dist-esm/react-components/src/components/VideoGallery/FloatingLocalVideo.d.ts +10 -3
  23. package/dist/dist-esm/react-components/src/components/VideoGallery/FloatingLocalVideo.js +6 -8
  24. package/dist/dist-esm/react-components/src/components/VideoGallery/FloatingLocalVideo.js.map +1 -1
  25. package/dist/dist-esm/react-components/src/components/VideoGallery/FloatingLocalVideoLayout.js +32 -16
  26. package/dist/dist-esm/react-components/src/components/VideoGallery/FloatingLocalVideoLayout.js.map +1 -1
  27. package/dist/dist-esm/react-components/src/components/VideoGallery/Layout.d.ts +6 -0
  28. package/dist/dist-esm/react-components/src/components/VideoGallery/Layout.js.map +1 -1
  29. package/dist/dist-esm/react-components/src/components/VideoGallery/{VideoGalleryResponsiveHorizontalGallery.d.ts → OverflowGallery.d.ts} +5 -3
  30. package/dist/dist-esm/react-components/src/components/VideoGallery/OverflowGallery.js +46 -0
  31. package/dist/dist-esm/react-components/src/components/VideoGallery/OverflowGallery.js.map +1 -0
  32. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/FloatingLocalVideo.styles.d.ts +20 -3
  33. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/FloatingLocalVideo.styles.js +11 -6
  34. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/FloatingLocalVideo.styles.js.map +1 -1
  35. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/VideoGalleryResponsiveVerticalGallery.styles.d.ts +38 -0
  36. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/VideoGalleryResponsiveVerticalGallery.styles.js +44 -0
  37. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/VideoGalleryResponsiveVerticalGallery.styles.js.map +1 -0
  38. package/dist/dist-esm/react-components/src/components/VideoGallery.d.ts +11 -0
  39. package/dist/dist-esm/react-components/src/components/VideoGallery.js +7 -3
  40. package/dist/dist-esm/react-components/src/components/VideoGallery.js.map +1 -1
  41. package/dist/dist-esm/react-components/src/components/index.d.ts +1 -0
  42. package/dist/dist-esm/react-components/src/components/index.js.map +1 -1
  43. package/dist/dist-esm/react-components/src/components/styles/VerticalGallery.styles.d.ts +32 -0
  44. package/dist/dist-esm/react-components/src/components/styles/VerticalGallery.styles.js +63 -0
  45. package/dist/dist-esm/react-components/src/components/styles/VerticalGallery.styles.js.map +1 -0
  46. package/dist/dist-esm/react-components/src/components/utils/overFlowGalleriesUtils.d.ts +11 -0
  47. package/dist/dist-esm/react-components/src/components/utils/overFlowGalleriesUtils.js +22 -0
  48. package/dist/dist-esm/react-components/src/components/utils/overFlowGalleriesUtils.js.map +1 -0
  49. package/dist/dist-esm/react-components/src/theming/icons.d.ts +2 -0
  50. package/dist/dist-esm/react-components/src/theming/icons.js +5 -1
  51. package/dist/dist-esm/react-components/src/theming/icons.js.map +1 -1
  52. package/dist/dist-esm/react-composites/src/composites/common/icons.d.ts +2 -0
  53. package/package.json +10 -10
  54. package/dist/dist-esm/react-components/src/components/VideoGallery/VideoGalleryResponsiveHorizontalGallery.js +0 -19
  55. package/dist/dist-esm/react-components/src/components/VideoGallery/VideoGalleryResponsiveHorizontalGallery.js.map +0 -1
@@ -4601,6 +4601,8 @@ export declare const DEFAULT_COMPONENT_ICONS: {
4601
4601
  VideoTileScaleFill: JSX.Element;
4602
4602
  PinParticipant: JSX.Element;
4603
4603
  UnpinParticipant: JSX.Element;
4604
+ VerticalGalleryLeftButton: JSX.Element;
4605
+ VerticalGalleryRightButton: JSX.Element;
4604
4606
  };
4605
4607
 
4606
4608
  /**
@@ -4702,6 +4704,8 @@ export declare const DEFAULT_COMPOSITE_ICONS: {
4702
4704
  VideoTileScaleFill: JSX.Element;
4703
4705
  PinParticipant: JSX.Element;
4704
4706
  UnpinParticipant: JSX.Element;
4707
+ VerticalGalleryLeftButton: JSX.Element;
4708
+ VerticalGalleryRightButton: JSX.Element;
4705
4709
  };
4706
4710
 
4707
4711
  /**
@@ -6592,6 +6596,13 @@ export declare interface OptionsDevice {
6592
6596
  name: string;
6593
6597
  }
6594
6598
 
6599
+ /**
6600
+ * Different modes and positions of the overflow gallery in the VideoGallery
6601
+ *
6602
+ * @beta
6603
+ */
6604
+ export declare type OverflowGalleryLayout = 'HorizontalBottom' | 'VerticalRight';
6605
+
6595
6606
  /**
6596
6607
  * A system message notifying that a participant was added to the chat thread.
6597
6608
  *
@@ -8340,6 +8351,11 @@ export declare interface VideoGalleryProps {
8340
8351
  * @defaultValue \{ kind: 'contextual' \}
8341
8352
  */
8342
8353
  remoteVideoTileMenuOptions?: false | VideoTileContextualMenuProps | VideoTileDrawerMenuProps;
8354
+ /**
8355
+ * Determines the layout of the overflowGallery inside the VideoGallery.
8356
+ * @defaultValue 'HorizontalBottom'
8357
+ */
8358
+ overflowGalleryLayout?: OverflowGalleryLayout;
8343
8359
  }
8344
8360
 
8345
8361
  /**