@mindly/ui-components 7.5.1 → 7.5.2

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.
@@ -15,7 +15,6 @@ export type SpecialistShortInfoItemFeatureProps = {
15
15
  reviews?: number;
16
16
  rating?: number;
17
17
  isSpecialistUnAvailable?: boolean;
18
- isAuth?: boolean;
19
18
  variantFullName?: TypographyVariantsEnum;
20
19
  isFavourite?: boolean;
21
20
  video_link?: string;
@@ -8,7 +8,6 @@ export type SpecialistDetailWidgetProps = {
8
8
  specialist: Specialist;
9
9
  reviews?: SpecialistReview[];
10
10
  country: string;
11
- isAuth?: boolean;
12
11
  isSpecialistUnAvailable?: boolean;
13
12
  onLoadMoreReviews?(): void;
14
13
  currentUser?: UserType;
@@ -8,7 +8,6 @@ export type SpecialistDetailWithTabsWidgetProps = {
8
8
  specialist: Specialist;
9
9
  reviews?: SpecialistReview[];
10
10
  country: string;
11
- isAuth?: boolean;
12
11
  isSpecialistUnAvailable?: boolean;
13
12
  onLoadMoreReviews?(): void;
14
13
  currentUser?: UserType;
package/dist/index.d.ts CHANGED
@@ -2690,7 +2690,6 @@ type SpecialistShortInfoItemFeatureProps = {
2690
2690
  reviews?: number;
2691
2691
  rating?: number;
2692
2692
  isSpecialistUnAvailable?: boolean;
2693
- isAuth?: boolean;
2694
2693
  variantFullName?: TypographyVariantsEnum;
2695
2694
  isFavourite?: boolean;
2696
2695
  video_link?: string;
@@ -3888,7 +3887,6 @@ type SpecialistDetailWidgetProps = {
3888
3887
  specialist: Specialist;
3889
3888
  reviews?: SpecialistReview$1[];
3890
3889
  country: string;
3891
- isAuth?: boolean;
3892
3890
  isSpecialistUnAvailable?: boolean;
3893
3891
  onLoadMoreReviews?(): void;
3894
3892
  currentUser?: UserType;
@@ -4002,7 +4000,6 @@ type SpecialistDetailWithTabsWidgetProps = {
4002
4000
  specialist: Specialist;
4003
4001
  reviews?: SpecialistReview$1[];
4004
4002
  country: string;
4005
- isAuth?: boolean;
4006
4003
  isSpecialistUnAvailable?: boolean;
4007
4004
  onLoadMoreReviews?(): void;
4008
4005
  currentUser?: UserType;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mindly/ui-components",
3
- "version": "7.5.1",
3
+ "version": "7.5.2",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "clean": "rimraf dist",