@moontra/moonui-pro 2.25.17 → 2.25.18
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.css +1 -1
- package/dist/index.css.map +1 -1
- package/dist/index.global.js +1 -1
- package/dist/index.global.js.map +1 -1
- package/dist/index.mjs +4 -4
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -1750,7 +1750,7 @@ function styleInject(css2, { insertAt } = {}) {
|
|
|
1750
1750
|
}
|
|
1751
1751
|
|
|
1752
1752
|
// src/styles/components.css
|
|
1753
|
-
styleInject(".moonui-pro-sidebar {\n isolation: isolate;\n
|
|
1753
|
+
styleInject(".moonui-pro-sidebar {\n isolation: isolate;\n}\n.moonui-pro-navbar {\n isolation: isolate;\n}\n");
|
|
1754
1754
|
function cn(...inputs) {
|
|
1755
1755
|
return twMerge(clsx(inputs));
|
|
1756
1756
|
}
|
|
@@ -75010,7 +75010,7 @@ function SidebarInternal({
|
|
|
75010
75010
|
] });
|
|
75011
75011
|
});
|
|
75012
75012
|
const sidebarClasses = cn(
|
|
75013
|
-
"moonui-pro-sidebar flex flex-col bg-background border-r",
|
|
75013
|
+
"moonui-pro-sidebar flex h-full flex-col bg-background border-r",
|
|
75014
75014
|
glassmorphism && "bg-background/80 backdrop-blur-xl border-white/10",
|
|
75015
75015
|
collapsed && !isMobile && "w-16",
|
|
75016
75016
|
!collapsed && !isMobile && "w-64",
|
|
@@ -75064,7 +75064,7 @@ function SidebarInternal({
|
|
|
75064
75064
|
] }) }) })
|
|
75065
75065
|
] });
|
|
75066
75066
|
}
|
|
75067
|
-
return /* @__PURE__ */ jsxs("aside", { className: cn(sidebarClasses, "hidden md:flex
|
|
75067
|
+
return /* @__PURE__ */ jsxs("aside", { className: cn(sidebarClasses, "hidden md:flex"), children: [
|
|
75068
75068
|
animatedBackground && /* @__PURE__ */ jsx(
|
|
75069
75069
|
motion.div,
|
|
75070
75070
|
{
|
|
@@ -75254,7 +75254,7 @@ function NavbarInternal({
|
|
|
75254
75254
|
}) });
|
|
75255
75255
|
const MobileMenu = () => /* @__PURE__ */ jsxs(Sheet, { open: isOpen, onOpenChange: setIsOpen, children: [
|
|
75256
75256
|
/* @__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" }) }) }),
|
|
75257
|
-
/* @__PURE__ */ jsx(SheetContent, { side: mobileMenuPosition, className: "w-80 p-0", children: /* @__PURE__ */ jsxs("div", { className: "flex
|
|
75257
|
+
/* @__PURE__ */ jsx(SheetContent, { side: mobileMenuPosition, className: "w-80 p-0", children: /* @__PURE__ */ jsxs("div", { className: "flex h-full flex-col", children: [
|
|
75258
75258
|
/* @__PURE__ */ jsxs("div", { className: "flex items-center justify-between p-4 border-b", children: [
|
|
75259
75259
|
branding && /* @__PURE__ */ jsxs("div", { className: "flex items-center gap-2", children: [
|
|
75260
75260
|
branding.logo,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@moontra/moonui-pro",
|
|
3
|
-
"version": "2.25.
|
|
3
|
+
"version": "2.25.18",
|
|
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",
|