@yuno-payments/dashboard-api-mfe 0.36.20-CORECM-11508.5 → 0.36.20-CORECM-11508.6

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.
@@ -129,11 +129,11 @@ export declare namespace StylingSettings {
129
129
  }[];
130
130
  }
131
131
  }
132
- export interface VisualizationMode {
133
- ONE_STEP: 'ONE_STEP';
134
- STEP_BY_STEP: 'STEP_BY_STEP';
132
+ export declare enum RenderMode {
133
+ MODAL = "MODAL",
134
+ UNFOLDED = "UNFOLDED"
135
135
  }
136
- export interface RenderMode {
137
- DEFAULT: 'DEFAULT';
138
- FULL_SCREEN: 'FULL_SCREEN';
136
+ export declare enum VisualizationMode {
137
+ ONE_STEP = "ONE_STEP",
138
+ STEP_BY_STEP = "STEP_BY_STEP"
139
139
  }
@@ -129,11 +129,11 @@ export declare namespace StylingSettings {
129
129
  }[];
130
130
  }
131
131
  }
132
- export interface VisualizationMode {
133
- ONE_STEP: 'ONE_STEP';
134
- STEP_BY_STEP: 'STEP_BY_STEP';
132
+ export declare enum RenderMode {
133
+ MODAL = "MODAL",
134
+ UNFOLDED = "UNFOLDED"
135
135
  }
136
- export interface RenderMode {
137
- DEFAULT: 'DEFAULT';
138
- FULL_SCREEN: 'FULL_SCREEN';
136
+ export declare enum VisualizationMode {
137
+ ONE_STEP = "ONE_STEP",
138
+ STEP_BY_STEP = "STEP_BY_STEP"
139
139
  }
package/build/index.d.ts CHANGED
@@ -3794,13 +3794,13 @@ declare namespace StylingSettings {
3794
3794
  }[];
3795
3795
  }
3796
3796
  }
3797
- interface VisualizationMode {
3798
- ONE_STEP: 'ONE_STEP';
3799
- STEP_BY_STEP: 'STEP_BY_STEP';
3797
+ declare enum RenderMode {
3798
+ MODAL = "MODAL",
3799
+ UNFOLDED = "UNFOLDED"
3800
3800
  }
3801
- interface RenderMode {
3802
- DEFAULT: 'DEFAULT';
3803
- FULL_SCREEN: 'FULL_SCREEN';
3801
+ declare enum VisualizationMode {
3802
+ ONE_STEP = "ONE_STEP",
3803
+ STEP_BY_STEP = "STEP_BY_STEP"
3804
3804
  }
3805
3805
 
3806
3806
  declare function useUpdateStylingTheme(): _tanstack_react_query.UseMutationResult<unknown, unknown, Styling.UpdateStylingThemeParams, unknown>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yuno-payments/dashboard-api-mfe",
3
- "version": "0.36.20-CORECM-11508.5",
3
+ "version": "0.36.20-CORECM-11508.6",
4
4
  "types": "build/index.d.ts",
5
5
  "main": "build/cjs/index.js",
6
6
  "module": "build/esm/index.js",