@megha-ui/react 1.2.773 → 1.2.774

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.
@@ -1330,7 +1330,7 @@ withCard = false, cardClassName, cardHeader, title, headerLeft, headerRight, sub
1330
1330
  borderColor: "#D9D9D9",
1331
1331
  borderWidth: 1,
1332
1332
  padding: "0.25rem 0.5rem",
1333
- }, onClick: (e) => saveColumns(), children: "Save" })] })] }) })), _jsxs("div", { id: "grid-action", style: { paddingBottom: "0.25rem" }, children: [chips.length > 0 && (_jsxs("div", { style: {
1333
+ }, onClick: (e) => saveColumns(), children: "Save" })] })] }) })), _jsxs("div", { id: "grid-action", className: "px-4", style: { paddingBottom: "0.25rem" }, children: [chips.length > 0 && (_jsxs("div", { style: {
1334
1334
  width: "100%",
1335
1335
  display: "flex",
1336
1336
  alignItems: "center",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@megha-ui/react",
3
- "version": "1.2.773",
3
+ "version": "1.2.774",
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",