@megha-ui/react 1.2.680 → 1.2.682

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.
@@ -236,7 +236,7 @@ const IconDropdown = ({ className, ClearIcon, clearId, closeOnSelect = true, dis
236
236
  marginTop,
237
237
  marginRight,
238
238
  marginLeft,
239
- }, children: [label && (_jsxs("p", { style: labelStyle, children: [label, required && _jsx("span", { style: asteriskStyle, children: " *" })] })), _jsxs("div", { ref: wrapperRef, className: `${className}`, style: Object.assign({ border, borderRadius: 4, alignItems: "center", display: "flex", minHeight: `var(--control-min-height, ${ultraCompactDisplay
239
+ }, children: [label && (_jsxs("p", { style: labelStyle, children: [label, required && _jsx("span", { style: asteriskStyle, children: " *" })] })), _jsxs("div", { ref: wrapperRef, className: `${className}`, style: Object.assign({ border, borderRadius: 4, alignItems: "center", display: "flex", height: `var(--control-min-height, ${ultraCompactDisplay
240
240
  ? "1.5rem"
241
241
  : compactDisplay
242
242
  ? "2rem"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@megha-ui/react",
3
- "version": "1.2.680",
3
+ "version": "1.2.682",
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",