@megha-ui/react 1.2.150 → 1.2.151

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.
@@ -327,6 +327,7 @@ const Grid = ({ columns, wrapperClass, updateGridColumns, data, height, sortable
327
327
  return true;
328
328
  }
329
329
  }));
330
+ console.log(_filteredData);
330
331
  _filteredData = _filteredData.filter((item) => {
331
332
  const query = (globalInputSearch || "").toLowerCase().split(",");
332
333
  const rowValues = [];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@megha-ui/react",
3
- "version": "1.2.150",
3
+ "version": "1.2.151",
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.mjs",