@isettingkit/business-rules 0.1.24 → 0.1.25

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.
@@ -70,6 +70,6 @@ declare interface IRulesFormTextValues {
70
70
 
71
71
  export declare const ModalRules: (props: IModalRules) => ReactPortal;
72
72
 
73
- export declare function RulesForm(props: IRulesForm): JSX_2.Element;
73
+ export declare const RulesForm: (props: IRulesForm) => JSX_2.Element;
74
74
 
75
75
  export { }
package/dist/index.es.js CHANGED
@@ -279,7 +279,7 @@ function Te({ decision: r, onSubmitEvent: e }) {
279
279
  });
280
280
  } };
281
281
  }
282
- function Ee(r) {
282
+ const Ee = (r) => {
283
283
  var o, m, g, x, f, p, C;
284
284
  const { decision: e, onSubmitEvent: s, textValues: i, onCancel: u } = r, { formik: a, handleToggleNoneChange: l } = Te({
285
285
  decision: e,
@@ -432,8 +432,7 @@ function Ee(r) {
432
432
  /* @__PURE__ */ t(B, { type: "submit", children: i.confirm })
433
433
  ] })
434
434
  ] }) });
435
- }
436
- const D = (r) => {
435
+ }, D = (r) => {
437
436
  if (!r)
438
437
  return;
439
438
  const e = r.value;
package/package.json CHANGED
@@ -10,7 +10,7 @@
10
10
  ],
11
11
  "description": "",
12
12
  "private": false,
13
- "version": "0.1.24",
13
+ "version": "0.1.25",
14
14
  "type": "module",
15
15
  "exports": {
16
16
  ".": {