@homebound/beam 3.99.1 → 3.99.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.
package/dist/index.cjs CHANGED
@@ -26638,7 +26638,7 @@ function NavbarMobileDrawer({
26638
26638
  },
26639
26639
  ...tid.mobileMenuPanel,
26640
26640
  children: [
26641
- showSubLevel && mobileSubNav?.top,
26641
+ showSubLevel && mobileSubNav.top && /* @__PURE__ */ (0, import_jsx_runtime212.jsx)("div", { className: "fs0 pl1 pr1 pb2", ...tid.top, children: mobileSubNav.top }),
26642
26642
  /* @__PURE__ */ (0, import_jsx_runtime212.jsx)(AppNavItems, { items: showSubLevel && mobileSubNav ? mobileSubNav.items : items, panelCollapsed: false, ...tid }),
26643
26643
  showSubLevel && mobileSubNav?.footer
26644
26644
  ]