intelicoreact 1.2.44 → 1.2.45

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.
@@ -306,9 +306,9 @@ var filterFloat = function filterFloat(inputValue) {
306
306
  exports.filterFloat = filterFloat;
307
307
 
308
308
  var filterNumeric = function filterNumeric(value, settings) {
309
- var _value;
309
+ var _getSafelyValue;
310
310
 
311
- value = (_value = value) === null || _value === void 0 ? void 0 : _value.replace(/,/g, '');
311
+ value = (_getSafelyValue = getSafelyValue(value)) === null || _getSafelyValue === void 0 ? void 0 : _getSafelyValue.replace(/,/g, '');
312
312
 
313
313
  var _ref4 = settings || {},
314
314
  _ref4$type = _ref4.type,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "intelicoreact",
3
- "version": "1.2.44",
3
+ "version": "1.2.45",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "files": [