@bloomreach/react-banana-ui 1.8.1 → 1.8.2
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.
|
@@ -6532,18 +6532,7 @@ const rf = c(
|
|
|
6532
6532
|
disabledItemsFocusable: !1,
|
|
6533
6533
|
listboxRef: t
|
|
6534
6534
|
}), f = s(), m = t0("rbui-menu-content", o);
|
|
6535
|
-
return /* @__PURE__ */ a(w2, { value: i, children: /* @__PURE__ */ a(
|
|
6536
|
-
w1,
|
|
6537
|
-
{
|
|
6538
|
-
open: u,
|
|
6539
|
-
keepMounted: !0,
|
|
6540
|
-
disablePortal: !0,
|
|
6541
|
-
anchor: h,
|
|
6542
|
-
placement: l,
|
|
6543
|
-
middleware: [ie(4), p1()],
|
|
6544
|
-
children: /* @__PURE__ */ a("ul", { ...f, className: m, ref: d, children: r })
|
|
6545
|
-
}
|
|
6546
|
-
) });
|
|
6535
|
+
return /* @__PURE__ */ a(w2, { value: i, children: /* @__PURE__ */ a(w1, { open: u, keepMounted: !0, anchor: h, placement: l, middleware: [ie(4), p1()], children: /* @__PURE__ */ a("ul", { ...f, className: m, ref: d, children: r }) }) });
|
|
6547
6536
|
}
|
|
6548
6537
|
);
|
|
6549
6538
|
rf.displayName = "MenuContent";
|
|
@@ -6564,7 +6553,7 @@ const lf = c(
|
|
|
6564
6553
|
rootRef: t
|
|
6565
6554
|
}), f = t0("rbui-menu-item", i, {
|
|
6566
6555
|
"rbui-menu-item--disabled": d,
|
|
6567
|
-
"rbui-menu-item--highlighted": h
|
|
6556
|
+
"rbui-menu-item--highlighted": !d && h
|
|
6568
6557
|
}), m = "li", p = k0({
|
|
6569
6558
|
elementType: m,
|
|
6570
6559
|
getSlotProps: u,
|
|
@@ -7031,8 +7020,7 @@ const B5 = c((e, t) => {
|
|
|
7031
7020
|
placement: "bottom-start",
|
|
7032
7021
|
role: void 0,
|
|
7033
7022
|
style: {
|
|
7034
|
-
minWidth: (j = C.current) == null ? void 0 : j.offsetWidth
|
|
7035
|
-
zIndex: 1
|
|
7023
|
+
minWidth: (j = C.current) == null ? void 0 : j.offsetWidth
|
|
7036
7024
|
},
|
|
7037
7025
|
children: /* @__PURE__ */ a(
|
|
7038
7026
|
L5,
|