@megha-ui/react 1.2.270 → 1.2.272

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.
@@ -643,7 +643,7 @@ const Grid = ({ columns, wrapperClass, updateGridColumns, data, height, sortable
643
643
  flatArray.push({
644
644
  type: "main",
645
645
  key: group.key || "",
646
- groupedKey: groupedValue,
646
+ groupedKey: groupedColumns,
647
647
  groupedColumns,
648
648
  level,
649
649
  value: group.value || "",
@@ -656,7 +656,7 @@ const Grid = ({ columns, wrapperClass, updateGridColumns, data, height, sortable
656
656
  flatArray.push({
657
657
  type: "grouped",
658
658
  key: group.key || "",
659
- groupedKey: groupedValue,
659
+ groupedKey: groupedColumns,
660
660
  level,
661
661
  value: group.value || "",
662
662
  groupedValue,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@megha-ui/react",
3
- "version": "1.2.270",
3
+ "version": "1.2.272",
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",