@sudobility/components 2.0.9 → 2.0.10

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.
package/dist/index.esm.js CHANGED
@@ -2542,7 +2542,7 @@ const $r = {
2542
2542
  {
2543
2543
  onClick: () => c(p),
2544
2544
  disabled: p.disabled,
2545
- className: p.disabled ? w.overlays.dropdown.itemDisabled() : w.overlays.dropdown.item(),
2545
+ className: `${p.disabled ? w.overlays.dropdown.itemDisabled() : w.overlays.dropdown.item()} flex items-center gap-2`,
2546
2546
  children: [
2547
2547
  p.icon && /* @__PURE__ */ o(
2548
2548
  p.icon,