@moontra/moonui-pro 3.4.17 → 3.4.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/cdn/index.global.js +1 -1
- package/dist/cdn/index.global.js.map +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.mjs +4 -0
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -4018,7 +4018,7 @@ interface NavbarConfig {
|
|
|
4018
4018
|
hover?: string;
|
|
4019
4019
|
};
|
|
4020
4020
|
variant?: "default" | "floating" | "floating-centered" | "floating-auto-hide" | "floating-sticky" | "minimal" | "transparent";
|
|
4021
|
-
size?: "sm" | "md" | "lg";
|
|
4021
|
+
size?: "sm" | "md" | "lg" | "xl" | "2xl";
|
|
4022
4022
|
blur?: boolean;
|
|
4023
4023
|
shadow?: boolean;
|
|
4024
4024
|
rounded?: boolean;
|
package/dist/index.mjs
CHANGED
|
@@ -79392,6 +79392,10 @@ function NavbarInternal({
|
|
|
79392
79392
|
return "h-14";
|
|
79393
79393
|
case "lg":
|
|
79394
79394
|
return "h-20";
|
|
79395
|
+
case "xl":
|
|
79396
|
+
return "h-24";
|
|
79397
|
+
case "2xl":
|
|
79398
|
+
return "h-28";
|
|
79395
79399
|
default:
|
|
79396
79400
|
return "h-16";
|
|
79397
79401
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@moontra/moonui-pro",
|
|
3
|
-
"version": "3.4.
|
|
3
|
+
"version": "3.4.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",
|