@mindly/ui-components 5.98.6 → 5.98.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.
@@ -40,6 +40,7 @@ export type OnBoardingScreenButtonType = {
40
40
  };
41
41
  export type OnBoardingScreenSkipButtonType = {
42
42
  skipButtonText?: string | null;
43
+ showSkipButton?: boolean;
43
44
  };
44
45
  export type OnBoardingScreenBgType = {
45
46
  backgroundColor?: string | null;
package/dist/index.d.ts CHANGED
@@ -1516,6 +1516,7 @@ type OnBoardingScreenButtonType = {
1516
1516
  };
1517
1517
  type OnBoardingScreenSkipButtonType = {
1518
1518
  skipButtonText?: string | null;
1519
+ showSkipButton?: boolean;
1519
1520
  };
1520
1521
  type OnBoardingScreenBgType = {
1521
1522
  backgroundColor?: string | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mindly/ui-components",
3
- "version": "5.98.6",
3
+ "version": "5.98.7",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "clean": "rimraf dist",