@oliasoft-open-source/react-ui-library 3.5.1 → 3.5.2

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 +2 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -61999,8 +61999,9 @@ const NumberInput = ({
61999
61999
  const onSetValue = (evt) => {
62000
62000
  const input2 = evt.target;
62001
62001
  const {
62002
- value: inputValue
62002
+ value: value2
62003
62003
  } = input2;
62004
+ const inputValue = value2.replaceAll(" ", "");
62004
62005
  const {
62005
62006
  valid,
62006
62007
  errors
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oliasoft-open-source/react-ui-library",
3
- "version": "3.5.1",
3
+ "version": "3.5.2",
4
4
  "description": "Reusable UI components for React projects",
5
5
  "homepage": "https://oliasoft-open-source.gitlab.io/react-ui-library",
6
6
  "bugs": {