structra-ui 0.1.59 → 0.1.61

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.59",
3
+ "version": "0.1.61",
4
4
  "description": "Biblioteca de componentes Angular da StructraLab (UI reutilizável).",
5
5
  "homepage": "https://structralab.com/",
6
6
  "license": "MIT",
@@ -1383,7 +1383,7 @@ declare class FormColComponent {
1383
1383
  order?: number;
1384
1384
  /** Quando `true`, a coluna preenche o espaço horizontal restante na grelha (`auto / -1`). */
1385
1385
  grow: boolean;
1386
- /** Espaço entre elementos projectados na mesma coluna (pilha vertical). */
1386
+ /** Espaço entre elementos na pilha vertical — mesmo “passo” que o `column-gap` de {@link FormRowComponent} com o mesmo `gap`. */
1387
1387
  gap: FormLayoutGap;
1388
1388
  align: FormRowAlign;
1389
1389
  /** No eixo vertical da pilha (`justify-content`). */