@isettingkit/business-rules 0.1.20 → 0.1.21

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 +2 -1
  2. package/package.json +3 -2
package/dist/index.es.js CHANGED
@@ -319,7 +319,8 @@ const P = (t) => {
319
319
  selectOption: "Option selected",
320
320
  rangeMin: (i) => `Minimum ${i}`,
321
321
  rangeMax: (i) => `Maximum ${i}`
322
- }
322
+ },
323
+ type: "condition"
323
324
  }
324
325
  )
325
326
  },
package/package.json CHANGED
@@ -10,7 +10,7 @@
10
10
  ],
11
11
  "description": "",
12
12
  "private": false,
13
- "version": "0.1.20",
13
+ "version": "0.1.21",
14
14
  "type": "module",
15
15
  "exports": {
16
16
  ".": {
@@ -42,6 +42,7 @@
42
42
  "@inubekit/date": "^2.39.1",
43
43
  "@inubekit/divider": "^0.16.1",
44
44
  "@inubekit/foundations": "^5.11.3",
45
+ "@inubekit/hooks": "^1.2.0",
45
46
  "@inubekit/grid": "^2.14.1",
46
47
  "@inubekit/icon": "^2.18.1",
47
48
  "@inubekit/input": "^1.6.3",
@@ -50,7 +51,7 @@
50
51
  "@inubekit/text": "^2.17.0",
51
52
  "@inubekit/textarea": "^2.45.0",
52
53
  "@inubekit/toggle": "^3.8.2",
53
- "@isettingkit/input": "^0.1.28",
54
+ "@isettingkit/input": "^0.1.30",
54
55
  "@isettingkit/view": "^0.1.18"
55
56
  },
56
57
  "peerDependencies": {