@megha-ui/react 1.2.717 → 1.2.718

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.
@@ -172,9 +172,8 @@ const SummariseDetails = ({ columns, rowIndex, groupBy, sortable, cellStyle, col
172
172
  .map((column) => {
173
173
  var _a;
174
174
  const columnKey = groupedData
175
- ? `${groupedData}-${column.key}`
175
+ ? `${groupedData}>>${column.key}`
176
176
  : column.key;
177
- console.log("Rendering column:", columnKey, column);
178
177
  if (!column.hidden) {
179
178
  return (_jsxs("div", { className: `${sortable && column.sortable ? "sortable" : ""} ${column.showMenu ? "menu-true" : "menu-false"} ${`column-${column.key}`} ${columnKey}-${(_a = summariseDetails[columnKey]) === null || _a === void 0 ? void 0 : _a.type}`, style: Object.assign(Object.assign({}, cellStyle), { position: "relative", padding: "0.5rem", textAlign: "left", whiteSpace: "nowrap", textOverflow: "ellipsis", width: columnWidths[`column-${column.key}`]
180
179
  ? columnWidths[`column-${column.key}`]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@megha-ui/react",
3
- "version": "1.2.717",
3
+ "version": "1.2.718",
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",