@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
|
-
|
|
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