@gustavo-valsechi/client 1.4.292 → 1.4.295

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.
@@ -65,7 +65,6 @@ function InputDateTime(props) {
65
65
  },
66
66
  component: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_picker.default, { ...props })
67
67
  });
68
- return () => target.remove(inputRef);
69
68
  }, [inputRef, toggleRef]);
70
69
  const onChange = (event) => {
71
70
  var _a2;
@@ -32,7 +32,6 @@ function InputDateTime(props) {
32
32
  },
33
33
  component: /* @__PURE__ */ jsx(InputDateTimePicker, { ...props })
34
34
  });
35
- return () => target.remove(inputRef);
36
35
  }, [inputRef, toggleRef]);
37
36
  const onChange = (event) => {
38
37
  var _a2;
@@ -66,7 +66,6 @@ function InputSelect(props) {
66
66
  }
67
67
  )
68
68
  });
69
- return () => target.remove(inputRef);
70
69
  }, [containerRef, inputRef, props.options]);
71
70
  (0, import_react.useEffect)(() => {
72
71
  if (!inputRef.current || !inputValue) return;
@@ -33,7 +33,6 @@ function InputSelect(props) {
33
33
  }
34
34
  )
35
35
  });
36
- return () => target.remove(inputRef);
37
36
  }, [containerRef, inputRef, props.options]);
38
37
  useEffect(() => {
39
38
  if (!inputRef.current || !inputValue) return;
@@ -51,7 +51,6 @@ const TargetProviderContainer = ({ children }) => {
51
51
  const theme = (0, import_theme.useTheme)();
52
52
  const [targets, setTargets] = (0, import_react.useState)([]);
53
53
  const [modal, setModal] = (0, import_react.useState)(-1);
54
- console.log("targets", targets);
55
54
  (0, import_react.useEffect)(() => {
56
55
  (0, import_events.onScroll)(close, containerRef);
57
56
  }, [containerRef]);
@@ -17,7 +17,6 @@ const TargetProviderContainer = ({ children }) => {
17
17
  const theme = useTheme();
18
18
  const [targets, setTargets] = useState([]);
19
19
  const [modal, setModal] = useState(-1);
20
- console.log("targets", targets);
21
20
  useEffect(() => {
22
21
  onScroll(close, containerRef);
23
22
  }, [containerRef]);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gustavo-valsechi/client",
3
- "version": "1.4.292",
3
+ "version": "1.4.295",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.js",
6
6
  "types": "dist/index.d.ts",