structra-ui 0.2.61 → 0.2.63

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.2.61",
3
+ "version": "0.2.63",
4
4
  "description": "Biblioteca de componentes Angular da StructraLab (UI reutiliz\u00E1vel).",
5
5
  "homepage": "https://structralab.com/",
6
6
  "license": "MIT",
@@ -470,6 +470,7 @@ declare class SkeletonTextComponent {
470
470
 
471
471
  /** Lista vertical de linhas (ex.: opções de dropdown). */
472
472
  declare class SkeletonListComponent {
473
+ /** Padrão 1: evita flick em dropdowns que montam só `<app-skeleton-list />`. */
473
474
  rows: number;
474
475
  /** Mostra um “leading” à esquerda (círculo pequeno). */
475
476
  leading: boolean;