structra-ui 0.1.37 → 0.1.39

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 +0 -10
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -18,8 +18,6 @@ npm install structra-ui ag-grid-community ag-grid-angular
18
18
 
19
19
  ## AG Grid (grid)
20
20
 
21
- Com **AG Grid 35+**, se importares os CSS clássicos (`ag-grid.css` + `ag-theme-alpine.css`, como no tema da lib), tens de usar o modo **legacy** do tema — senão aparece o erro **#239** (Theming API vs ficheiros CSS).
22
-
23
21
  Regista módulos e o tema global **uma vez** antes de abrir qualquer grid (ex.: `main.ts`):
24
22
 
25
23
  ```ts
@@ -31,14 +29,6 @@ import {
31
29
  ModuleRegistry.registerModules([AllCommunityModule]);
32
30
  ```
33
31
 
34
- ## Estilos
35
-
36
- Importe a lib em código (ex.: `import { TextFieldComponent } from 'structra-ui'`). O tema global acompanha; não precisa repetir CSS no `angular.json` por causa disso.
37
-
38
- ## Publicar a lib (monorepo `web-components`)
39
-
40
- Na raiz do repositório: `npm run lib:build` (não use só `ng build structra-ui`).
41
-
42
32
  ## Licença
43
33
 
44
34
  MIT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "structra-ui",
3
- "version": "0.1.37",
3
+ "version": "0.1.39",
4
4
  "description": "Biblioteca de componentes Angular da StructraLab (UI reutilizável).",
5
5
  "homepage": "https://structralab.com/",
6
6
  "license": "MIT",