@fctc/sme-widget-ui 2.0.9 → 2.1.0

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
@@ -32008,7 +32008,7 @@ var FloatField = (props) => {
32008
32008
  } else if (value === null || value === void 0) {
32009
32009
  setInputValue("");
32010
32010
  }
32011
- }, [value, name2, clearErrors, propValue, inputValue]);
32011
+ }, [value, name2, clearErrors, propValue]);
32012
32012
  const isDirtyRef = (0, import_react58.useRef)(false);
32013
32013
  const inputRef = (0, import_react58.useRef)(null);
32014
32014
  const lastCommittedValueRef = (0, import_react58.useRef)(null);
package/dist/index.mjs CHANGED
@@ -31883,7 +31883,7 @@ var FloatField = (props) => {
31883
31883
  } else if (value === null || value === void 0) {
31884
31884
  setInputValue("");
31885
31885
  }
31886
- }, [value, name2, clearErrors, propValue, inputValue]);
31886
+ }, [value, name2, clearErrors, propValue]);
31887
31887
  const isDirtyRef = useRef16(false);
31888
31888
  const inputRef = useRef16(null);
31889
31889
  const lastCommittedValueRef = useRef16(null);
package/dist/widgets.js CHANGED
@@ -31261,7 +31261,7 @@ var FloatField = (props) => {
31261
31261
  } else if (value === null || value === void 0) {
31262
31262
  setInputValue("");
31263
31263
  }
31264
- }, [value, name2, clearErrors, propValue, inputValue]);
31264
+ }, [value, name2, clearErrors, propValue]);
31265
31265
  const isDirtyRef = (0, import_react58.useRef)(false);
31266
31266
  const inputRef = (0, import_react58.useRef)(null);
31267
31267
  const lastCommittedValueRef = (0, import_react58.useRef)(null);
package/dist/widgets.mjs CHANGED
@@ -31199,7 +31199,7 @@ var FloatField = (props) => {
31199
31199
  } else if (value === null || value === void 0) {
31200
31200
  setInputValue("");
31201
31201
  }
31202
- }, [value, name2, clearErrors, propValue, inputValue]);
31202
+ }, [value, name2, clearErrors, propValue]);
31203
31203
  const isDirtyRef = useRef16(false);
31204
31204
  const inputRef = useRef16(null);
31205
31205
  const lastCommittedValueRef = useRef16(null);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fctc/sme-widget-ui",
3
- "version": "2.0.9",
3
+ "version": "2.1.0",
4
4
  "main": "dist/index.cjs",
5
5
  "module": "dist/index.mjs",
6
6
  "types": "dist/index.d.ts",