@moontra/moonui-pro 2.30.10 → 2.30.11
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.global.js +1 -1
- package/dist/index.global.js.map +1 -1
- package/dist/index.mjs +2 -2
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -75175,8 +75175,8 @@ function SidebarInternal({
|
|
|
75175
75175
|
}
|
|
75176
75176
|
},
|
|
75177
75177
|
className: cn(
|
|
75178
|
-
"flex items-center gap-3 rounded-lg
|
|
75179
|
-
fullWidthItems ? "w-
|
|
75178
|
+
"flex items-center gap-3 rounded-lg text-sm transition-all",
|
|
75179
|
+
fullWidthItems ? "w-full mx-3 px-3 py-2" : "w-full px-3 py-2",
|
|
75180
75180
|
"hover:bg-accent hover:text-accent-foreground",
|
|
75181
75181
|
isActive2 && "bg-primary/10 text-primary font-medium",
|
|
75182
75182
|
item.disabled && "opacity-50 cursor-not-allowed",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@moontra/moonui-pro",
|
|
3
|
-
"version": "2.30.
|
|
3
|
+
"version": "2.30.11",
|
|
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",
|