@gustavo-valsechi/client 1.4.101 → 1.4.102

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.
@@ -119,10 +119,6 @@ const TargetProviderContainer = ({ children }) => {
119
119
  element.addEventListener("resize", () => {
120
120
  import_lodash.default.forEach(containerRef.current, (elementRef) => close(elementRef));
121
121
  });
122
- focusable.addEventListener("blur", () => {
123
- if (import_lodash.default.some(inside, (i) => i === index)) return;
124
- close(containerRef.current[index]);
125
- });
126
122
  });
127
123
  }, [targets, inputRef, containerRef, inside]);
128
124
  const getCoords = (target) => {
@@ -85,10 +85,6 @@ const TargetProviderContainer = ({ children }) => {
85
85
  element.addEventListener("resize", () => {
86
86
  _.forEach(containerRef.current, (elementRef) => close(elementRef));
87
87
  });
88
- focusable.addEventListener("blur", () => {
89
- if (_.some(inside, (i) => i === index)) return;
90
- close(containerRef.current[index]);
91
- });
92
88
  });
93
89
  }, [targets, inputRef, containerRef, inside]);
94
90
  const getCoords = (target) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gustavo-valsechi/client",
3
- "version": "1.4.101",
3
+ "version": "1.4.102",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.js",
6
6
  "types": "dist/index.d.ts",