@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 +8 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +8 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -28638,7 +28638,14 @@ function PageHeader2(props) {
|
|
|
28638
28638
|
rightSlot,
|
|
28639
28639
|
rightSlotActions.length > 0 && /* @__PURE__ */ jsx232(HeaderActions, { actions: rightSlotActions, collapseOnSm: true })
|
|
28640
28640
|
] }), bottomSlot: (bottomSlotActions.length > 0 || tabs) && /* @__PURE__ */ jsxs124(Fragment52, { children: [
|
|
28641
|
-
bottomSlotActions.length > 0 && /* @__PURE__ */ jsx232("div", { ...trussProps134(
|
|
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
|
}
|