@megha-ui/react 1.2.615 → 1.2.616

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.
@@ -1238,7 +1238,7 @@ withCard = false, cardClassName, cardHeader, title, headerLeft, headerRight, sub
1238
1238
  setUniqueSearch(filterData.uniqueSearch);
1239
1239
  setGlobalInputSearch(filterData.globalInputSearch);
1240
1240
  setGlobalSearchOp((filterData === null || filterData === void 0 ? void 0 : filterData.globalSearchOp) || "and");
1241
- setSearchOp((filterData === null || filterData === void 0 ? void 0 : filterData.searchOp) || "or");
1241
+ setSearchOp((filterData === null || filterData === void 0 ? void 0 : filterData.searchOp) || "and");
1242
1242
  setSearchQueries(filterData.searchQueries);
1243
1243
  setFixedFilterValues(filterData.fixedFilterValues || {});
1244
1244
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@megha-ui/react",
3
- "version": "1.2.615",
3
+ "version": "1.2.616",
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",