@megha-ui/react 1.3.76 → 1.3.77

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.
@@ -626,7 +626,7 @@ const GridHeader = ({ columns, onSearch, searchQueries, sortable, search, resiza
626
626
  top: "calc(100% + 0.25rem)",
627
627
  left: 0,
628
628
  background: "var(--card-bg)",
629
- width: "100%",
629
+ width: "max-content",
630
630
  maxHeight: activeSearchMaxHeight !== null && activeSearchMaxHeight !== void 0 ? activeSearchMaxHeight : 300,
631
631
  overflow: "auto",
632
632
  padding: "0.5rem 0.75rem",
@@ -943,7 +943,7 @@ const GridHeader = ({ columns, onSearch, searchQueries, sortable, search, resiza
943
943
  top: "calc(100% + 0.25rem)",
944
944
  left: 0,
945
945
  background: "var(--card-bg)",
946
- width: "100%",
946
+ width: "max-content",
947
947
  maxHeight: activeSearchMaxHeight !== null && activeSearchMaxHeight !== void 0 ? activeSearchMaxHeight : 300,
948
948
  overflow: "auto",
949
949
  padding: "0.5rem 0.75rem",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@megha-ui/react",
3
- "version": "1.3.76",
3
+ "version": "1.3.77",
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",