structra-ui 0.1.1 → 0.1.3

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 +3 -1
  2. package/package.json +8 -3
package/README.md CHANGED
@@ -2,7 +2,9 @@
2
2
 
3
3
  Biblioteca **Angular** da stack **Structra** para interfaces consistentes: componentes, layout de formulários e padrões de UI reutilizáveis entre produtos.
4
4
 
5
- Compatível com **Angular 17** (`@angular/common` e `@angular/core` como *peer dependencies*).
5
+ **Documentação e exemplos:** [StructraLab](https://structralab.com/)
6
+
7
+ **Peer dependencies:** `@angular/common` e `@angular/core` em **`>=17.0.0 <22.0.0`** — ou seja, **Angular 17.x a 21.x**
6
8
 
7
9
  ## Instalação
8
10
 
package/package.json CHANGED
@@ -1,20 +1,25 @@
1
1
  {
2
2
  "name": "structra-ui",
3
- "version": "0.1.1",
3
+ "version": "0.1.3",
4
4
  "description": "Biblioteca de componente Angular StructraLabs.",
5
+ "homepage": "https://structralab.com/",
5
6
  "license": "MIT",
6
7
  "sideEffects": false,
7
8
  "keywords": [
8
9
  "angular",
9
10
  "angular17",
11
+ "angular18",
12
+ "angular19",
13
+ "angular20",
14
+ "angular21",
10
15
  "ui",
11
16
  "structra",
12
17
  "structra-ui",
13
18
  "structralab"
14
19
  ],
15
20
  "peerDependencies": {
16
- "@angular/common": "^17.3.0",
17
- "@angular/core": "^17.3.0"
21
+ "@angular/common": ">=17.0.0 <22.0.0",
22
+ "@angular/core": ">=17.0.0 <22.0.0"
18
23
  },
19
24
  "dependencies": {
20
25
  "tslib": "^2.3.0"