@ansiversa/components 0.0.56 → 0.0.57

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.56",
3
+ "version": "0.0.57",
4
4
  "description": "Shared UI components and layouts for the Ansiversa ecosystem",
5
5
  "type": "module",
6
6
  "exports": {
@@ -857,7 +857,7 @@
857
857
  align-items: flex-end;
858
858
  justify-content: space-between;
859
859
  gap: 1rem;
860
- margin-bottom: 0.75rem;
860
+ margin-bottom: 0;
861
861
  position: relative;
862
862
  z-index: 1;
863
863
  }