@megha-ui/react 1.3.119 → 1.3.120

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.
@@ -1332,6 +1332,7 @@ withCard = false, cardClassName, cardHeader, title, headerLeft, headerRight, sub
1332
1332
  // setGridGroupBy(groupBy);
1333
1333
  // }
1334
1334
  // };
1335
+ console.log({ isHideDupsAvailable });
1335
1336
  const gridBody = (_jsxs("div", { style: {
1336
1337
  height: withCard ? "100%" : height,
1337
1338
  backgroundColor: isFullScreen ? "var(--background)" : "transparent",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@megha-ui/react",
3
- "version": "1.3.119",
3
+ "version": "1.3.120",
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",