@bloomreach/react-banana-ui 1.8.1 → 1.8.3
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.
|
@@ -6315,7 +6315,7 @@ const y1 = c((e, t) => {
|
|
|
6315
6315
|
x,
|
|
6316
6316
|
b,
|
|
6317
6317
|
C
|
|
6318
|
-
]), P = I1(() => ve([p.setReference, r.
|
|
6318
|
+
]), P = I1(() => ve([p.setReference, r.ref]), [
|
|
6319
6319
|
p.setReference,
|
|
6320
6320
|
r
|
|
6321
6321
|
]), F = I1(() => ve([p.setFloating, t]), [
|
|
@@ -6536,11 +6536,10 @@ const rf = c(
|
|
|
6536
6536
|
w1,
|
|
6537
6537
|
{
|
|
6538
6538
|
open: u,
|
|
6539
|
-
keepMounted: !0,
|
|
6540
|
-
disablePortal: !0,
|
|
6541
6539
|
anchor: h,
|
|
6542
6540
|
placement: l,
|
|
6543
6541
|
middleware: [ie(4), p1()],
|
|
6542
|
+
style: { display: u ? "block" : "none" },
|
|
6544
6543
|
children: /* @__PURE__ */ a("ul", { ...f, className: m, ref: d, children: r })
|
|
6545
6544
|
}
|
|
6546
6545
|
) });
|
|
@@ -6564,7 +6563,7 @@ const lf = c(
|
|
|
6564
6563
|
rootRef: t
|
|
6565
6564
|
}), f = t0("rbui-menu-item", i, {
|
|
6566
6565
|
"rbui-menu-item--disabled": d,
|
|
6567
|
-
"rbui-menu-item--highlighted": h
|
|
6566
|
+
"rbui-menu-item--highlighted": !d && h
|
|
6568
6567
|
}), m = "li", p = k0({
|
|
6569
6568
|
elementType: m,
|
|
6570
6569
|
getSlotProps: u,
|
|
@@ -7031,8 +7030,8 @@ const B5 = c((e, t) => {
|
|
|
7031
7030
|
placement: "bottom-start",
|
|
7032
7031
|
role: void 0,
|
|
7033
7032
|
style: {
|
|
7034
|
-
|
|
7035
|
-
|
|
7033
|
+
display: F ? "block" : "none",
|
|
7034
|
+
minWidth: (j = C.current) == null ? void 0 : j.offsetWidth
|
|
7036
7035
|
},
|
|
7037
7036
|
children: /* @__PURE__ */ a(
|
|
7038
7037
|
L5,
|