@ansiversa/components 0.0.53 → 0.0.54

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.53",
3
+ "version": "0.0.54",
4
4
  "description": "Shared UI components and layouts for the Ansiversa ecosystem",
5
5
  "type": "module",
6
6
  "exports": {
@@ -899,6 +899,11 @@
899
899
  display: flex;
900
900
  gap: 0.5rem;
901
901
  justify-content: flex-end;
902
+ margin-left: auto;
903
+ }
904
+
905
+ .av-table-toolbar__search > * {
906
+ width: 100%;
902
907
  }
903
908
 
904
909
  .av-admin-page-top {