@chao-component/bag-animation-ui 1.0.7 → 1.0.9
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 +2 -2
- package/dist/index.mjs +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1034,7 +1034,7 @@ function BagAnimation({
|
|
|
1034
1034
|
showMask && /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
1035
1035
|
"div",
|
|
1036
1036
|
{
|
|
1037
|
-
className: "fixed inset-0 z-[
|
|
1037
|
+
className: "fixed inset-0 z-[99]",
|
|
1038
1038
|
style: {
|
|
1039
1039
|
backgroundColor: `rgba(0, 0, 0, ${maskOpacity})`,
|
|
1040
1040
|
backdropFilter: `blur(${maskBlur}px)`,
|
|
@@ -1049,7 +1049,7 @@ function BagAnimation({
|
|
|
1049
1049
|
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
1050
1050
|
"div",
|
|
1051
1051
|
{
|
|
1052
|
-
className: "fixed inset-0 z-[
|
|
1052
|
+
className: "fixed inset-0 z-[100] flex items-center justify-center pointer-events-none",
|
|
1053
1053
|
style: { pointerEvents: "none" },
|
|
1054
1054
|
children: /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
|
|
1055
1055
|
"div",
|
package/dist/index.mjs
CHANGED
|
@@ -1018,7 +1018,7 @@ function BagAnimation({
|
|
|
1018
1018
|
showMask && /* @__PURE__ */ jsx(
|
|
1019
1019
|
"div",
|
|
1020
1020
|
{
|
|
1021
|
-
className: "fixed inset-0 z-[
|
|
1021
|
+
className: "fixed inset-0 z-[99]",
|
|
1022
1022
|
style: {
|
|
1023
1023
|
backgroundColor: `rgba(0, 0, 0, ${maskOpacity})`,
|
|
1024
1024
|
backdropFilter: `blur(${maskBlur}px)`,
|
|
@@ -1033,7 +1033,7 @@ function BagAnimation({
|
|
|
1033
1033
|
/* @__PURE__ */ jsx(
|
|
1034
1034
|
"div",
|
|
1035
1035
|
{
|
|
1036
|
-
className: "fixed inset-0 z-[
|
|
1036
|
+
className: "fixed inset-0 z-[100] flex items-center justify-center pointer-events-none",
|
|
1037
1037
|
style: { pointerEvents: "none" },
|
|
1038
1038
|
children: /* @__PURE__ */ jsxs(
|
|
1039
1039
|
"div",
|