@moontra/moonui-pro 3.3.10 → 3.3.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.mjs CHANGED
@@ -78670,7 +78670,7 @@ function useNavbarScroll({
78670
78670
  }
78671
78671
  lastScrollY.current = currentScrollY;
78672
78672
  ticking.current = false;
78673
- }, [hideOnScroll, scrollBehavior, showScrollProgress, scrollThreshold]);
78673
+ }, [hideOnScroll, scrollBehavior, showScrollProgress, scrollThreshold, isMinimal]);
78674
78674
  const requestTick = useCallback(() => {
78675
78675
  if (!ticking.current) {
78676
78676
  requestAnimationFrame(updateScrollState);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@moontra/moonui-pro",
3
- "version": "3.3.10",
3
+ "version": "3.3.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",