structra-ui 0.1.47 → 0.1.48

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.47",
3
+ "version": "0.1.48",
4
4
  "description": "Biblioteca de componentes Angular da StructraLab (UI reutilizável).",
5
5
  "homepage": "https://structralab.com/",
6
6
  "license": "MIT",
@@ -1317,8 +1317,9 @@ declare class LayoutStackComponent {
1317
1317
  /** Linha separadora acima da faixa. Nome explícito para evitar colisão com o esquema DOM em templates aninhados. */
1318
1318
  stackDivider: boolean;
1319
1319
  /**
1320
- * Quando `true` (por defeito), os filhos repartem a largura da faixa (ex.: um botão a 100%;
1321
- * vários com `flex` igual). Use `false` para faixas compactas (largura intrínseca).
1320
+ * Quando `true` (por defeito), em **`Row`** os filhos repartem a **largura** (`flex: 1`).
1321
+ * Em **`Column`**, o preenchimento é **largura total** (empilhamento natural de altura);
1322
+ * não se usa `flex-grow` na vertical para evitar colapso / sobreposição.
1322
1323
  */
1323
1324
  stackFill: boolean;
1324
1325
  get hostClass(): string;