@moontra/moonui-pro 3.4.24 → 3.4.25
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
|
@@ -79406,6 +79406,9 @@ function NavbarInternal({
|
|
|
79406
79406
|
}
|
|
79407
79407
|
};
|
|
79408
79408
|
const getNavbarHeight = () => {
|
|
79409
|
+
if (scrollBehavior === "minimal" && minimalConfig?.heightOnScroll) {
|
|
79410
|
+
return minimalConfig.heightOnScroll;
|
|
79411
|
+
}
|
|
79409
79412
|
const heightMap = {
|
|
79410
79413
|
sm: "h-14",
|
|
79411
79414
|
// 56px
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@moontra/moonui-pro",
|
|
3
|
-
"version": "3.4.
|
|
3
|
+
"version": "3.4.25",
|
|
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",
|