@megha-ui/react 1.2.719 → 1.2.720

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.
@@ -8,9 +8,6 @@ const SummariseDetails = ({ columns, rowIndex, groupBy, sortable, cellStyle, col
8
8
  .flatMap((g) => g.split("+").filter((k) => k)), [groupBy]);
9
9
  const handleCalculateSelect = (_columnKey, type) => {
10
10
  let columnKey = _columnKey;
11
- if (columnKey.includes(">>")) {
12
- columnKey = columnKey.split(">>")[1];
13
- }
14
11
  const _summariseKeys = Object.assign(Object.assign({}, summariseKeys), { [columnKey]: type });
15
12
  recalculate(_summariseKeys);
16
13
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@megha-ui/react",
3
- "version": "1.2.719",
3
+ "version": "1.2.720",
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",