@moontra/moonui-pro 3.4.30 → 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/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: {
@@ -79863,22 +79863,22 @@ function NavbarInternal({
79863
79863
  )
79864
79864
  },
79865
79865
  "sun"
79866
- ) })
79866
+ ) }) })
79867
79867
  }
79868
79868
  )
79869
79869
  }
79870
79870
  ) : /* @__PURE__ */ jsxs(MoonUIDropdownMenuPro, { children: [
79871
- /* @__PURE__ */ jsx(MoonUIDropdownMenuTriggerPro, { asChild: true, children: /* @__PURE__ */ jsxs(
79871
+ /* @__PURE__ */ jsx(MoonUIDropdownMenuTriggerPro, { asChild: true, children: /* @__PURE__ */ jsx(
79872
79872
  MoonUIButtonPro,
79873
79873
  {
79874
79874
  variant: "ghost",
79875
79875
  size: "icon",
79876
79876
  suppressHydrationWarning: true,
79877
- children: [
79877
+ children: /* @__PURE__ */ jsxs("div", { suppressHydrationWarning: true, children: [
79878
79878
  currentTheme === "light" && /* @__PURE__ */ jsx(Sun, { className: "h-5 w-5", suppressHydrationWarning: true }),
79879
79879
  currentTheme === "dark" && /* @__PURE__ */ jsx(Moon, { className: "h-5 w-5", suppressHydrationWarning: true }),
79880
79880
  currentTheme === "system" && /* @__PURE__ */ jsx(Monitor, { className: "h-5 w-5", suppressHydrationWarning: true })
79881
- ]
79881
+ ] })
79882
79882
  }
79883
79883
  ) }),
79884
79884
  /* @__PURE__ */ jsxs(MoonUIDropdownMenuContentPro, { align: "end", children: [
@@ -80370,7 +80370,7 @@ function NavbarInternal({
80370
80370
  },
80371
80371
  className: "relative overflow-hidden",
80372
80372
  suppressHydrationWarning: true,
80373
- 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(
80374
80374
  motion.div,
80375
80375
  {
80376
80376
  initial: {
@@ -80429,16 +80429,16 @@ function NavbarInternal({
80429
80429
  )
80430
80430
  },
80431
80431
  "sun"
80432
- ) })
80432
+ ) }) })
80433
80433
  }
80434
80434
  )
80435
80435
  }
80436
80436
  ) : /* @__PURE__ */ jsxs(MoonUIDropdownMenuPro, { children: [
80437
- /* @__PURE__ */ jsx(MoonUIDropdownMenuTriggerPro, { asChild: true, children: /* @__PURE__ */ jsxs(MoonUIButtonPro, { variant: "ghost", size: "icon", suppressHydrationWarning: true, children: [
80437
+ /* @__PURE__ */ jsx(MoonUIDropdownMenuTriggerPro, { asChild: true, children: /* @__PURE__ */ jsx(MoonUIButtonPro, { variant: "ghost", size: "icon", suppressHydrationWarning: true, children: /* @__PURE__ */ jsxs("div", { suppressHydrationWarning: true, children: [
80438
80438
  currentTheme === "light" && /* @__PURE__ */ jsx(Sun, { className: "h-5 w-5", suppressHydrationWarning: true }),
80439
80439
  currentTheme === "dark" && /* @__PURE__ */ jsx(Moon, { className: "h-5 w-5", suppressHydrationWarning: true }),
80440
80440
  currentTheme === "system" && /* @__PURE__ */ jsx(Monitor, { className: "h-5 w-5", suppressHydrationWarning: true })
80441
- ] }) }),
80441
+ ] }) }) }),
80442
80442
  /* @__PURE__ */ jsxs(MoonUIDropdownMenuContentPro, { align: "end", children: [
80443
80443
  /* @__PURE__ */ jsxs(
80444
80444
  MoonUIDropdownMenuItemPro,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@moontra/moonui-pro",
3
- "version": "3.4.30",
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",