@matthiaskrijgsman/mat-ui 0.0.52 → 0.0.53

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.js CHANGED
@@ -1580,7 +1580,7 @@ const DropdownNavigator = (props) => {
1580
1580
  const current = stack[stack.length - 1];
1581
1581
  const levelKey = current ? current.id : "__root__";
1582
1582
  const content = current ? current.content : children;
1583
- return /* @__PURE__ */ jsx(DropdownDrilldownContext.Provider, { value: { push, pop, reset, depth: stack.length }, children: /* @__PURE__ */ jsx("div", { className: "flex flex-col overflow-hidden", children: /* @__PURE__ */ jsx(AnimatePresence, { initial: false, mode: "wait", custom: direction, children: /* @__PURE__ */ jsxs(
1583
+ return /* @__PURE__ */ jsx(DropdownDrilldownContext.Provider, { value: { push, pop, reset, depth: stack.length }, children: /* @__PURE__ */ jsx("div", { className: "flex flex-col overflow-x-hidden overflow-y-auto", children: /* @__PURE__ */ jsx(AnimatePresence, { initial: false, mode: "wait", custom: direction, children: /* @__PURE__ */ jsxs(
1584
1584
  motion.div,
1585
1585
  {
1586
1586
  custom: direction,