hplx-react-elements-dev 1.0.68 → 1.0.70

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/esm/index.js CHANGED
@@ -17696,6 +17696,7 @@ var InputTag = function InputTag(_a) {
17696
17696
  handleValChange && handleValChange(value); // setShowDropdown(false);
17697
17697
 
17698
17698
  setFocusIndex(-1);
17699
+ setDropdownArr(options);
17699
17700
  };
17700
17701
 
17701
17702
  useEffect(function () {
package/package.json CHANGED
@@ -9,7 +9,7 @@
9
9
  "frontend",
10
10
  "healthplix"
11
11
  ],
12
- "version": "1.0.68",
12
+ "version": "1.0.70",
13
13
  "main": "dist/esm/index.js",
14
14
  "module": "dist/esm/index.js",
15
15
  "types": "dist/esm/index.d.ts",