@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 = {
package/dist/index.d.ts CHANGED
@@ -1890,6 +1890,7 @@ type OnBoardingReviewsScreenType = OnBoardingBaseScreenType & OnBoardingScreenBu
1890
1890
  title?: string | null;
1891
1891
  reviewLocale: string;
1892
1892
  reviews: ISpecialistReview[];
1893
+ isLoading?: boolean;
1893
1894
  };
1894
1895
  type OnBoardingScreensType = OnBoardingStartScreenType | OnBoardingMultiSelectScreenType | OnBoardingSingleSelectScreenType | OnBoardingInfoScreenType | OnBoardingLoaderScreenType | OnBoardingReviewsScreenType;
1895
1896
  type OnBoardingFlowType = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mindly/ui-components",
3
- "version": "5.86.0",
3
+ "version": "5.87.0",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "clean": "rimraf dist",