@megha-ui/react 1.2.251 → 1.2.252

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.
@@ -33,6 +33,7 @@ const GroupedGrid = ({ groupedData, rowOpened, startIndex, endIndex, alternateRo
33
33
  .join(">"));
34
34
  }),
35
35
  ]);
36
+ console.log(groupedData);
36
37
  return (_jsx("div", { ref: groupedDiv, children: groupedData
37
38
  .filter((item) => {
38
39
  return item.type === "main" && item.level === 1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@megha-ui/react",
3
- "version": "1.2.251",
3
+ "version": "1.2.252",
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",