@praxisui/manual-form 1.0.0-beta.10 → 1.0.0-beta.11

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 +7 -0
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # Manual Form Toolkit
2
2
 
3
+ ## 🔰 Exemplos / Quickstart
4
+
5
+ Para ver esta biblioteca em funcionamento em uma aplicação completa, utilize o projeto de exemplo (Quickstart):
6
+
7
+ - Repositório: https://github.com/codexrodrigues/praxis-ui-quickstart
8
+ - O Quickstart demonstra a integração das bibliotecas `@praxisui/*` em um app Angular, incluindo instalação, configuração e uso em telas reais.
9
+
3
10
  ## Instalação
4
11
 
5
12
  ```bash
package/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "@praxisui/manual-form",
3
- "version": "1.0.0-beta.10",
3
+ "version": "1.0.0-beta.11",
4
4
  "description": "Manual form toolkit for Praxis UI: container, instance factory and editor bridge for @praxisui/* fields.",
5
5
  "peerDependencies": {
6
6
  "@angular/common": "^20.1.0",
7
7
  "@angular/core": "^20.1.0",
8
- "@praxisui/core": "^1.0.0-beta.10",
9
- "@praxisui/dynamic-fields": "^1.0.0-beta.10",
10
- "@praxisui/settings-panel": "^1.0.0-beta.10",
11
- "@praxisui/metadata-editor": "^1.0.0-beta.10"
8
+ "@praxisui/core": "^1.0.0-beta.11",
9
+ "@praxisui/dynamic-fields": "^1.0.0-beta.11",
10
+ "@praxisui/settings-panel": "^1.0.0-beta.11",
11
+ "@praxisui/metadata-editor": "^1.0.0-beta.11"
12
12
  },
13
13
  "dependencies": {
14
14
  "tslib": "^2.3.0"