@mindly/ui-components 3.44.0 → 3.45.1

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.
@@ -17,7 +17,7 @@ export declare type ConsultationCardProps = {
17
17
  translations?: {
18
18
  with?: string;
19
19
  join?: string;
20
- sessionCount?: string;
20
+ sessionDuration?: string;
21
21
  forLocalTime?: string;
22
22
  days?: string[];
23
23
  hour?: string[];
@@ -17,7 +17,7 @@ declare type ConsultationModalProps = {
17
17
  locale: string;
18
18
  translations?: {
19
19
  with?: string;
20
- sessionCount?: string;
20
+ sessionDuration?: string;
21
21
  forLocalTime?: string;
22
22
  finishTitle?: string;
23
23
  writeBtnLabel?: string;
@@ -3,6 +3,8 @@ declare type SpecialistAboutProps = {
3
3
  text?: string;
4
4
  limit?: number;
5
5
  showLoading?: boolean;
6
+ moreLabel?: string;
7
+ hideLabel?: string;
6
8
  };
7
9
  declare const SpecialistAbout: React.FC<SpecialistAboutProps>;
8
10
  export default SpecialistAbout;
@@ -3,6 +3,8 @@ export declare type SpecialistWorkDirectionsPropsType = {
3
3
  workDirections?: string[] | [];
4
4
  limit?: number;
5
5
  showLoader?: boolean;
6
+ moreLabel?: string;
7
+ hideLabel?: string;
6
8
  };
7
9
  declare const WorkDirections: React.FC<SpecialistWorkDirectionsPropsType>;
8
10
  export default WorkDirections;
@@ -15,6 +15,19 @@ export declare type SpecialistStatisticsCardProps = {
15
15
  sessionDuration?: number;
16
16
  subscriptionStatus?: boolean;
17
17
  subscriptionBalance?: number;
18
+ translations?: {
19
+ checked?: string;
20
+ active?: string;
21
+ subscription?: string;
22
+ balance?: string;
23
+ perSessions?: string;
24
+ clients?: string[];
25
+ sessions?: string[];
26
+ practice?: string;
27
+ experience?: string;
28
+ minutes?: string;
29
+ perSession?: string;
30
+ };
18
31
  };
19
32
  declare const StatisticsScroll: React.FC<SpecialistStatisticsCardProps>;
20
33
  export default StatisticsScroll;
package/dist/index.d.ts CHANGED
@@ -682,7 +682,7 @@ declare type ConsultationCardProps = {
682
682
  translations?: {
683
683
  with?: string;
684
684
  join?: string;
685
- sessionCount?: string;
685
+ sessionDuration?: string;
686
686
  forLocalTime?: string;
687
687
  days?: string[];
688
688
  hour?: string[];
@@ -727,7 +727,7 @@ declare type ConsultationModalProps = {
727
727
  locale: string;
728
728
  translations?: {
729
729
  with?: string;
730
- sessionCount?: string;
730
+ sessionDuration?: string;
731
731
  forLocalTime?: string;
732
732
  finishTitle?: string;
733
733
  writeBtnLabel?: string;
@@ -872,6 +872,8 @@ declare type SpecialistWorkDirectionsPropsType = {
872
872
  workDirections?: string[] | [];
873
873
  limit?: number;
874
874
  showLoader?: boolean;
875
+ moreLabel?: string;
876
+ hideLabel?: string;
875
877
  };
876
878
  declare const WorkDirections: React.FC<SpecialistWorkDirectionsPropsType>;
877
879
 
@@ -888,6 +890,8 @@ declare type SpecialistAboutProps = {
888
890
  text?: string;
889
891
  limit?: number;
890
892
  showLoading?: boolean;
893
+ moreLabel?: string;
894
+ hideLabel?: string;
891
895
  };
892
896
  declare const SpecialistAbout: React.FC<SpecialistAboutProps>;
893
897
 
@@ -918,6 +922,19 @@ declare type SpecialistStatisticsCardProps = {
918
922
  sessionDuration?: number;
919
923
  subscriptionStatus?: boolean;
920
924
  subscriptionBalance?: number;
925
+ translations?: {
926
+ checked?: string;
927
+ active?: string;
928
+ subscription?: string;
929
+ balance?: string;
930
+ perSessions?: string;
931
+ clients?: string[];
932
+ sessions?: string[];
933
+ practice?: string;
934
+ experience?: string;
935
+ minutes?: string;
936
+ perSession?: string;
937
+ };
921
938
  };
922
939
  declare const StatisticsScroll: React.FC<SpecialistStatisticsCardProps>;
923
940
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mindly/ui-components",
3
- "version": "3.44.0",
3
+ "version": "3.45.1",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "start": "react-scripts start",