@megha-ui/react 1.2.738 → 1.2.740

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.
@@ -335,7 +335,7 @@ const Dropdown = ({ options, selectedValues, onChange, placeholder = "Select..."
335
335
  alignItems: "center",
336
336
  justifyContent: "space-between",
337
337
  cursor: "pointer",
338
- width: "100%",
338
+ width: width ? "100%" : "max-content",
339
339
  padding: "0.5rem",
340
340
  }, ref: clearIconRef, onClick: handleClick, children: [_jsx("span", { style: {
341
341
  display: isIcon
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@megha-ui/react",
3
- "version": "1.2.738",
3
+ "version": "1.2.740",
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",