structra-ui 0.1.54 → 0.1.57
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
package/types/structra-ui.d.ts
CHANGED
|
@@ -1322,7 +1322,8 @@ declare class LayoutStackComponent {
|
|
|
1322
1322
|
direction: LayoutStackDirection;
|
|
1323
1323
|
/**
|
|
1324
1324
|
* Eixo cruzado: em `row` alinha no vertical (ex.: `start` = topo); em `column` alinha no horizontal.
|
|
1325
|
-
* Se não for definido
|
|
1325
|
+
* Se não for definido: sem `stackFill` = eixo cruzado centrado; com `stackFill` em `row` = `flex-start` (altura = conteúdo).
|
|
1326
|
+
* Use `LayoutStackItemAlign.Stretch` se quiser todas as células da fila com a mesma altura.
|
|
1326
1327
|
*/
|
|
1327
1328
|
itemAlign: LayoutStackItemAlign | null;
|
|
1328
1329
|
/**
|