@chao-component/bag-animation-ui 1.0.15 → 1.0.16
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 +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1034,7 +1034,7 @@ function BagAnimation({
|
|
|
1034
1034
|
setShowSwipeHint(true);
|
|
1035
1035
|
}
|
|
1036
1036
|
};
|
|
1037
|
-
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_jsx_runtime.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("div", { className: `flex w-full relative justify-center items-center ${className}`, children: [
|
|
1037
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_jsx_runtime.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("div", { className: `flex top-0 w-full relative justify-center items-center ${className}`, children: [
|
|
1038
1038
|
!isAnimating && hasChances && /* @__PURE__ */ (0, import_jsx_runtime.jsx)("div", { className: "absolute left-[calc(50%-0px)] transform -translate-x-1/2 z-50 pointer-events-none", children: /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("div", { className: "flex flex-col items-center animate-bounce", children: [
|
|
1039
1039
|
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
1040
1040
|
"p",
|
package/dist/index.mjs
CHANGED
|
@@ -1018,7 +1018,7 @@ function BagAnimation({
|
|
|
1018
1018
|
setShowSwipeHint(true);
|
|
1019
1019
|
}
|
|
1020
1020
|
};
|
|
1021
|
-
return /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsxs("div", { className: `flex w-full relative justify-center items-center ${className}`, children: [
|
|
1021
|
+
return /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsxs("div", { className: `flex top-0 w-full relative justify-center items-center ${className}`, children: [
|
|
1022
1022
|
!isAnimating && hasChances && /* @__PURE__ */ jsx("div", { className: "absolute left-[calc(50%-0px)] transform -translate-x-1/2 z-50 pointer-events-none", children: /* @__PURE__ */ jsxs("div", { className: "flex flex-col items-center animate-bounce", children: [
|
|
1023
1023
|
/* @__PURE__ */ jsx(
|
|
1024
1024
|
"p",
|