@moontra/moonui-pro 3.3.26 → 3.3.27

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
@@ -79700,28 +79700,24 @@ function NavbarInternal({
79700
79700
  "div",
79701
79701
  {
79702
79702
  className: cn(
79703
- "absolute left-0 w-full h-0.5 bg-muted transition-all",
79703
+ "absolute h-0.5 bg-muted transition-all",
79704
79704
  // progressBarInset kontrolü - border-radius içinde mi dışında mı
79705
79705
  progressBarInset ? cn(
79706
- "bottom-1 mx-2",
79707
- // İçeriden margin
79706
+ "bottom-1 left-2 right-2",
79707
+ // İçeriden positioning (mx-2 yerine)
79708
+ "overflow-hidden",
79709
+ // İçerideki progress bar taşmasın
79708
79710
  // Border-radius uyumu
79709
79711
  rounded && "rounded-b-lg",
79710
79712
  variant === "floating-centered" && "rounded-b-2xl",
79711
79713
  variant === "floating" && "rounded-b-lg"
79712
- ) : "bottom-0"
79714
+ ) : "bottom-0 left-0 right-0"
79713
79715
  // Dışarıdan (backward compat)
79714
79716
  ),
79715
79717
  children: /* @__PURE__ */ jsx(
79716
79718
  "div",
79717
79719
  {
79718
- className: cn(
79719
- "h-full bg-primary transition-all duration-150",
79720
- // Progress bar'ın sağ köşesi border-radius ile uyumlu
79721
- progressBarInset && rounded && "rounded-br-lg",
79722
- progressBarInset && variant === "floating-centered" && "rounded-br-2xl",
79723
- progressBarInset && variant === "floating" && "rounded-br-lg"
79724
- ),
79720
+ className: "h-full bg-primary transition-all duration-150",
79725
79721
  style: { width: `${scrollProgress}%` }
79726
79722
  }
79727
79723
  )
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@moontra/moonui-pro",
3
- "version": "3.3.26",
3
+ "version": "3.3.27",
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",