@mindly/ui-components 5.102.5 → 5.102.7

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.
@@ -90,6 +90,7 @@ export type OnBoardingBaseScreenType = {
90
90
  isPreview?: boolean;
91
91
  isPageView?: boolean;
92
92
  hideTimer?: boolean;
93
+ isStartScreen?: boolean;
93
94
  };
94
95
  export type OnBoardingStartScreenType = OnBoardingBaseScreenType & OnBoardingScreenButtonType & OnBoardingScreenSkipButtonType & OnBoardingScreenBgType & OnBoardingScreenDescriptionType & {
95
96
  image?: ResponseFileType | null;
package/dist/index.d.ts CHANGED
@@ -1572,6 +1572,7 @@ type OnBoardingBaseScreenType = {
1572
1572
  isPreview?: boolean;
1573
1573
  isPageView?: boolean;
1574
1574
  hideTimer?: boolean;
1575
+ isStartScreen?: boolean;
1575
1576
  };
1576
1577
  type OnBoardingStartScreenType = OnBoardingBaseScreenType & OnBoardingScreenButtonType & OnBoardingScreenSkipButtonType & OnBoardingScreenBgType & OnBoardingScreenDescriptionType & {
1577
1578
  image?: ResponseFileType | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mindly/ui-components",
3
- "version": "5.102.5",
3
+ "version": "5.102.7",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "clean": "rimraf dist",