structra-ui 0.1.70 → 0.1.71

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": "structra-ui",
3
- "version": "0.1.70",
3
+ "version": "0.1.71",
4
4
  "description": "Biblioteca de componentes Angular da StructraLab (UI reutilizável).",
5
5
  "homepage": "https://structralab.com/",
6
6
  "license": "MIT",
@@ -1506,9 +1506,9 @@ declare class FormGroupComponent implements OnChanges, OnInit, DoCheck {
1506
1506
  onMoveDownClick(ev: Event): void;
1507
1507
  private setCollapsed;
1508
1508
  /**
1509
- * Após expandir, ajusta o scroll o **mínimo** necessário (`nearest`) em vez de alinhar ao topo
1510
- * (`start`), para manter contexto acima (ex.: título de secção, separador, aba anterior).
1511
- * Dois `rAF` garantem o corpo no DOM após o `markForCheck` (incl. aninhados).
1509
+ * `block: 'start'` aproxima o grupo ao bordo superior (mais do que o `nearest`), mas o
1510
+ * `scroll-margin-top` no :host (CSS) cria respiro para ainda se ver o contexto de cima
1511
+ * (separador, outra aba) sem ir ao cimo absoluto. Dois `rAF` pós-`markForCheck` (incl. aninhados).
1512
1512
  */
1513
1513
  private scheduleScrollIntoView;
1514
1514
  private prefersReducedMotion;