@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
|
|
133
|
-
|
|
134
|
-
|
|
132
|
+
export declare enum RenderMode {
|
|
133
|
+
MODAL = "MODAL",
|
|
134
|
+
UNFOLDED = "UNFOLDED"
|
|
135
135
|
}
|
|
136
|
-
export
|
|
137
|
-
|
|
138
|
-
|
|
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
|
|
133
|
-
|
|
134
|
-
|
|
132
|
+
export declare enum RenderMode {
|
|
133
|
+
MODAL = "MODAL",
|
|
134
|
+
UNFOLDED = "UNFOLDED"
|
|
135
135
|
}
|
|
136
|
-
export
|
|
137
|
-
|
|
138
|
-
|
|
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
|
-
|
|
3798
|
-
|
|
3799
|
-
|
|
3797
|
+
declare enum RenderMode {
|
|
3798
|
+
MODAL = "MODAL",
|
|
3799
|
+
UNFOLDED = "UNFOLDED"
|
|
3800
3800
|
}
|
|
3801
|
-
|
|
3802
|
-
|
|
3803
|
-
|
|
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>;
|