@isettingkit/business-rules 0.1.2 → 0.1.3
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 +2 -2
- package/package.json +3 -3
package/dist/index.es.js
CHANGED
|
@@ -310,7 +310,7 @@ const Q = (l) => {
|
|
|
310
310
|
S,
|
|
311
311
|
{
|
|
312
312
|
element: i,
|
|
313
|
-
valueData:
|
|
313
|
+
valueData: i.value
|
|
314
314
|
},
|
|
315
315
|
i.name
|
|
316
316
|
)) })
|
|
@@ -321,7 +321,7 @@ const Q = (l) => {
|
|
|
321
321
|
S,
|
|
322
322
|
{
|
|
323
323
|
element: i,
|
|
324
|
-
valueData:
|
|
324
|
+
valueData: i.value
|
|
325
325
|
}
|
|
326
326
|
) }, i.name))
|
|
327
327
|
] }) }),
|
package/package.json
CHANGED
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
],
|
|
11
11
|
"description": "",
|
|
12
12
|
"private": false,
|
|
13
|
-
"version": "0.1.
|
|
13
|
+
"version": "0.1.3",
|
|
14
14
|
"type": "module",
|
|
15
15
|
"exports": {
|
|
16
16
|
".": {
|
|
@@ -48,8 +48,8 @@
|
|
|
48
48
|
"@inubekit/text": "^2.17.0",
|
|
49
49
|
"@inubekit/textarea": "^2.45.0",
|
|
50
50
|
"@inubekit/toggle": "^3.8.1",
|
|
51
|
-
"@isettingkit/input": "^0.1.
|
|
52
|
-
"@isettingkit/view": "^0.1.
|
|
51
|
+
"@isettingkit/input": "^0.1.15",
|
|
52
|
+
"@isettingkit/view": "^0.1.2"
|
|
53
53
|
},
|
|
54
54
|
"peerDependencies": {
|
|
55
55
|
"react": "^18.2.0",
|