@moontra/moonui-pro 2.33.27 → 2.33.29
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.mjs
CHANGED
|
@@ -16747,20 +16747,17 @@ var ParticleImage = React68__default.forwardRef(
|
|
|
16747
16747
|
isAnimating ? "opacity-0" : "opacity-100"
|
|
16748
16748
|
),
|
|
16749
16749
|
onLoad: () => setImageLoaded(true),
|
|
16750
|
-
|
|
16750
|
+
crossOrigin: "anonymous"
|
|
16751
16751
|
}
|
|
16752
16752
|
),
|
|
16753
16753
|
/* @__PURE__ */ jsx(
|
|
16754
16754
|
"canvas",
|
|
16755
16755
|
{
|
|
16756
16756
|
ref: canvasRef,
|
|
16757
|
-
className:
|
|
16758
|
-
"absolute inset-0 w-full h-full",
|
|
16759
|
-
!isAnimating && imageLoaded ? "opacity-100" : "opacity-0"
|
|
16760
|
-
),
|
|
16757
|
+
className: "absolute inset-0 w-full h-full pointer-events-none",
|
|
16761
16758
|
style: {
|
|
16762
|
-
|
|
16763
|
-
|
|
16759
|
+
opacity: 0,
|
|
16760
|
+
position: "absolute"
|
|
16764
16761
|
}
|
|
16765
16762
|
}
|
|
16766
16763
|
),
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@moontra/moonui-pro",
|
|
3
|
-
"version": "2.33.
|
|
3
|
+
"version": "2.33.29",
|
|
4
4
|
"description": "Premium React components for MoonUI - Advanced UI library with 50+ pro components including performance, interactive, and gesture components",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.mjs",
|