@isettingkit/business-rules 2.2.11 → 2.2.12
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.
- package/dist/index.es.js +1 -3
- package/package.json +8 -8
package/dist/index.es.js
CHANGED
|
@@ -2122,9 +2122,7 @@ const Sr = (e) => {
|
|
|
2122
2122
|
value: T,
|
|
2123
2123
|
howToSetTheDecision: v,
|
|
2124
2124
|
validUntil: n.validUntil
|
|
2125
|
-
} : null
|
|
2126
|
-
console.log("decisionMapper from library: ", w);
|
|
2127
|
-
const D = P.useMemo(
|
|
2125
|
+
} : null, D = P.useMemo(
|
|
2128
2126
|
() => n ? ye(n) : {},
|
|
2129
2127
|
[n]
|
|
2130
2128
|
), S = ((Et = (St = n == null ? void 0 : n.conditionGroups) == null ? void 0 : St.map((O) => O == null ? void 0 : O.ConditionGroupId)) == null ? void 0 : Et.filter(Boolean)) || Object.keys(D), N = S[0] || "group-primary", C = P.useMemo(() => {
|
package/package.json
CHANGED
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
],
|
|
11
11
|
"description": "",
|
|
12
12
|
"private": false,
|
|
13
|
-
"version": "2.2.
|
|
13
|
+
"version": "2.2.12",
|
|
14
14
|
"type": "module",
|
|
15
15
|
"exports": {
|
|
16
16
|
".": {
|
|
@@ -37,16 +37,16 @@
|
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
39
|
"@formkit/drag-and-drop": "^0.5.3",
|
|
40
|
-
"@inubekit/inubekit": "^6.
|
|
41
|
-
"@isettingkit/input": "^1.1.
|
|
42
|
-
"@isettingkit/view": "^0.1.
|
|
40
|
+
"@inubekit/inubekit": "^6.4.0",
|
|
41
|
+
"@isettingkit/input": "^1.1.10",
|
|
42
|
+
"@isettingkit/view": "^0.1.37",
|
|
43
43
|
"axios": "^1.9.0",
|
|
44
44
|
"franc-min": "^6.2.0"
|
|
45
45
|
},
|
|
46
46
|
"peerDependencies": {
|
|
47
47
|
"formik": "^2.4.6",
|
|
48
|
-
"react": "19.
|
|
49
|
-
"react-dom": "19.
|
|
48
|
+
"react": "19.2.1",
|
|
49
|
+
"react-dom": "19.2.1",
|
|
50
50
|
"react-icons": "^5.0.1",
|
|
51
51
|
"styled-components": "^6.1.8",
|
|
52
52
|
"yup": "^1.4.0"
|
|
@@ -61,8 +61,8 @@
|
|
|
61
61
|
"@storybook/addon-docs": "^9.1.3",
|
|
62
62
|
"@storybook/addon-links": "^9.1.3",
|
|
63
63
|
"@storybook/react-vite": "^9.1.3",
|
|
64
|
-
"@types/react": "19.
|
|
65
|
-
"@types/react-dom": "19.
|
|
64
|
+
"@types/react": "19.2.1",
|
|
65
|
+
"@types/react-dom": "19.2.1",
|
|
66
66
|
"@types/styled-components": "^5.1.34",
|
|
67
67
|
"@typescript-eslint/eslint-plugin": "^6.14.0",
|
|
68
68
|
"@typescript-eslint/parser": "^6.14.0",
|