@megha-ui/react 1.3.128 → 1.3.130

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.
@@ -220,8 +220,8 @@ const GridHeader = ({ columns, onSearch, searchQueries, sortable, search, resiza
220
220
  _uniqueSeach = Object.assign(Object.assign({}, uniqueSearch), { [columnKey]: newValueArray });
221
221
  setUniqueSearch(_uniqueSeach);
222
222
  }
223
+ console.log({ _uniqueSeach, columnKey }); // --- IGNORE ---
223
224
  onFilter(_uniqueSeach, columnKey);
224
- setActiveSearchColumn((current) => current === columnKey ? null : current);
225
225
  };
226
226
  const menuOptions = [{ label: "Group by", groupBy: setGroupBy }];
227
227
  const searchOptions = [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@megha-ui/react",
3
- "version": "1.3.128",
3
+ "version": "1.3.130",
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",