@isettingkit/business-rules 2.2.0 → 2.2.2

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.
@@ -67,8 +67,6 @@ export declare const Filter: (props: IFilter) => JSX.Element;
67
67
 
68
68
  export declare const filterByGroup: <T>(obj: Record<string, T[]>, pred: (c: T) => boolean) => Record<string, T[]>;
69
69
 
70
- export declare const FilterModal: (props: IFilterModal) => ReactPortal;
71
-
72
70
  export declare const flatFromGroups: <T>(obj: Record<string, T[]>) => T[];
73
71
 
74
72
  export declare const formatDecisionForBackend: (props: {
@@ -286,17 +284,6 @@ export declare interface IFilter {
286
284
  titleFilter: string;
287
285
  }
288
286
 
289
- export declare interface IFilterModal {
290
- actionButtonLabel: string;
291
- cancelButtonLabel: string;
292
- children: React.ReactNode;
293
- loading?: boolean;
294
- onClick: () => void;
295
- onCloseModal: () => void;
296
- portalId: string;
297
- title: string;
298
- }
299
-
300
287
  export declare interface IFilterTag {
301
288
  icon: JSX_2.Element;
302
289
  label: string;