@mindly/ui-components 5.91.2 → 5.91.3

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.
@@ -94,4 +94,5 @@ export type OnBoardingFlowType = {
94
94
  locale: string;
95
95
  name: string;
96
96
  screens: Record<string, OnBoardingScreensType>;
97
+ isWebToWeb?: boolean;
97
98
  };
@@ -94,4 +94,5 @@ export type OnBoardingFlowType = {
94
94
  locale: string;
95
95
  name: string;
96
96
  screens: Record<string, OnBoardingScreensType>;
97
+ isWebToWeb?: boolean;
97
98
  };
package/dist/index.d.ts CHANGED
@@ -1926,6 +1926,7 @@ type OnBoardingFlowType = {
1926
1926
  locale: string;
1927
1927
  name: string;
1928
1928
  screens: Record<string, OnBoardingScreensType>;
1929
+ isWebToWeb?: boolean;
1929
1930
  };
1930
1931
 
1931
1932
  declare enum ContractStatusEnum {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mindly/ui-components",
3
- "version": "5.91.2",
3
+ "version": "5.91.3",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "clean": "rimraf dist",