@ansiversa/components 0.0.29 → 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.29",
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 {
@@ -847,7 +847,7 @@
847
847
  }
848
848
 
849
849
  .av-auth-brand--center {
850
- @apply justify-center;
850
+ @apply w-full flex justify-center;
851
851
  }
852
852
 
853
853
  .av-auth-back__button-row {