@megha-ui/react 1.3.124 → 1.3.125

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