@megha-ui/react 1.3.61 → 1.3.62

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.
@@ -32,7 +32,7 @@ const Modal = ({ isOpen, onClose, title, subTitle, titleHtml = null, titleAlign
32
32
  padding,
33
33
  borderRadius,
34
34
  backgroundColor,
35
- maxHeight: contentHeight,
35
+ height: contentHeight,
36
36
  fontFamily: "var(--font-family)",
37
37
  zIndex: 1051,
38
38
  boxShadow: "0 0.25rem 0.30rem rgba(0,0,0,0.1)",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@megha-ui/react",
3
- "version": "1.3.61",
3
+ "version": "1.3.62",
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",