@mindly/ui-components 3.42.0 → 3.43.0

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.
@@ -124,8 +124,8 @@ export { default as SpecialistAbout } from './lib/SpecialistProfile/SpecialistAb
124
124
  export * from './lib/SpecialistProfile/SpecialistAbout';
125
125
  export { default as EducationCard } from './lib/SpecialistProfile/EducationCard';
126
126
  export * from './lib/SpecialistProfile/EducationCard';
127
- export { default as StatisticsScroll } from './lib/SpecialistProfile/StatisticsScroll';
128
- export * from './lib/SpecialistProfile/StatisticsScroll';
127
+ export { default as StatisticsScroll } from './lib/StatisticsScroll';
128
+ export * from './lib/StatisticsScroll';
129
129
  export { decOfNum } from './lib/Consultations/utils';
130
130
  export { default as BookingScheduleTime } from './lib/Booking/BookingScheduleTime';
131
131
  export * from './lib/Booking/BookingScheduleTime';
@@ -1,5 +1,6 @@
1
1
  import React from 'react';
2
2
  export declare type SpecialistStatisticsCardProps = {
3
+ trust?: boolean;
3
4
  activeClients?: number;
4
5
  sessionsCount?: number;
5
6
  showLoader?: boolean;
@@ -12,6 +13,8 @@ export declare type SpecialistStatisticsCardProps = {
12
13
  hoursOfPractice?: number;
13
14
  yearOfExperience?: number;
14
15
  sessionDuration?: number;
16
+ subscriptionStatus?: boolean;
17
+ subscriptionBalance?: number;
15
18
  };
16
19
  declare const StatisticsScroll: React.FC<SpecialistStatisticsCardProps>;
17
20
  export default StatisticsScroll;
package/dist/index.d.ts CHANGED
@@ -839,6 +839,7 @@ declare type SpecialistEducationCardProps = {
839
839
  declare const _default$a: React.NamedExoticComponent<SpecialistEducationCardProps>;
840
840
 
841
841
  declare type SpecialistStatisticsCardProps = {
842
+ trust?: boolean;
842
843
  activeClients?: number;
843
844
  sessionsCount?: number;
844
845
  showLoader?: boolean;
@@ -851,6 +852,8 @@ declare type SpecialistStatisticsCardProps = {
851
852
  hoursOfPractice?: number;
852
853
  yearOfExperience?: number;
853
854
  sessionDuration?: number;
855
+ subscriptionStatus?: boolean;
856
+ subscriptionBalance?: number;
854
857
  };
855
858
  declare const StatisticsScroll: React.FC<SpecialistStatisticsCardProps>;
856
859
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mindly/ui-components",
3
- "version": "3.42.0",
3
+ "version": "3.43.0",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "start": "react-scripts start",