@homebound/beam 4.7.1 → 4.7.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 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -29094,8 +29094,8 @@ function PageHeader2(props) {
|
|
|
29094
29094
|
} = splitHeaderActionsOnSm(actions, sm);
|
|
29095
29095
|
return /* @__PURE__ */ (0, import_jsx_runtime232.jsx)(BaseHeader, { ...otherProps, rightSlot: /* @__PURE__ */ (0, import_jsx_runtime232.jsxs)("div", { className: "df gap2 fs0", ...tid.actions, children: [
|
|
29096
29096
|
/* @__PURE__ */ (0, import_jsx_runtime232.jsx)(AutoSaveIndicator, { hideOnIdle: true }),
|
|
29097
|
-
|
|
29098
|
-
|
|
29097
|
+
rightSlotActions.length > 0 && /* @__PURE__ */ (0, import_jsx_runtime232.jsx)(HeaderActions, { actions: rightSlotActions, collapseOnSm: true }),
|
|
29098
|
+
rightSlot
|
|
29099
29099
|
] }), bottomSlot: (bottomSlotActions.length > 0 || tabs) && /* @__PURE__ */ (0, import_jsx_runtime232.jsxs)(import_jsx_runtime232.Fragment, { children: [
|
|
29100
29100
|
bottomSlotActions.length > 0 && /* @__PURE__ */ (0, import_jsx_runtime232.jsx)("div", { ...(0, import_runtime153.trussProps)({
|
|
29101
29101
|
...pageContentPaddingX,
|