@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.
- package/dist/cjs/index.js +2 -2
- package/dist/cjs/lib2/features/SpecialistShortInfoItemFeature/SpecialistShortInfoItemFeature.d.ts +0 -1
- package/dist/cjs/lib2/widgets/SpecialistDetailWidget/types.d.ts +0 -1
- package/dist/cjs/lib2/widgets/SpecialistDetailWithTabsWidget/types.d.ts +0 -1
- package/dist/esm/index.js +2 -2
- package/dist/esm/lib2/features/SpecialistShortInfoItemFeature/SpecialistShortInfoItemFeature.d.ts +0 -1
- package/dist/esm/lib2/widgets/SpecialistDetailWidget/types.d.ts +0 -1
- package/dist/esm/lib2/widgets/SpecialistDetailWithTabsWidget/types.d.ts +0 -1
- package/dist/index.d.ts +0 -3
- package/package.json +1 -1
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;
|