@mindly/ui-components 3.56.3 → 3.56.5

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.
@@ -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
@@ -1201,7 +1201,7 @@ declare const _default$2: React.NamedExoticComponent<ProfileInformationProps>;
1201
1201
  declare type SpecialistMatchProps = {
1202
1202
  specialistFirstName?: string;
1203
1203
  percentMatch?: number;
1204
- documentationLink: string;
1204
+ learnMoreClick: () => void;
1205
1205
  isLoading?: boolean;
1206
1206
  translations: {
1207
1207
  matchYou: string;
@@ -1211,7 +1211,7 @@ declare type SpecialistMatchProps = {
1211
1211
  declare const _default$1: React.NamedExoticComponent<SpecialistMatchProps>;
1212
1212
 
1213
1213
  declare type SpecialistStatisticProps = {
1214
- linkToSuperSpecialistDocs: string;
1214
+ learnMoreClick: () => void;
1215
1215
  isSuperSpecialist?: boolean;
1216
1216
  countConsultationFor3Days?: number;
1217
1217
  specialistFullName?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mindly/ui-components",
3
- "version": "3.56.3",
3
+ "version": "3.56.5",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "start": "react-scripts start",