@megha-ui/react 1.2.573 → 1.2.575

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.
@@ -30,7 +30,7 @@ interface DropdownProps {
30
30
  label?: string;
31
31
  labelFontSize?: number;
32
32
  labelFontWeight?: number;
33
- labelMarginBottom?: number;
33
+ labelMarginBottom?: number | string;
34
34
  asteriskColor?: string;
35
35
  required?: boolean;
36
36
  dropdownListBG?: string;
@@ -259,6 +259,7 @@ const Dropdown = ({ options, selectedValues, onChange, placeholder = "Select..."
259
259
  fontSize: labelFontSize,
260
260
  fontWeight: labelFontWeight,
261
261
  marginBottom: labelMarginBottom,
262
+ lineHeight: 1
262
263
  };
263
264
  const asteriskStyle = {
264
265
  color: asteriskColor,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@megha-ui/react",
3
- "version": "1.2.573",
3
+ "version": "1.2.575",
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",