@oliasoft-open-source/react-ui-library 3.5.2 → 3.5.3-beta-1

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -61995,7 +61995,7 @@ const NumberInput = ({
61995
61995
  setValidationError(errors[0]);
61996
61996
  validationCallback(name2, errors[0]);
61997
61997
  }
61998
- }, [value, error2]);
61998
+ }, []);
61999
61999
  const onSetValue = (evt) => {
62000
62000
  const input2 = evt.target;
62001
62001
  const {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oliasoft-open-source/react-ui-library",
3
- "version": "3.5.2",
3
+ "version": "3.5.3-beta-1",
4
4
  "description": "Reusable UI components for React projects",
5
5
  "homepage": "https://oliasoft-open-source.gitlab.io/react-ui-library",
6
6
  "bugs": {