@ansiversa/components 0.0.29 → 0.0.30

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.30",
4
4
  "description": "Shared UI components and layouts for the Ansiversa ecosystem",
5
5
  "type": "module",
6
6
  "exports": {
@@ -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 {