@isettingkit/business-rules 2.0.3 → 2.0.5

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.
@@ -105,7 +105,8 @@ export declare const getConditionsByGroup: (decision: IRuleDecision) => {};
105
105
  export declare interface IBackAndNextButton extends Omit<IButton, "onClick" | "path" | "children"> {
106
106
  handleBack: () => void;
107
107
  handleNext: () => void;
108
- disabled: boolean;
108
+ disabledBack: boolean;
109
+ disabledNext: boolean;
109
110
  loading: boolean;
110
111
  textValues: {
111
112
  back: string;