@megha-ui/react 1.2.480 → 1.2.481

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.
@@ -123,7 +123,7 @@ const SummariseDetails = ({ columns, rowIndex, groupBy, sortable, cellStyle, col
123
123
  };
124
124
  const getCalculateValue = (details, columnKey, key) => {
125
125
  const columnDetails = details[columnKey];
126
- return columnDetails[key];
126
+ return Math.round(columnDetails[key]);
127
127
  };
128
128
  return (_jsxs("div", { style: {
129
129
  display: "flex",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@megha-ui/react",
3
- "version": "1.2.480",
3
+ "version": "1.2.481",
4
4
  "description": "A collection of reusable UI components for React applications, built with TypeScript.",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",