structra-ui 0.1.22 → 0.1.23

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/README.md CHANGED
@@ -17,6 +17,8 @@ npm install structra-ui ag-grid-angular ag-grid-community
17
17
  - **Angular:** só **21**; peers `@angular/*` em **21.2.7** (versão exata; sem `>=`). Não há suporte para Angular 22.
18
18
  - **AG Grid** (grades): peers **`^35.0.0`**. Obrigatório se usar grades; caso contrário pode instalar só `structra-ui` e gerenciar avisos de peers opcionais.
19
19
 
20
+ **Importar componentes:** `import { TextFieldComponent } from 'structra-ui';` e use em `imports: [TextFieldComponent, …]` do `@Component`. No `tsconfig.json` da app, prefira `"moduleResolution": "bundler"` ou `"node16"` para o Node resolver o campo `exports` do pacote.
21
+
20
22
  ## Build do pacote
21
23
 
22
24
  A entrada publicada é **`src/structra-public-api.ts`** na raiz do monorepo (ver `ng-package.json`). O comando: