@mindly/ui-components 5.97.9 → 5.97.11

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.
@@ -99,6 +99,7 @@ export type OnBoardingFlowType = {
99
99
  experiment?: {
100
100
  enabled: boolean;
101
101
  name: string;
102
+ id: string;
102
103
  variants: {
103
104
  id: string;
104
105
  name: string;
@@ -15,3 +15,4 @@ export declare const WithoutRatingAndExperience: Story;
15
15
  export declare const WithoutExperience: Story;
16
16
  export declare const WithSuperSpecialistAndNewSpecialist: Story;
17
17
  export declare const WithSuperSpecialistAndNewSpecialistWithoutMatch: Story;
18
+ export declare const WithUsdCurrency: Story;
package/dist/index.d.ts CHANGED
@@ -1573,6 +1573,7 @@ type OnBoardingFlowType = {
1573
1573
  experiment?: {
1574
1574
  enabled: boolean;
1575
1575
  name: string;
1576
+ id: string;
1576
1577
  variants: {
1577
1578
  id: string;
1578
1579
  name: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mindly/ui-components",
3
- "version": "5.97.9",
3
+ "version": "5.97.11",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "clean": "rimraf dist",