@homebound/beam 4.7.0 → 4.7.1

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 CHANGED
@@ -29097,7 +29097,14 @@ function PageHeader2(props) {
29097
29097
  rightSlot,
29098
29098
  rightSlotActions.length > 0 && /* @__PURE__ */ (0, import_jsx_runtime232.jsx)(HeaderActions, { actions: rightSlotActions, collapseOnSm: true })
29099
29099
  ] }), bottomSlot: (bottomSlotActions.length > 0 || tabs) && /* @__PURE__ */ (0, import_jsx_runtime232.jsxs)(import_jsx_runtime232.Fragment, { children: [
29100
- bottomSlotActions.length > 0 && /* @__PURE__ */ (0, import_jsx_runtime232.jsx)("div", { ...(0, import_runtime153.trussProps)(pageContentPaddingX), ...tid.bottomSlot, children: /* @__PURE__ */ (0, import_jsx_runtime232.jsx)(HeaderActions, { actions: bottomSlotActions }) }),
29100
+ bottomSlotActions.length > 0 && /* @__PURE__ */ (0, import_jsx_runtime232.jsx)("div", { ...(0, import_runtime153.trussProps)({
29101
+ ...pageContentPaddingX,
29102
+ ...{
29103
+ ...!tabs ? {
29104
+ marginBottom: "mb2"
29105
+ } : {}
29106
+ }
29107
+ }), ...tid.bottomSlot, children: /* @__PURE__ */ (0, import_jsx_runtime232.jsx)(HeaderActions, { actions: bottomSlotActions }) }),
29101
29108
  tabs && /* @__PURE__ */ (0, import_jsx_runtime232.jsx)("div", { ...(0, import_runtime153.trussProps)(pageContentPaddingX), children: /* @__PURE__ */ (0, import_jsx_runtime232.jsx)(Tabs, { ...tabs, ...tid.tabs }) })
29102
29109
  ] }) });
29103
29110
  }