@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.
- package/dist/cjs/index.js +8 -8
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/types/lib/SpecialistProfile/ProfileView/ProfileView.d.ts +1 -1
- package/dist/cjs/types/lib/TooltipComponent/TooltipComponent.d.ts +1 -0
- package/dist/cjs/types/lib/TooltipComponent/TooltipComponent.style.d.ts +1 -0
- package/dist/esm/index.js +8 -8
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/types/lib/SpecialistProfile/ProfileView/ProfileView.d.ts +1 -1
- package/dist/esm/types/lib/TooltipComponent/TooltipComponent.d.ts +1 -0
- package/dist/esm/types/lib/TooltipComponent/TooltipComponent.style.d.ts +1 -0
- package/dist/index.d.ts +2 -1
- package/package.json +1 -1
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
|
-
|
|
807
|
+
avatarLink?: string;
|
|
807
808
|
specialistName?: string;
|
|
808
809
|
onImageClick?: () => void;
|
|
809
810
|
isLoading?: boolean;
|