structra-ui 0.1.0 → 0.1.1

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 +19 -1
  2. package/package.json +5 -3
package/README.md CHANGED
@@ -1,3 +1,21 @@
1
1
  # structra-ui
2
2
 
3
- Pacote Angular publicado a partir deste monorepo (`ng build structra-ui`).
3
+ Biblioteca **Angular** da stack **Structra** para interfaces consistentes: componentes, layout de formulários e padrões de UI reutilizáveis entre produtos.
4
+
5
+ Compatível com **Angular 17** (`@angular/common` e `@angular/core` como *peer dependencies*).
6
+
7
+ ## Instalação
8
+
9
+ ```bash
10
+ npm install structra-ui
11
+ ```
12
+
13
+ ## Uso
14
+
15
+ ```ts
16
+ import { STRUCTRA_UI } from 'structra-ui';
17
+ ```
18
+
19
+ ## Licença
20
+
21
+ MIT
package/package.json CHANGED
@@ -1,14 +1,16 @@
1
1
  {
2
2
  "name": "structra-ui",
3
- "version": "0.1.0",
4
- "description": "Angular UI library",
3
+ "version": "0.1.1",
4
+ "description": "Biblioteca de componente Angular StructraLabs.",
5
5
  "license": "MIT",
6
6
  "sideEffects": false,
7
7
  "keywords": [
8
8
  "angular",
9
+ "angular17",
9
10
  "ui",
10
11
  "structra",
11
- "structra-ui"
12
+ "structra-ui",
13
+ "structralab"
12
14
  ],
13
15
  "peerDependencies": {
14
16
  "@angular/common": "^17.3.0",