@charlesgomes/leafcode-shared-lib-react 1.0.73 → 1.0.74

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/index.js CHANGED
@@ -770,7 +770,6 @@ var InputBase3 = ({
770
770
  (0, import_react12.useEffect)(() => {
771
771
  const debounced = import_lodash2.default.debounce(() => {
772
772
  setPageNumber(1);
773
- setItems([]);
774
773
  setSearch(value ?? "");
775
774
  }, 600);
776
775
  debounced();
@@ -848,7 +847,6 @@ var InputBase3 = ({
848
847
  {
849
848
  type: "button",
850
849
  onClick: () => {
851
- setItems([]);
852
850
  setPageNumber(1);
853
851
  onChange?.("");
854
852
  onSelect(null);
package/dist/index.mjs CHANGED
@@ -720,7 +720,6 @@ var InputBase3 = ({
720
720
  useEffect4(() => {
721
721
  const debounced = _.debounce(() => {
722
722
  setPageNumber(1);
723
- setItems([]);
724
723
  setSearch(value ?? "");
725
724
  }, 600);
726
725
  debounced();
@@ -798,7 +797,6 @@ var InputBase3 = ({
798
797
  {
799
798
  type: "button",
800
799
  onClick: () => {
801
- setItems([]);
802
800
  setPageNumber(1);
803
801
  onChange?.("");
804
802
  onSelect(null);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@charlesgomes/leafcode-shared-lib-react",
3
- "version": "1.0.73",
3
+ "version": "1.0.74",
4
4
  "description": "Lib de componentes react",
5
5
  "main": "dist/index.cjs",
6
6
  "module": "dist/index.mjs",