@megha-ui/react 1.3.66 → 1.3.67

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.
@@ -527,7 +527,7 @@ const GridHeader = ({ columns, onSearch, searchQueries, sortable, search, resiza
527
527
  var _a, _b, _c;
528
528
  const value = ((_a = selected[0]) === null || _a === void 0 ? void 0 : _a.toString()) || "";
529
529
  handleSearchOptionSelect((_c = (_b = headerColumns.find((column) => column.key === _groupBy)) === null || _b === void 0 ? void 0 : _b.key) !== null && _c !== void 0 ? _c : "", value);
530
- }, searchEnabled: false, className: "flex-1" })] }) }))] }, (_59 = headerColumns.find((column) => column.key === _groupBy)) === null || _59 === void 0 ? void 0 : _59.key)) }));
530
+ }, searchEnabled: false, className: "flex-1", isIcon: true })] }) }))] }, (_59 = headerColumns.find((column) => column.key === _groupBy)) === null || _59 === void 0 ? void 0 : _59.key)) }));
531
531
  }), headerColumns
532
532
  .filter((column) => !groupByKeys.includes(column.key))
533
533
  .map((column, colIndex) => {
@@ -788,7 +788,7 @@ const GridHeader = ({ columns, onSearch, searchQueries, sortable, search, resiza
788
788
  var _a;
789
789
  const value = ((_a = selected[0]) === null || _a === void 0 ? void 0 : _a.toString()) || "";
790
790
  handleSearchOptionSelect(column.key, value);
791
- }, searchEnabled: false, className: "flex-1" })] }) }))] })) }, column.key));
791
+ }, searchEnabled: false, className: "flex-1", isIcon: true })] }) }))] })) }, column.key));
792
792
  }
793
793
  return null;
794
794
  })] }));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@megha-ui/react",
3
- "version": "1.3.66",
3
+ "version": "1.3.67",
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",