react-better-html 1.1.173 → 1.1.174
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.d.mts +3 -3
- package/dist/index.d.ts +3 -3
- package/dist/index.js +3 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -3603,14 +3603,15 @@ var ModalComponent = forwardRef7(function Modal({
|
|
|
3603
3603
|
marginTop: 1,
|
|
3604
3604
|
iconColor: titleColor,
|
|
3605
3605
|
onClick: onClickClose,
|
|
3606
|
-
transition: theme2.styles.transition
|
|
3606
|
+
transition: theme2.styles.transition,
|
|
3607
|
+
zIndex: 10
|
|
3607
3608
|
}
|
|
3608
3609
|
)
|
|
3609
3610
|
]
|
|
3610
3611
|
}
|
|
3611
3612
|
),
|
|
3612
3613
|
/* @__PURE__ */ jsx12(Divider_default.horizontal, {})
|
|
3613
|
-
] }) : /* @__PURE__ */ jsx12(Fragment2, { children: !withoutCloseButton && /* @__PURE__ */ jsx12(Div_default, { position: "absolute", top: theme2.styles.space, right: theme2.styles.space, children: /* @__PURE__ */ jsx12(Button_default.icon, { icon: "XMark", onClick: onClickClose }) }) }),
|
|
3614
|
+
] }) : /* @__PURE__ */ jsx12(Fragment2, { children: !withoutCloseButton && /* @__PURE__ */ jsx12(Div_default, { position: "absolute", top: theme2.styles.space, right: theme2.styles.space, zIndex: 10, children: /* @__PURE__ */ jsx12(Button_default.icon, { icon: "XMark", onClick: onClickClose }) }) }),
|
|
3614
3615
|
/* @__PURE__ */ jsx12(Div_default, { padding: title ? theme2.styles.space : void 0, children })
|
|
3615
3616
|
]
|
|
3616
3617
|
}
|