@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.
- package/dist/cjs/index.js +2 -2
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/types/lib/Consultations/ConsultationCard/types.d.ts +1 -0
- package/dist/cjs/types/lib/SpecialistProfile/SpecialistMatch/SpecialistMatch.d.ts +1 -1
- package/dist/cjs/types/lib/SpecialistProfile/SpecialistStatistic/SpecialistStatistic.d.ts +1 -1
- package/dist/esm/index.js +2 -2
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/types/lib/Consultations/ConsultationCard/types.d.ts +1 -0
- package/dist/esm/types/lib/SpecialistProfile/SpecialistMatch/SpecialistMatch.d.ts +1 -1
- package/dist/esm/types/lib/SpecialistProfile/SpecialistStatistic/SpecialistStatistic.d.ts +1 -1
- package/dist/index.d.ts +3 -2
- package/package.json +1 -1
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
|
-
|
|
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
|
-
|
|
1214
|
+
learnMoreClick: () => void;
|
|
1214
1215
|
isSuperSpecialist?: boolean;
|
|
1215
1216
|
countConsultationFor3Days?: number;
|
|
1216
1217
|
specialistFullName?: string;
|