@megha-ui/react 1.2.366 → 1.2.367
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,6 @@ const Dropdown = ({ options, selectedValues, onChange, placeholder = "Select..."
|
|
|
371
371
|
backgroundColor: "var(--row-bg)",
|
|
372
372
|
display: "flex",
|
|
373
373
|
alignItems: "center",
|
|
374
|
-
justifyContent: "space-between",
|
|
375
374
|
}, children: [_jsx("div", { className: "flex items-center justify-center", onClick: () => setCollapsed(collapsed === groupOption.groupedValue ? "" : groupOption.groupedValue), style: {
|
|
376
375
|
background: "rgb(222, 222, 222)",
|
|
377
376
|
borderRadius: "0.25rem",
|
package/package.json
CHANGED