@homebound/beam 3.99.0 → 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 +2 -4
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1 -3
- package/dist/index.d.ts +1 -3
- package/dist/index.js +2 -4
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -21978,9 +21978,7 @@ function HeaderActions(props) {
|
|
|
21978
21978
|
...menuProps
|
|
21979
21979
|
} = action;
|
|
21980
21980
|
void kind;
|
|
21981
|
-
return /* @__PURE__ */ (0, import_jsx_runtime149.jsx)(ButtonMenu, { ...menuProps,
|
|
21982
|
-
icon: "verticalDots"
|
|
21983
|
-
} }, key);
|
|
21981
|
+
return /* @__PURE__ */ (0, import_jsx_runtime149.jsx)(ButtonMenu, { ...menuProps }, key);
|
|
21984
21982
|
}
|
|
21985
21983
|
return /* @__PURE__ */ (0, import_jsx_runtime149.jsx)(Button, { ...action }, key);
|
|
21986
21984
|
}) });
|
|
@@ -26640,7 +26638,7 @@ function NavbarMobileDrawer({
|
|
|
26640
26638
|
},
|
|
26641
26639
|
...tid.mobileMenuPanel,
|
|
26642
26640
|
children: [
|
|
26643
|
-
showSubLevel && mobileSubNav
|
|
26641
|
+
showSubLevel && mobileSubNav.top && /* @__PURE__ */ (0, import_jsx_runtime212.jsx)("div", { className: "fs0 pl1 pr1 pb2", ...tid.top, children: mobileSubNav.top }),
|
|
26644
26642
|
/* @__PURE__ */ (0, import_jsx_runtime212.jsx)(AppNavItems, { items: showSubLevel && mobileSubNav ? mobileSubNav.items : items, panelCollapsed: false, ...tid }),
|
|
26645
26643
|
showSubLevel && mobileSubNav?.footer
|
|
26646
26644
|
]
|