intelicoreact 0.3.73 → 0.3.75

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.
@@ -330,6 +330,10 @@ function RangeSlider(_ref) {
330
330
  from: from,
331
331
  to: to
332
332
  });
333
+ if (isTriggerMoved) setFrezeedValues({
334
+ from: from,
335
+ to: to
336
+ });
333
337
  }, [from, to]);
334
338
  (0, _react.useLayoutEffect)(function () {
335
339
  setFrom(value.from);
@@ -280,7 +280,7 @@ var TagsDropdown = function TagsDropdown(_ref) {
280
280
  }, [getListContainer]);
281
281
  (0, _react.useEffect)(function () {
282
282
  setListContainerStyles();
283
- }, [isOpen]);
283
+ }, [isOpen, chosenOptions]);
284
284
  (0, _react.useEffect)(function () {
285
285
  document.addEventListener('click', handleClickOutside, true);
286
286
  return function () {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "intelicoreact",
3
- "version": "0.3.73",
3
+ "version": "0.3.75",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "files": [