@mindly/ui-components 3.26.5 → 3.26.6

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.
@@ -1,7 +1,7 @@
1
1
  import React from 'react';
2
2
  declare type SpecialistProfileViewCardProps = {
3
3
  videoLink?: string;
4
- fallbackImage?: string;
4
+ avatarLink?: string;
5
5
  specialistName?: string;
6
6
  onImageClick?: () => void;
7
7
  isLoading?: boolean;
@@ -4,6 +4,7 @@ declare type TooltipComponentProps = {
4
4
  alignment?: 'center' | 'center-left' | 'left' | 'center-right' | 'right';
5
5
  widthPx?: number;
6
6
  makeVisible?: boolean;
7
+ dimension?: number;
7
8
  };
8
9
  export declare const TooltipComponent: FC<TooltipComponentProps>;
9
10
  export {};
@@ -1,5 +1,6 @@
1
1
  declare type TooltipWrapperProps = {
2
2
  makeVisible?: boolean;
3
+ dimension?: number;
3
4
  };
4
5
  export declare const TooltipWrapper: import("styled-components").StyledComponent<"div", any, TooltipWrapperProps, never>;
5
6
  declare type TooltipContentType = {
package/dist/index.d.ts CHANGED
@@ -784,6 +784,7 @@ declare type TooltipComponentProps = {
784
784
  alignment?: 'center' | 'center-left' | 'left' | 'center-right' | 'right';
785
785
  widthPx?: number;
786
786
  makeVisible?: boolean;
787
+ dimension?: number;
787
788
  };
788
789
  declare const TooltipComponent: FC<TooltipComponentProps>;
789
790
 
@@ -803,7 +804,7 @@ declare const WorkDirections: React.FC<SpecialistWorkDirectionsPropsType>;
803
804
 
804
805
  declare type SpecialistProfileViewCardProps = {
805
806
  videoLink?: string;
806
- fallbackImage?: string;
807
+ avatarLink?: string;
807
808
  specialistName?: string;
808
809
  onImageClick?: () => void;
809
810
  isLoading?: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mindly/ui-components",
3
- "version": "3.26.5",
3
+ "version": "3.26.6",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "start": "react-scripts start",