@megha-ui/react 1.2.623 → 1.2.625

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,7 +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", { id: "grid-action", children: [chips.length > 0 && (_jsxs("div", { style: {
1335
+ }, onClick: (e) => saveColumns(), children: "Save" })] })] }) })), _jsxs("div", { id: "grid-action", style: { paddingBottom: "0.25rem" }, children: [chips.length > 0 && (_jsxs("div", { style: {
1336
1336
  width: "100%",
1337
1337
  display: "flex",
1338
1338
  alignItems: "center",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@megha-ui/react",
3
- "version": "1.2.623",
3
+ "version": "1.2.625",
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",