ddingdong-design-system 0.3.2 → 0.3.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.
|
@@ -2927,7 +2927,7 @@ function _r({ isOpen: e, closeModal: r, children: t, className: o }) {
|
|
|
2927
2927
|
animate: J.animate,
|
|
2928
2928
|
exit: J.exit,
|
|
2929
2929
|
transition: J.transition,
|
|
2930
|
-
className: x("fixed inset-0 flex w-full items-center justify-center", o),
|
|
2930
|
+
className: x("fixed inset-0 z-30 flex w-full items-center justify-center", o),
|
|
2931
2931
|
children: [
|
|
2932
2932
|
/* @__PURE__ */ l("div", { className: "absolute inset-0 bg-black/50", onClick: n }),
|
|
2933
2933
|
/* @__PURE__ */ l(ur, { children: t })
|