@megha-ui/react 1.2.804 → 1.2.805

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.
@@ -1535,6 +1535,10 @@ withCard = false, cardClassName, cardHeader, title, headerLeft, headerRight, sub
1535
1535
  ? "minmax(max-content, 1fr)"
1536
1536
  : "max-content")
1537
1537
  .join(" "),
1538
+ height: `calc(100% - ${removalHeight})`,
1539
+ border: gridBorder ? "1px solid #f0f0f0" : "none",
1540
+ overflow: calculateVisible && gridGroupBy ? "visible" : "auto",
1541
+ position: "relative",
1538
1542
  }, children: [_jsxs("div", { className: "hidden", children: [_jsx(GridHeader, { columns: gridColumns, headerRef: headerRef, resizable: resizable, sortable: sortable, search: search, combinedColumns: combinedColumns, defaultSearchOperation: defaultSearchOperation, showMenu: showMenu, sortQueries: sortQueries, onSort: handleSort, bulkSelect: bulkSelect, cellStyle: cellStyle, widthMode: widthMode, allRowsSelected: allRowsSelected, someRowsSelected: someRowsSelected, toggleSelectAll: () => toggleSelectAll(paginate ? paginatedData : sortedData, allRowsSelected), onSearch: handleSearch, searchQueries: searchQueries, headerBackground: headerBackground, headerTopBorder: headerTopBorder, headerBottomBorder: headerBottomBorder, groupBy: gridGroupBy, setGroupBy: (value) => {
1539
1543
  let _gridGroupBy = gridGroupBy;
1540
1544
  _gridGroupBy = _gridGroupBy.split(",").includes(value)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@megha-ui/react",
3
- "version": "1.2.804",
3
+ "version": "1.2.805",
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",