@homebound/beam 4.11.2 → 4.11.3
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 +3 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +3 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -17059,7 +17059,7 @@ function Modal(props) {
|
|
|
17059
17059
|
display: "df",
|
|
17060
17060
|
flexDirection: "fdrr",
|
|
17061
17061
|
paddingTop: "pt3",
|
|
17062
|
-
paddingBottom: "
|
|
17062
|
+
paddingBottom: "pb_12px",
|
|
17063
17063
|
paddingRight: "pr3",
|
|
17064
17064
|
paddingLeft: "pl3",
|
|
17065
17065
|
flexShrink: "fs0",
|
|
@@ -17081,6 +17081,7 @@ function Modal(props) {
|
|
|
17081
17081
|
/* @__PURE__ */ (0, import_jsx_runtime92.jsx)("main", { ref: modalBodyRef, ...(0, import_runtime68.trussProps)({
|
|
17082
17082
|
flexGrow: "fg1",
|
|
17083
17083
|
overflowY: "oya",
|
|
17084
|
+
paddingTop: "pt_12px",
|
|
17084
17085
|
...hasScroll ? {
|
|
17085
17086
|
borderBottomStyle: "bbs_solid",
|
|
17086
17087
|
borderBottomWidth: "bbw_1px",
|
|
@@ -17110,7 +17111,7 @@ function ModalBanner({
|
|
|
17110
17111
|
modalBannerDiv
|
|
17111
17112
|
} = useBeamContext();
|
|
17112
17113
|
const testId = useTestIds({}, testIdPrefix);
|
|
17113
|
-
return (0, import_react_dom5.createPortal)(/* @__PURE__ */ (0, import_jsx_runtime92.jsx)("div", { className: "
|
|
17114
|
+
return (0, import_react_dom5.createPortal)(/* @__PURE__ */ (0, import_jsx_runtime92.jsx)("div", { className: "mt_4px", ...testId.banner, children }), modalBannerDiv);
|
|
17114
17115
|
}
|
|
17115
17116
|
function ModalBody({
|
|
17116
17117
|
children,
|