@megha-ui/react 1.2.368 → 1.2.369

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.
@@ -371,7 +371,10 @@ const Dropdown = ({ options, selectedValues, onChange, placeholder = "Select..."
371
371
  backgroundColor: "var(--row-bg)",
372
372
  display: "flex",
373
373
  alignItems: "center",
374
- }, children: [_jsx("div", { className: "flex items-center justify-center", onClick: () => setCollapsed(collapsed === groupOption.groupedValue ? "" : groupOption.groupedValue), style: {
374
+ gap: "0.5rem",
375
+ }, onClick: () => setCollapsed(collapsed === groupOption.groupedValue
376
+ ? ""
377
+ : groupOption.groupedValue), children: [_jsx("div", { className: "flex items-center justify-center", style: {
375
378
  background: "rgb(222, 222, 222)",
376
379
  borderRadius: "0.25rem",
377
380
  cursor: "pointer",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@megha-ui/react",
3
- "version": "1.2.368",
3
+ "version": "1.2.369",
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",