@moontra/moonui-pro 3.4.29 → 3.4.31
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/cdn/index.global.js +1 -1
- package/dist/cdn/index.global.js.map +1 -1
- package/dist/index.mjs +23 -19
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -79804,7 +79804,7 @@ function NavbarInternal({
|
|
|
79804
79804
|
},
|
|
79805
79805
|
className: "relative overflow-hidden",
|
|
79806
79806
|
suppressHydrationWarning: true,
|
|
79807
|
-
children: /* @__PURE__ */ jsx(AnimatePresence, { mode: "wait", children: currentTheme === "dark" ? /* @__PURE__ */ jsx(
|
|
79807
|
+
children: /* @__PURE__ */ jsx("div", { suppressHydrationWarning: true, children: /* @__PURE__ */ jsx(AnimatePresence, { mode: "wait", children: currentTheme === "dark" ? /* @__PURE__ */ jsx(
|
|
79808
79808
|
motion.div,
|
|
79809
79809
|
{
|
|
79810
79810
|
initial: {
|
|
@@ -79826,7 +79826,8 @@ function NavbarInternal({
|
|
|
79826
79826
|
children: /* @__PURE__ */ jsx(
|
|
79827
79827
|
Moon,
|
|
79828
79828
|
{
|
|
79829
|
-
className: getSizeClasses().iconSize
|
|
79829
|
+
className: getSizeClasses().iconSize,
|
|
79830
|
+
suppressHydrationWarning: true
|
|
79830
79831
|
}
|
|
79831
79832
|
)
|
|
79832
79833
|
},
|
|
@@ -79856,27 +79857,28 @@ function NavbarInternal({
|
|
|
79856
79857
|
children: /* @__PURE__ */ jsx(
|
|
79857
79858
|
Sun,
|
|
79858
79859
|
{
|
|
79859
|
-
className: getSizeClasses().iconSize
|
|
79860
|
+
className: getSizeClasses().iconSize,
|
|
79861
|
+
suppressHydrationWarning: true
|
|
79860
79862
|
}
|
|
79861
79863
|
)
|
|
79862
79864
|
},
|
|
79863
79865
|
"sun"
|
|
79864
|
-
) })
|
|
79866
|
+
) }) })
|
|
79865
79867
|
}
|
|
79866
79868
|
)
|
|
79867
79869
|
}
|
|
79868
79870
|
) : /* @__PURE__ */ jsxs(MoonUIDropdownMenuPro, { children: [
|
|
79869
|
-
/* @__PURE__ */ jsx(MoonUIDropdownMenuTriggerPro, { asChild: true, children: /* @__PURE__ */
|
|
79871
|
+
/* @__PURE__ */ jsx(MoonUIDropdownMenuTriggerPro, { asChild: true, children: /* @__PURE__ */ jsx(
|
|
79870
79872
|
MoonUIButtonPro,
|
|
79871
79873
|
{
|
|
79872
79874
|
variant: "ghost",
|
|
79873
79875
|
size: "icon",
|
|
79874
79876
|
suppressHydrationWarning: true,
|
|
79875
|
-
children: [
|
|
79876
|
-
currentTheme === "light" && /* @__PURE__ */ jsx(Sun, { className: "h-5 w-5" }),
|
|
79877
|
-
currentTheme === "dark" && /* @__PURE__ */ jsx(Moon, { className: "h-5 w-5" }),
|
|
79878
|
-
currentTheme === "system" && /* @__PURE__ */ jsx(Monitor, { className: "h-5 w-5" })
|
|
79879
|
-
]
|
|
79877
|
+
children: /* @__PURE__ */ jsxs("div", { suppressHydrationWarning: true, children: [
|
|
79878
|
+
currentTheme === "light" && /* @__PURE__ */ jsx(Sun, { className: "h-5 w-5", suppressHydrationWarning: true }),
|
|
79879
|
+
currentTheme === "dark" && /* @__PURE__ */ jsx(Moon, { className: "h-5 w-5", suppressHydrationWarning: true }),
|
|
79880
|
+
currentTheme === "system" && /* @__PURE__ */ jsx(Monitor, { className: "h-5 w-5", suppressHydrationWarning: true })
|
|
79881
|
+
] })
|
|
79880
79882
|
}
|
|
79881
79883
|
) }),
|
|
79882
79884
|
/* @__PURE__ */ jsxs(MoonUIDropdownMenuContentPro, { align: "end", children: [
|
|
@@ -80368,7 +80370,7 @@ function NavbarInternal({
|
|
|
80368
80370
|
},
|
|
80369
80371
|
className: "relative overflow-hidden",
|
|
80370
80372
|
suppressHydrationWarning: true,
|
|
80371
|
-
children: /* @__PURE__ */ jsx(AnimatePresence, { mode: "wait", children: currentTheme === "dark" ? /* @__PURE__ */ jsx(
|
|
80373
|
+
children: /* @__PURE__ */ jsx("div", { suppressHydrationWarning: true, children: /* @__PURE__ */ jsx(AnimatePresence, { mode: "wait", children: currentTheme === "dark" ? /* @__PURE__ */ jsx(
|
|
80372
80374
|
motion.div,
|
|
80373
80375
|
{
|
|
80374
80376
|
initial: {
|
|
@@ -80390,7 +80392,8 @@ function NavbarInternal({
|
|
|
80390
80392
|
children: /* @__PURE__ */ jsx(
|
|
80391
80393
|
Moon,
|
|
80392
80394
|
{
|
|
80393
|
-
className: getSizeClasses().iconSize
|
|
80395
|
+
className: getSizeClasses().iconSize,
|
|
80396
|
+
suppressHydrationWarning: true
|
|
80394
80397
|
}
|
|
80395
80398
|
)
|
|
80396
80399
|
},
|
|
@@ -80420,21 +80423,22 @@ function NavbarInternal({
|
|
|
80420
80423
|
children: /* @__PURE__ */ jsx(
|
|
80421
80424
|
Sun,
|
|
80422
80425
|
{
|
|
80423
|
-
className: getSizeClasses().iconSize
|
|
80426
|
+
className: getSizeClasses().iconSize,
|
|
80427
|
+
suppressHydrationWarning: true
|
|
80424
80428
|
}
|
|
80425
80429
|
)
|
|
80426
80430
|
},
|
|
80427
80431
|
"sun"
|
|
80428
|
-
) })
|
|
80432
|
+
) }) })
|
|
80429
80433
|
}
|
|
80430
80434
|
)
|
|
80431
80435
|
}
|
|
80432
80436
|
) : /* @__PURE__ */ jsxs(MoonUIDropdownMenuPro, { children: [
|
|
80433
|
-
/* @__PURE__ */ jsx(MoonUIDropdownMenuTriggerPro, { asChild: true, children: /* @__PURE__ */
|
|
80434
|
-
currentTheme === "light" && /* @__PURE__ */ jsx(Sun, { className: "h-5 w-5" }),
|
|
80435
|
-
currentTheme === "dark" && /* @__PURE__ */ jsx(Moon, { className: "h-5 w-5" }),
|
|
80436
|
-
currentTheme === "system" && /* @__PURE__ */ jsx(Monitor, { className: "h-5 w-5" })
|
|
80437
|
-
] }) }),
|
|
80437
|
+
/* @__PURE__ */ jsx(MoonUIDropdownMenuTriggerPro, { asChild: true, children: /* @__PURE__ */ jsx(MoonUIButtonPro, { variant: "ghost", size: "icon", suppressHydrationWarning: true, children: /* @__PURE__ */ jsxs("div", { suppressHydrationWarning: true, children: [
|
|
80438
|
+
currentTheme === "light" && /* @__PURE__ */ jsx(Sun, { className: "h-5 w-5", suppressHydrationWarning: true }),
|
|
80439
|
+
currentTheme === "dark" && /* @__PURE__ */ jsx(Moon, { className: "h-5 w-5", suppressHydrationWarning: true }),
|
|
80440
|
+
currentTheme === "system" && /* @__PURE__ */ jsx(Monitor, { className: "h-5 w-5", suppressHydrationWarning: true })
|
|
80441
|
+
] }) }) }),
|
|
80438
80442
|
/* @__PURE__ */ jsxs(MoonUIDropdownMenuContentPro, { align: "end", children: [
|
|
80439
80443
|
/* @__PURE__ */ jsxs(
|
|
80440
80444
|
MoonUIDropdownMenuItemPro,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@moontra/moonui-pro",
|
|
3
|
-
"version": "3.4.
|
|
3
|
+
"version": "3.4.31",
|
|
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",
|