@ansiversa/components 0.0.78 → 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.78",
3
+ "version": "0.0.80",
4
4
  "description": "Shared UI components and layouts for the Ansiversa ecosystem",
5
5
  "type": "module",
6
6
  "exports": {
@@ -390,6 +390,10 @@
390
390
  .av-navbar-actions {
391
391
  padding-right: 0.5rem;
392
392
  }
393
+
394
+ .av-navbar-actions .av-btn-primary {
395
+ margin-right: 0.5rem;
396
+ }
393
397
  }
394
398
 
395
399
  /* Admin list page (generic) ------------------------------------------ */
@@ -602,7 +606,7 @@
602
606
  }
603
607
 
604
608
  .av-navbar-actions {
605
- @apply flex items-center gap-2;
609
+ @apply flex items-center gap-1;
606
610
  }
607
611
 
608
612
  .av-icon {