@ansiversa/components 0.0.45 → 0.0.46

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.45",
3
+ "version": "0.0.46",
4
4
  "description": "Shared UI components and layouts for the Ansiversa ecosystem",
5
5
  "type": "module",
6
6
  "exports": {
@@ -974,7 +974,7 @@
974
974
  }
975
975
 
976
976
  .av-navbar-inner {
977
- @apply w-full max-w-none px-0 flex items-center justify-between py-3 gap-4;
977
+ @apply w-full max-w-none px-4 flex items-center justify-between py-3 gap-4;
978
978
  }
979
979
 
980
980
  .av-nav {