@moontra/moonui-pro 3.4.21 → 3.4.22

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
@@ -79320,7 +79320,7 @@ function NavbarInternal({
79320
79320
  );
79321
79321
  }) });
79322
79322
  const MobileMenu = () => /* @__PURE__ */ jsxs(Sheet, { open: isOpen, onOpenChange: setIsOpen, children: [
79323
- /* @__PURE__ */ jsx(SheetTrigger, { asChild: true, children: /* @__PURE__ */ jsx(MoonUIButtonPro, { variant: "ghost", size: "icon", className: "md:hidden", children: /* @__PURE__ */ jsx(Menu, { className: "h-5 w-5" }) }) }),
79323
+ /* @__PURE__ */ jsx(SheetTrigger, { asChild: true, children: /* @__PURE__ */ jsx(MoonUIButtonPro, { variant: "ghost", size: "icon", className: "lg:hidden", children: /* @__PURE__ */ jsx(Menu, { className: "h-5 w-5" }) }) }),
79324
79324
  /* @__PURE__ */ jsx(SheetContent, { side: mobileMenuPosition, className: "w-80 p-0", children: /* @__PURE__ */ jsxs("div", { className: "flex h-full flex-col", children: [
79325
79325
  /* @__PURE__ */ jsx("div", { className: "flex items-center p-4 border-b", children: branding && /* @__PURE__ */ jsxs("div", { className: "flex items-center gap-2", children: [
79326
79326
  getActiveLogo(),
@@ -79650,7 +79650,7 @@ function NavbarInternal({
79650
79650
  NavigationMenu2,
79651
79651
  {
79652
79652
  className: cn(
79653
- "hidden md:flex",
79653
+ "hidden lg:flex",
79654
79654
  // Overflow handling - minimal için otomatik expand, diğerleri user tercih
79655
79655
  autoExpand || !isFloatingVariant && variant === "minimal" ? "flex-nowrap" : "flex-wrap overflow-x-auto scrollbar-hide scroll-smooth",
79656
79656
  // Positioning - floating variants
@@ -80220,7 +80220,7 @@ function NavbarInternal({
80220
80220
  NavigationMenu2,
80221
80221
  {
80222
80222
  className: cn(
80223
- "hidden md:flex",
80223
+ "hidden lg:flex",
80224
80224
  // Minimal için tam genişlik + spacing
80225
80225
  variant === "minimal" && "flex-1 w-full",
80226
80226
  // Overflow handling - minimal için otomatik expand, diğerleri user tercih
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@moontra/moonui-pro",
3
- "version": "3.4.21",
3
+ "version": "3.4.22",
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",