@ansiversa/components 0.0.79 → 0.0.80

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.79",
3
+ "version": "0.0.80",
4
4
  "description": "Shared UI components and layouts for the Ansiversa ecosystem",
5
5
  "type": "module",
6
6
  "exports": {
@@ -606,7 +606,7 @@
606
606
  }
607
607
 
608
608
  .av-navbar-actions {
609
- @apply flex items-center gap-2;
609
+ @apply flex items-center gap-1;
610
610
  }
611
611
 
612
612
  .av-icon {