@mindly/ui-components 3.56.2 → 3.56.4

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.
@@ -13,6 +13,7 @@ export declare type ConsultationCardProps = {
13
13
  onClick?: (sessionId: string) => void;
14
14
  isLoading?: boolean;
15
15
  onVideoCall?: (sessionId: string) => void;
16
+ withBorder?: boolean;
16
17
  locale: string;
17
18
  translations?: {
18
19
  with?: string;
@@ -2,7 +2,7 @@ import React from 'react';
2
2
  declare type SpecialistMatchProps = {
3
3
  specialistFirstName?: string;
4
4
  percentMatch?: number;
5
- documentationLink: string;
5
+ learnMoreClick: () => void;
6
6
  isLoading?: boolean;
7
7
  translations: {
8
8
  matchYou: string;
@@ -1,6 +1,6 @@
1
1
  import React from 'react';
2
2
  declare type SpecialistStatisticProps = {
3
- linkToSuperSpecialistDocs: string;
3
+ learnMoreClick: () => void;
4
4
  isSuperSpecialist?: boolean;
5
5
  countConsultationFor3Days?: number;
6
6
  specialistFullName?: string;
package/dist/index.d.ts CHANGED
@@ -701,6 +701,7 @@ declare type ConsultationCardProps = {
701
701
  onClick?: (sessionId: string) => void;
702
702
  isLoading?: boolean;
703
703
  onVideoCall?: (sessionId: string) => void;
704
+ withBorder?: boolean;
704
705
  locale: string;
705
706
  translations?: {
706
707
  with?: string;
@@ -1200,7 +1201,7 @@ declare const _default$2: React.NamedExoticComponent<ProfileInformationProps>;
1200
1201
  declare type SpecialistMatchProps = {
1201
1202
  specialistFirstName?: string;
1202
1203
  percentMatch?: number;
1203
- documentationLink: string;
1204
+ learnMoreClick: () => void;
1204
1205
  isLoading?: boolean;
1205
1206
  translations: {
1206
1207
  matchYou: string;
@@ -1210,7 +1211,7 @@ declare type SpecialistMatchProps = {
1210
1211
  declare const _default$1: React.NamedExoticComponent<SpecialistMatchProps>;
1211
1212
 
1212
1213
  declare type SpecialistStatisticProps = {
1213
- linkToSuperSpecialistDocs: string;
1214
+ learnMoreClick: () => void;
1214
1215
  isSuperSpecialist?: boolean;
1215
1216
  countConsultationFor3Days?: number;
1216
1217
  specialistFullName?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mindly/ui-components",
3
- "version": "3.56.2",
3
+ "version": "3.56.4",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "start": "react-scripts start",