@megha-ui/react 1.3.12 → 1.3.13

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.
@@ -912,7 +912,7 @@ withCard = false, cardClassName, cardHeader, title, headerLeft, headerRight, sub
912
912
  };
913
913
  const cellStyle = cellBorder ? { border: "1px solid #d9d9d9" } : {};
914
914
  const rowStyle = {
915
- height: rowHeight,
915
+ minHeight: rowHeight,
916
916
  alignItems: "center",
917
917
  borderTop: rowTopBorder,
918
918
  borderLeft: rowLeftBorder,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@megha-ui/react",
3
- "version": "1.3.12",
3
+ "version": "1.3.13",
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",