@megha-ui/react 1.2.622 → 1.2.624

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.
@@ -1332,9 +1332,7 @@ withCard = false, cardClassName, cardHeader, title, headerLeft, headerRight, sub
1332
1332
  borderColor: "#D9D9D9",
1333
1333
  borderWidth: 1,
1334
1334
  padding: "0.25rem 0.5rem",
1335
- }, onClick: (e) => saveColumns(), children: "Save" })] })] }) })), _jsxs("div", { style: {
1336
- padding: "0.25rem",
1337
- }, id: "grid-action", children: [chips.length > 0 && (_jsxs("div", { style: {
1335
+ }, onClick: (e) => saveColumns(), children: "Save" })] })] }) })), _jsxs("div", { id: "grid-action", style: { marginBottom: "0.25rem" }, children: [chips.length > 0 && (_jsxs("div", { style: {
1338
1336
  width: "100%",
1339
1337
  display: "flex",
1340
1338
  alignItems: "center",
@@ -1401,6 +1399,7 @@ withCard = false, cardClassName, cardHeader, title, headerLeft, headerRight, sub
1401
1399
  if (!column.hidden) {
1402
1400
  return (_jsx("div", { style: {
1403
1401
  marginLeft: "0.75rem",
1402
+ marginTop: "0.5rem",
1404
1403
  }, children: _jsx(Dropdown, { options: options.map((option) => ({
1405
1404
  label: option,
1406
1405
  value: option,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@megha-ui/react",
3
- "version": "1.2.622",
3
+ "version": "1.2.624",
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",