@ansiversa/components 0.0.65 → 0.0.66

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.65",
3
+ "version": "0.0.66",
4
4
  "description": "Shared UI components and layouts for the Ansiversa ecosystem",
5
5
  "type": "module",
6
6
  "exports": {
@@ -780,6 +780,12 @@
780
780
  overflow-y: auto;
781
781
  }
782
782
 
783
+ /* Drawer: always pin panel to the RIGHT (some components add auto-margins) */
784
+ .av-drawer-overlay > * {
785
+ margin-left: auto !important;
786
+ margin-right: 0 !important;
787
+ }
788
+
783
789
  /* TABLE */
784
790
  .av-table {
785
791
  border: 1px solid var(--ans-border);