@isettingkit/business-rules 2.2.29 → 2.2.30

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.
Files changed (2) hide show
  1. package/dist/index.es.js +1 -1
  2. package/package.json +1 -1
package/dist/index.es.js CHANGED
@@ -1708,7 +1708,7 @@ const Mo = (e) => {
1708
1708
  }
1709
1709
  return t;
1710
1710
  }
1711
- return typeof t == "object" && t !== null && !Array.isArray(t) ? "from" in t && "to" in t ? t : (qo[e == null ? void 0 : e.howToSetTheDecision] || _o)(t) : t || void 0;
1711
+ return typeof t == "object" && t !== null && !Array.isArray(t) ? "from" in t && "to" in t ? t : (qo[e == null ? void 0 : e.howToSetTheDecision] || _o)(t) : t ?? void 0;
1712
1712
  }, Wo = N.div`
1713
1713
  display: flex;
1714
1714
  justify-content: ${({ $justifyContent: e }) => e};
package/package.json CHANGED
@@ -10,7 +10,7 @@
10
10
  ],
11
11
  "description": "",
12
12
  "private": false,
13
- "version": "2.2.29",
13
+ "version": "2.2.30",
14
14
  "type": "module",
15
15
  "exports": {
16
16
  ".": {