@obolnetwork/obol-ui 1.0.20 → 1.0.21-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.es.js CHANGED
@@ -1975,7 +1975,7 @@ var SplitterTable = function (_a) {
1975
1975
  ? 0
1976
1976
  : parseFloat(e.target.value);
1977
1977
  var value = ((_b = (_a = column.cell) === null || _a === void 0 ? void 0 : _a.config) === null || _b === void 0 ? void 0 : _b.type) === "number"
1978
- ? inputValue.toFixed(2)
1978
+ ? inputValue
1979
1979
  : e.target.value;
1980
1980
  if (onUpdateRow)
1981
1981
  onUpdateRow(row.id, value, column.accessorKey);
package/dist/index.js CHANGED
@@ -2006,7 +2006,7 @@ var SplitterTable = function (_a) {
2006
2006
  ? 0
2007
2007
  : parseFloat(e.target.value);
2008
2008
  var value = ((_b = (_a = column.cell) === null || _a === void 0 ? void 0 : _a.config) === null || _b === void 0 ? void 0 : _b.type) === "number"
2009
- ? inputValue.toFixed(2)
2009
+ ? inputValue
2010
2010
  : e.target.value;
2011
2011
  if (onUpdateRow)
2012
2012
  onUpdateRow(row.id, value, column.accessorKey);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@obolnetwork/obol-ui",
3
- "version": "1.0.20",
3
+ "version": "1.0.21-0",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.es.js",
6
6
  "license": "MIT",