@homebound/beam 4.7.0 → 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.js CHANGED
@@ -28635,10 +28635,17 @@ 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
- rightSlot,
28639
- rightSlotActions.length > 0 && /* @__PURE__ */ jsx232(HeaderActions, { actions: rightSlotActions, collapseOnSm: true })
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
- bottomSlotActions.length > 0 && /* @__PURE__ */ jsx232("div", { ...trussProps134(pageContentPaddingX), ...tid.bottomSlot, children: /* @__PURE__ */ jsx232(HeaderActions, { actions: bottomSlotActions }) }),
28641
+ bottomSlotActions.length > 0 && /* @__PURE__ */ jsx232("div", { ...trussProps134({
28642
+ ...pageContentPaddingX,
28643
+ ...{
28644
+ ...!tabs ? {
28645
+ marginBottom: "mb2"
28646
+ } : {}
28647
+ }
28648
+ }), ...tid.bottomSlot, children: /* @__PURE__ */ jsx232(HeaderActions, { actions: bottomSlotActions }) }),
28642
28649
  tabs && /* @__PURE__ */ jsx232("div", { ...trussProps134(pageContentPaddingX), children: /* @__PURE__ */ jsx232(Tabs, { ...tabs, ...tid.tabs }) })
28643
28650
  ] }) });
28644
28651
  }