@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.js
CHANGED
|
@@ -16588,7 +16588,7 @@ function Modal(props) {
|
|
|
16588
16588
|
display: "df",
|
|
16589
16589
|
flexDirection: "fdrr",
|
|
16590
16590
|
paddingTop: "pt3",
|
|
16591
|
-
paddingBottom: "
|
|
16591
|
+
paddingBottom: "pb_12px",
|
|
16592
16592
|
paddingRight: "pr3",
|
|
16593
16593
|
paddingLeft: "pl3",
|
|
16594
16594
|
flexShrink: "fs0",
|
|
@@ -16610,6 +16610,7 @@ function Modal(props) {
|
|
|
16610
16610
|
/* @__PURE__ */ jsx92("main", { ref: modalBodyRef, ...trussProps58({
|
|
16611
16611
|
flexGrow: "fg1",
|
|
16612
16612
|
overflowY: "oya",
|
|
16613
|
+
paddingTop: "pt_12px",
|
|
16613
16614
|
...hasScroll ? {
|
|
16614
16615
|
borderBottomStyle: "bbs_solid",
|
|
16615
16616
|
borderBottomWidth: "bbw_1px",
|
|
@@ -16639,7 +16640,7 @@ function ModalBanner({
|
|
|
16639
16640
|
modalBannerDiv
|
|
16640
16641
|
} = useBeamContext();
|
|
16641
16642
|
const testId = useTestIds({}, testIdPrefix);
|
|
16642
|
-
return createPortal5(/* @__PURE__ */ jsx92("div", { className: "
|
|
16643
|
+
return createPortal5(/* @__PURE__ */ jsx92("div", { className: "mt_4px", ...testId.banner, children }), modalBannerDiv);
|
|
16643
16644
|
}
|
|
16644
16645
|
function ModalBody({
|
|
16645
16646
|
children,
|