@mindly/ui-components 3.13.0 → 3.13.1

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.
@@ -8,6 +8,7 @@ export declare type MediaPlayerProps = {
8
8
  isAudioTrackMuted?: boolean;
9
9
  networkQuality?: number;
10
10
  fallbackAvatar?: string;
11
+ fallbackAvatarDimensions?: number;
11
12
  fallbackName?: string;
12
13
  showControls: boolean;
13
14
  isScreenSharing?: boolean;
package/dist/index.d.ts CHANGED
@@ -440,6 +440,7 @@ declare type MediaPlayerProps = {
440
440
  isAudioTrackMuted?: boolean;
441
441
  networkQuality?: number;
442
442
  fallbackAvatar?: string;
443
+ fallbackAvatarDimensions?: number;
443
444
  fallbackName?: string;
444
445
  showControls: boolean;
445
446
  isScreenSharing?: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mindly/ui-components",
3
- "version": "3.13.0",
3
+ "version": "3.13.1",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "start": "react-scripts start",