@moontra/moonui-pro 3.4.26 → 3.4.28

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
@@ -79592,6 +79592,7 @@ function NavbarInternal({
79592
79592
  }
79593
79593
  },
79594
79594
  className: "flex items-center gap-2",
79595
+ suppressHydrationWarning: true,
79595
79596
  children: [
79596
79597
  /* @__PURE__ */ jsx(AnimatePresence, { mode: "wait", children: /* @__PURE__ */ jsx(
79597
79598
  motion.div,
@@ -79801,6 +79802,7 @@ function NavbarInternal({
79801
79802
  onThemeChange?.(newTheme);
79802
79803
  },
79803
79804
  className: "relative overflow-hidden",
79805
+ suppressHydrationWarning: true,
79804
79806
  children: /* @__PURE__ */ jsx(AnimatePresence, { mode: "wait", children: currentTheme === "dark" ? /* @__PURE__ */ jsx(
79805
79807
  motion.div,
79806
79808
  {
@@ -79866,6 +79868,7 @@ function NavbarInternal({
79866
79868
  {
79867
79869
  variant: "ghost",
79868
79870
  size: "icon",
79871
+ suppressHydrationWarning: true,
79869
79872
  children: [
79870
79873
  currentTheme === "light" && /* @__PURE__ */ jsx(Sun, { className: "h-5 w-5" }),
79871
79874
  currentTheme === "dark" && /* @__PURE__ */ jsx(Moon, { className: "h-5 w-5" }),
@@ -80361,6 +80364,7 @@ function NavbarInternal({
80361
80364
  onThemeChange?.(newTheme);
80362
80365
  },
80363
80366
  className: "relative overflow-hidden",
80367
+ suppressHydrationWarning: true,
80364
80368
  children: /* @__PURE__ */ jsx(AnimatePresence, { mode: "wait", children: currentTheme === "dark" ? /* @__PURE__ */ jsx(
80365
80369
  motion.div,
80366
80370
  {
@@ -80421,7 +80425,7 @@ function NavbarInternal({
80421
80425
  )
80422
80426
  }
80423
80427
  ) : /* @__PURE__ */ jsxs(MoonUIDropdownMenuPro, { children: [
80424
- /* @__PURE__ */ jsx(MoonUIDropdownMenuTriggerPro, { asChild: true, children: /* @__PURE__ */ jsxs(MoonUIButtonPro, { variant: "ghost", size: "icon", children: [
80428
+ /* @__PURE__ */ jsx(MoonUIDropdownMenuTriggerPro, { asChild: true, children: /* @__PURE__ */ jsxs(MoonUIButtonPro, { variant: "ghost", size: "icon", suppressHydrationWarning: true, children: [
80425
80429
  currentTheme === "light" && /* @__PURE__ */ jsx(Sun, { className: "h-5 w-5" }),
80426
80430
  currentTheme === "dark" && /* @__PURE__ */ jsx(Moon, { className: "h-5 w-5" }),
80427
80431
  currentTheme === "system" && /* @__PURE__ */ jsx(Monitor, { className: "h-5 w-5" })
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@moontra/moonui-pro",
3
- "version": "3.4.26",
3
+ "version": "3.4.28",
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",