@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.js
CHANGED
|
@@ -28635,8 +28635,8 @@ function PageHeader2(props) {
|
|
|
28635
28635
|
} = splitHeaderActionsOnSm(actions, sm);
|
|
28636
28636
|
return /* @__PURE__ */ jsx232(BaseHeader, { ...otherProps, rightSlot: /* @__PURE__ */ jsxs124("div", { className: "df gap2 fs0", ...tid.actions, children: [
|
|
28637
28637
|
/* @__PURE__ */ jsx232(AutoSaveIndicator, { hideOnIdle: true }),
|
|
28638
|
-
|
|
28639
|
-
|
|
28638
|
+
rightSlotActions.length > 0 && /* @__PURE__ */ jsx232(HeaderActions, { actions: rightSlotActions, collapseOnSm: true }),
|
|
28639
|
+
rightSlot
|
|
28640
28640
|
] }), bottomSlot: (bottomSlotActions.length > 0 || tabs) && /* @__PURE__ */ jsxs124(Fragment52, { children: [
|
|
28641
28641
|
bottomSlotActions.length > 0 && /* @__PURE__ */ jsx232("div", { ...trussProps134({
|
|
28642
28642
|
...pageContentPaddingX,
|