@megha-ui/react 1.2.677 → 1.2.678

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