@megha-ui/react 1.2.343 → 1.2.344

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.
@@ -104,6 +104,7 @@ const GroupedGrid = ({ groupedData, rowOpened, startIndex, endIndex, alternateRo
104
104
  : compositeIndex > -1
105
105
  ? compositeValues[compositeIndex]
106
106
  : "";
107
+ console.log({ compositeIndex, idx, columnKey });
107
108
  if (display && idx === keys.length - 1) {
108
109
  return `${display} (${item === null || item === void 0 ? void 0 : item.count})`;
109
110
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@megha-ui/react",
3
- "version": "1.2.343",
3
+ "version": "1.2.344",
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",