@mindly/ui-components 5.86.0 → 5.87.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.
@@ -86,6 +86,7 @@ export type OnBoardingReviewsScreenType = OnBoardingBaseScreenType & OnBoardingS
86
86
  title?: string | null;
87
87
  reviewLocale: string;
88
88
  reviews: ISpecialistReview[];
89
+ isLoading?: boolean;
89
90
  };
90
91
  export type OnBoardingScreensType = OnBoardingStartScreenType | OnBoardingMultiSelectScreenType | OnBoardingSingleSelectScreenType | OnBoardingInfoScreenType | OnBoardingLoaderScreenType | OnBoardingReviewsScreenType;
91
92
  export type OnBoardingFlowType = {