@mindly/ui-components 5.97.8 → 5.97.9

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.
@@ -12,6 +12,7 @@ export interface Rule {
12
12
  condition: ConditionRulesType;
13
13
  value: string;
14
14
  action: Action;
15
+ experimentId?: string;
15
16
  }
16
17
  export declare enum OnBoardingScreenStyleOptions {
17
18
  DARK = "DARK",
@@ -95,4 +96,12 @@ export type OnBoardingFlowType = {
95
96
  name: string;
96
97
  screens: Record<string, OnBoardingScreensType>;
97
98
  isWebToWeb?: boolean;
99
+ experiment?: {
100
+ enabled: boolean;
101
+ name: string;
102
+ variants: {
103
+ id: string;
104
+ name: string;
105
+ }[];
106
+ };
98
107
  };
@@ -12,6 +12,7 @@ export interface Rule {
12
12
  condition: ConditionRulesType;
13
13
  value: string;
14
14
  action: Action;
15
+ experimentId?: string;
15
16
  }
16
17
  export declare enum OnBoardingScreenStyleOptions {
17
18
  DARK = "DARK",
@@ -95,4 +96,12 @@ export type OnBoardingFlowType = {
95
96
  name: string;
96
97
  screens: Record<string, OnBoardingScreensType>;
97
98
  isWebToWeb?: boolean;
99
+ experiment?: {
100
+ enabled: boolean;
101
+ name: string;
102
+ variants: {
103
+ id: string;
104
+ name: string;
105
+ }[];
106
+ };
98
107
  };
package/dist/index.d.ts CHANGED
@@ -1486,6 +1486,7 @@ interface Rule {
1486
1486
  condition: ConditionRulesType;
1487
1487
  value: string;
1488
1488
  action: Action;
1489
+ experimentId?: string;
1489
1490
  }
1490
1491
  declare enum OnBoardingScreenStyleOptions {
1491
1492
  DARK = "DARK",
@@ -1569,6 +1570,14 @@ type OnBoardingFlowType = {
1569
1570
  name: string;
1570
1571
  screens: Record<string, OnBoardingScreensType>;
1571
1572
  isWebToWeb?: boolean;
1573
+ experiment?: {
1574
+ enabled: boolean;
1575
+ name: string;
1576
+ variants: {
1577
+ id: string;
1578
+ name: string;
1579
+ }[];
1580
+ };
1572
1581
  };
1573
1582
 
1574
1583
  declare enum ContractStatusEnum {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mindly/ui-components",
3
- "version": "5.97.8",
3
+ "version": "5.97.9",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "clean": "rimraf dist",