@megha-ui/react 1.2.578 → 1.2.580

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.
@@ -259,7 +259,6 @@ const Dropdown = ({ options, selectedValues, onChange, placeholder = "Select..."
259
259
  fontSize: labelFontSize,
260
260
  fontWeight: labelFontWeight,
261
261
  marginBottom: labelMarginBottom,
262
- lineHeight: 1
263
262
  };
264
263
  const asteriskStyle = {
265
264
  color: asteriskColor,
@@ -57,6 +57,8 @@ const Modal = ({ isOpen, onClose, title, subTitle, titleAlign = "left", children
57
57
  zIndex: 1050,
58
58
  }, onClick: () => overlayClose && onClose(), children: _jsxs("div", { style: modalContentStyle, className: `${modalContentClass} flex flex-col`, onClick: (e) => e.stopPropagation(), children: [title && (_jsxs("div", { style: {
59
59
  marginBottom: 0,
60
+ paddingLeft: modalContentStyle.paddingLeft === 0 ? "1rem" : 0,
61
+ paddingRight: modalContentStyle.paddingRight === 0 ? "1rem" : 0,
60
62
  paddingBottom: "1rem",
61
63
  display: "flex",
62
64
  alignItems: "center",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@megha-ui/react",
3
- "version": "1.2.578",
3
+ "version": "1.2.580",
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",