@megha-ui/react 1.3.65 → 1.3.66

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.
@@ -754,11 +754,6 @@ const GridHeader = ({ columns, onSearch, searchQueries, sortable, search, resiza
754
754
  "", disabled: !column.search, height: 32, extraInputStyle: { minWidth: 10 }, className: "w-full", backgroundColor: "var(--background)" }) }))) ||
755
755
  null })))] })) })] }), search && columnSearchOutside && (_jsx("div", { style: {
756
756
  marginTop: "0.5rem",
757
- width: (hugColumnWidths === null || hugColumnWidths === void 0 ? void 0 : hugColumnWidths[`column-${column.key}`]) ||
758
- widthMode === "auto" ||
759
- column.width
760
- ? "100%"
761
- : "100px",
762
757
  pointerEvents: search && column.search ? "auto" : "none",
763
758
  cursor: search && column.search ? "default" : "not-allowed",
764
759
  }, children: _jsxs("div", { style: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@megha-ui/react",
3
- "version": "1.3.65",
3
+ "version": "1.3.66",
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",