structra-ui 0.2.23 → 0.2.24
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
|
@@ -3477,6 +3477,10 @@ declare class AppSidebarToolbarDirective {
|
|
|
3477
3477
|
* Marca o título no topo da lateral: **na mesma linha** que o botão recolher (à esquerda);
|
|
3478
3478
|
* oculto no modo rail (só ícones).
|
|
3479
3479
|
*
|
|
3480
|
+
* **Importante:** não coloque `[appSidebarBrand]` num único `div` que também envolva o botão com classes
|
|
3481
|
+
* tipo Tailwind (`flex`, `justify-between`): use **dois projectados irmãos** (marca + `[appSidebarToolbar]`).
|
|
3482
|
+
* Caso contrário a linha inteira fica só dentro da zona da marca e o alinhamento à esquerda pode falhar no host da app.
|
|
3483
|
+
*
|
|
3480
3484
|
* ```html
|
|
3481
3485
|
* <app-sidebar [items]="nav">
|
|
3482
3486
|
* <span appSidebarBrand>Minha aplicação</span>
|