@recursica/mantine-adapter 0.49.0 → 0.50.0

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.
@@ -2568,7 +2568,7 @@ const li = Te(On), ii = "Menu-module__dropdown___j4xuA", ci = "Menu-module__item
2568
2568
  label: mi,
2569
2569
  chevron: _i
2570
2570
  }, kn = function({ overStyled: e = !1, ...n }) {
2571
- const o = u(n, e), t = o, s = E(
2571
+ const t = u(n, e), { maxHeight: s, ...l } = t, i = E(
2572
2572
  {
2573
2573
  dropdown: fo.dropdown,
2574
2574
  item: fo.item,
@@ -2579,12 +2579,20 @@ const li = Te(On), ii = "Menu-module__dropdown___j4xuA", ci = "Menu-module__item
2579
2579
  chevron: fo.chevron
2580
2580
  },
2581
2581
  t.classNames
2582
- );
2582
+ ), c = l.styles, d = s ? {
2583
+ ...c,
2584
+ dropdown: {
2585
+ ...c == null ? void 0 : c.dropdown,
2586
+ maxHeight: s,
2587
+ overflowY: "auto"
2588
+ }
2589
+ } : c;
2583
2590
  return /* @__PURE__ */ a(
2584
2591
  We,
2585
2592
  {
2586
- ...o,
2587
- classNames: s
2593
+ ...l,
2594
+ classNames: i,
2595
+ ...d ? { styles: d } : {}
2588
2596
  }
2589
2597
  );
2590
2598
  };