@moontra/moonui-pro 3.4.29 → 3.4.30

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
@@ -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,7 +79857,8 @@ 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
  },
@@ -79873,9 +79875,9 @@ function NavbarInternal({
79873
79875
  size: "icon",
79874
79876
  suppressHydrationWarning: true,
79875
79877
  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" })
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 })
79879
79881
  ]
79880
79882
  }
79881
79883
  ) }),
@@ -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,7 +80423,8 @@ 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
  },
@@ -80431,9 +80435,9 @@ function NavbarInternal({
80431
80435
  }
80432
80436
  ) : /* @__PURE__ */ jsxs(MoonUIDropdownMenuPro, { children: [
80433
80437
  /* @__PURE__ */ jsx(MoonUIDropdownMenuTriggerPro, { asChild: true, children: /* @__PURE__ */ jsxs(MoonUIButtonPro, { variant: "ghost", size: "icon", suppressHydrationWarning: true, children: [
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" })
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 })
80437
80441
  ] }) }),
80438
80442
  /* @__PURE__ */ jsxs(MoonUIDropdownMenuContentPro, { align: "end", children: [
80439
80443
  /* @__PURE__ */ jsxs(
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@moontra/moonui-pro",
3
- "version": "3.4.29",
3
+ "version": "3.4.30",
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",