@moontra/moonui-pro 3.4.28 → 3.4.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
|
@@ -79613,6 +79613,7 @@ function NavbarInternal({
|
|
|
79613
79613
|
duration: 0.2,
|
|
79614
79614
|
ease: "easeInOut"
|
|
79615
79615
|
},
|
|
79616
|
+
suppressHydrationWarning: true,
|
|
79616
79617
|
children: getActiveLogo()
|
|
79617
79618
|
},
|
|
79618
79619
|
`logo-${framerScroll.isScrolled ? "scrolled" : "default"}-${isDarkMode ? "dark" : "light"}`
|
|
@@ -79821,6 +79822,7 @@ function NavbarInternal({
|
|
|
79821
79822
|
transition: {
|
|
79822
79823
|
duration: 0.2
|
|
79823
79824
|
},
|
|
79825
|
+
suppressHydrationWarning: true,
|
|
79824
79826
|
children: /* @__PURE__ */ jsx(
|
|
79825
79827
|
Moon,
|
|
79826
79828
|
{
|
|
@@ -79850,6 +79852,7 @@ function NavbarInternal({
|
|
|
79850
79852
|
transition: {
|
|
79851
79853
|
duration: 0.2
|
|
79852
79854
|
},
|
|
79855
|
+
suppressHydrationWarning: true,
|
|
79853
79856
|
children: /* @__PURE__ */ jsx(
|
|
79854
79857
|
Sun,
|
|
79855
79858
|
{
|
|
@@ -80383,6 +80386,7 @@ function NavbarInternal({
|
|
|
80383
80386
|
transition: {
|
|
80384
80387
|
duration: 0.2
|
|
80385
80388
|
},
|
|
80389
|
+
suppressHydrationWarning: true,
|
|
80386
80390
|
children: /* @__PURE__ */ jsx(
|
|
80387
80391
|
Moon,
|
|
80388
80392
|
{
|
|
@@ -80412,6 +80416,7 @@ function NavbarInternal({
|
|
|
80412
80416
|
transition: {
|
|
80413
80417
|
duration: 0.2
|
|
80414
80418
|
},
|
|
80419
|
+
suppressHydrationWarning: true,
|
|
80415
80420
|
children: /* @__PURE__ */ jsx(
|
|
80416
80421
|
Sun,
|
|
80417
80422
|
{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@moontra/moonui-pro",
|
|
3
|
-
"version": "3.4.
|
|
3
|
+
"version": "3.4.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",
|