@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.js CHANGED
@@ -26131,7 +26131,7 @@ function NavbarMobileDrawer({
26131
26131
  },
26132
26132
  ...tid.mobileMenuPanel,
26133
26133
  children: [
26134
- showSubLevel && mobileSubNav?.top,
26134
+ showSubLevel && mobileSubNav.top && /* @__PURE__ */ jsx212("div", { className: "fs0 pl1 pr1 pb2", ...tid.top, children: mobileSubNav.top }),
26135
26135
  /* @__PURE__ */ jsx212(AppNavItems, { items: showSubLevel && mobileSubNav ? mobileSubNav.items : items, panelCollapsed: false, ...tid }),
26136
26136
  showSubLevel && mobileSubNav?.footer
26137
26137
  ]