@ansiversa/components 0.0.30 → 0.0.31

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ansiversa/components",
3
- "version": "0.0.30",
3
+ "version": "0.0.31",
4
4
  "description": "Shared UI components and layouts for the Ansiversa ecosystem",
5
5
  "type": "module",
6
6
  "exports": {
@@ -652,7 +652,7 @@
652
652
  }
653
653
 
654
654
  .av-navbar-inner {
655
- @apply w-full max-w-5xl mx-auto px-5 flex items-center justify-between py-3 gap-4;
655
+ @apply w-full max-w-5xl mx-auto flex items-center justify-between py-3 gap-4;
656
656
  }
657
657
 
658
658
  .av-nav {