@matthiaskrijgsman/mat-ui 0.0.31 → 0.0.32
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.js +6 -4
- package/dist/index.js.map +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -2843,6 +2843,7 @@ const Dl = (n) => {
|
|
|
2843
2843
|
/* @__PURE__ */ e(
|
|
2844
2844
|
K.div,
|
|
2845
2845
|
{
|
|
2846
|
+
className: "z-40",
|
|
2846
2847
|
style: { transformOrigin: "center" },
|
|
2847
2848
|
initial: { opacity: 0 },
|
|
2848
2849
|
animate: { opacity: 1 },
|
|
@@ -2851,14 +2852,14 @@ const Dl = (n) => {
|
|
|
2851
2852
|
children: /* @__PURE__ */ e(
|
|
2852
2853
|
et,
|
|
2853
2854
|
{
|
|
2854
|
-
className: "modal-overlay backdrop-blur-[1px]
|
|
2855
|
+
className: "modal-overlay backdrop-blur-[1px]",
|
|
2855
2856
|
onClick: s ? o : void 0,
|
|
2856
2857
|
lockScroll: !0
|
|
2857
2858
|
}
|
|
2858
2859
|
)
|
|
2859
2860
|
}
|
|
2860
2861
|
),
|
|
2861
|
-
/* @__PURE__ */ e("div", { className: "fixed inset-0 flex flex-col items-center pointer-events-none p-4 lg:p-12 overflow-y-auto z-
|
|
2862
|
+
/* @__PURE__ */ e("div", { className: "fixed inset-0 flex flex-col items-center pointer-events-none p-4 lg:p-12 overflow-y-auto z-50", children: /* @__PURE__ */ d(
|
|
2862
2863
|
K.div,
|
|
2863
2864
|
{
|
|
2864
2865
|
className: f(
|
|
@@ -2902,6 +2903,7 @@ const Dl = (n) => {
|
|
|
2902
2903
|
/* @__PURE__ */ e(
|
|
2903
2904
|
K.div,
|
|
2904
2905
|
{
|
|
2906
|
+
className: "z-40",
|
|
2905
2907
|
style: { transformOrigin: "center" },
|
|
2906
2908
|
initial: { opacity: 0 },
|
|
2907
2909
|
animate: { opacity: 1 },
|
|
@@ -2910,14 +2912,14 @@ const Dl = (n) => {
|
|
|
2910
2912
|
children: /* @__PURE__ */ e(
|
|
2911
2913
|
et,
|
|
2912
2914
|
{
|
|
2913
|
-
className: "modal-overlay backdrop-blur-[1px]
|
|
2915
|
+
className: "modal-overlay backdrop-blur-[1px]",
|
|
2914
2916
|
onClick: s ? o : void 0,
|
|
2915
2917
|
lockScroll: !0
|
|
2916
2918
|
}
|
|
2917
2919
|
)
|
|
2918
2920
|
}
|
|
2919
2921
|
),
|
|
2920
|
-
/* @__PURE__ */ e("div", { className: "fixed inset-0 flex flex-row justify-end pointer-events-none z-
|
|
2922
|
+
/* @__PURE__ */ e("div", { className: "fixed inset-0 flex flex-row justify-end pointer-events-none z-50", children: /* @__PURE__ */ d(
|
|
2921
2923
|
K.div,
|
|
2922
2924
|
{
|
|
2923
2925
|
className: f(
|