ddingdong-design-system 1.0.17 → 1.0.18
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.
|
@@ -2841,7 +2841,7 @@ function fo({ isOpen: e, onClose: t, children: r }) {
|
|
|
2841
2841
|
V.div,
|
|
2842
2842
|
{
|
|
2843
2843
|
onClick: t,
|
|
2844
|
-
className: "fixed inset-0 bg-black/50",
|
|
2844
|
+
className: "fixed inset-0 z-50 bg-black/50",
|
|
2845
2845
|
initial: ce.initial,
|
|
2846
2846
|
animate: ce.animate,
|
|
2847
2847
|
exit: ce.exit
|
|
@@ -3102,7 +3102,7 @@ function xo({ isOpen: e, closeModal: t, children: r, className: o }) {
|
|
|
3102
3102
|
animate: re.animate,
|
|
3103
3103
|
exit: re.exit,
|
|
3104
3104
|
transition: re.transition,
|
|
3105
|
-
className: m("fixed inset-0 z-
|
|
3105
|
+
className: m("fixed inset-0 z-50 flex w-full items-center justify-center", o),
|
|
3106
3106
|
children: [
|
|
3107
3107
|
/* @__PURE__ */ a("div", { className: "absolute inset-0 bg-black/50", onClick: n }),
|
|
3108
3108
|
/* @__PURE__ */ a(Vr, { children: r })
|
|
@@ -3118,7 +3118,7 @@ function Vr({ children: e }) {
|
|
|
3118
3118
|
"aria-modal": "true",
|
|
3119
3119
|
justifyContent: "center",
|
|
3120
3120
|
alignItems: "center",
|
|
3121
|
-
className: "relative z-
|
|
3121
|
+
className: "relative z-50 rounded-lg bg-white p-6",
|
|
3122
3122
|
children: e
|
|
3123
3123
|
}
|
|
3124
3124
|
);
|
|
@@ -3813,7 +3813,7 @@ function zo({ children: e, className: t }) {
|
|
|
3813
3813
|
"header",
|
|
3814
3814
|
{
|
|
3815
3815
|
className: m(
|
|
3816
|
-
"fixed top-0 left-0 z-10 w-full border-b border-gray-200 bg-white px-6
|
|
3816
|
+
"fixed top-0 left-0 z-10 w-full border-b border-gray-200 bg-white px-6",
|
|
3817
3817
|
t
|
|
3818
3818
|
),
|
|
3819
3819
|
children: /* @__PURE__ */ a(
|