@megha-ui/react 1.3.105 → 1.3.106

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.
@@ -1127,6 +1127,7 @@ const GridHeader = ({ columns, onSearch, searchQueries, sortable, search, resiza
1127
1127
  let searchType = ((_a = searchQueries[column.key]) === null || _a === void 0 ? void 0 : _a.type) ||
1128
1128
  defaultSearchOperation ||
1129
1129
  "contains";
1130
+ console.log({ input });
1130
1131
  if (input.includes("to")) {
1131
1132
  searchType = "between";
1132
1133
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@megha-ui/react",
3
- "version": "1.3.105",
3
+ "version": "1.3.106",
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",