@megha-ui/react 1.2.197 → 1.2.198

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.
@@ -1244,7 +1244,7 @@ const Grid = ({ columns, wrapperClass, updateGridColumns, data, height, sortable
1244
1244
  marginLeft: "0.5rem",
1245
1245
  }, onClick: () => removeChip(chip), children: "\u00D7" })] }) }, chip))) })] })), _jsxs("div", { style: {
1246
1246
  display: "flex",
1247
- alignItems: "end",
1247
+ alignItems: "center",
1248
1248
  justifyContent: globalSearch || filterDetails.hasFilters || sortDetails.hasSort
1249
1249
  ? "space-between"
1250
1250
  : "end",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@megha-ui/react",
3
- "version": "1.2.197",
3
+ "version": "1.2.198",
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",