structra-ui 0.1.40 → 0.1.42

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.
Files changed (2) hide show
  1. package/README.md +2 -10
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,21 +1,13 @@
1
1
  # structra-ui
2
2
 
3
- Biblioteca **Angular 21** (componentes Structra). Exemplos: [StructraLab](https://structralab.com/).
3
+ Biblioteca de componentes para projetos **Angular**.
4
+ **Site oficial**: [StructraLab](https://structralab.com/).
4
5
 
5
6
  ## Instalar
6
7
 
7
8
  ```bash
8
9
  npm install structra-ui
9
10
  ```
10
-
11
- Com **npm 7+**, em geral o npm já traz os **peer dependencies** (incluindo AG Grid) junto.
12
-
13
- Se for usar **grid** e quiser instalar a lib + AG Grid explicitamente (sempre a última versão que o npm resolver):
14
-
15
- ```bash
16
- npm install structra-ui ag-grid-community ag-grid-angular
17
- ```
18
-
19
11
  ## AG Grid (grid)
20
12
 
21
13
  Registre os módulos Community uma vez no main.ts (antes do bootstrapApplication):
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "structra-ui",
3
- "version": "0.1.40",
3
+ "version": "0.1.42",
4
4
  "description": "Biblioteca de componentes Angular da StructraLab (UI reutilizável).",
5
5
  "homepage": "https://structralab.com/",
6
6
  "license": "MIT",