@megha-ui/react 1.2.297 → 1.2.298

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.
@@ -706,6 +706,7 @@ const Grid = ({ columns, wrapperClass, updateGridColumns, data, height, sortable
706
706
  ? groupByMultipleKeys(sortedData, sets)
707
707
  : [];
708
708
  const flatGroupedArray = flattenGroupedData(groupedArray, 1);
709
+ console.log(flatGroupedArray);
709
710
  setGroupedData(flatGroupedArray);
710
711
  const grouped = flatGroupedArray
711
712
  .filter((item) => item.type === "main")
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@megha-ui/react",
3
- "version": "1.2.297",
3
+ "version": "1.2.298",
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",