@megha-ui/react 1.3.125 → 1.3.126

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.
@@ -408,6 +408,7 @@ const GridHeader = ({ columns, onSearch, searchQueries, sortable, search, resiza
408
408
  display: "flex",
409
409
  alignItems: "center",
410
410
  padding: "0 0.3rem",
411
+ justifyContent: "space-between",
411
412
  cursor: ((_d = headerColumns.find((column) => column.key === _groupBy)) === null || _d === void 0 ? void 0 : _d.sortable)
412
413
  ? "pointer"
413
414
  : "",
@@ -816,6 +817,7 @@ const GridHeader = ({ columns, onSearch, searchQueries, sortable, search, resiza
816
817
  display: "flex",
817
818
  alignItems: "center",
818
819
  padding: "0 0.25rem",
820
+ justifyContent: "space-between",
819
821
  cursor: column.sortable ? "pointer" : "",
820
822
  }, onClick: () => column.sortable && onSort(column), children: [_jsxs("div", { style: {
821
823
  display: "flex",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@megha-ui/react",
3
- "version": "1.3.125",
3
+ "version": "1.3.126",
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",