@praxisui/visual-builder 1.0.0-beta.61 → 1.0.0-beta.64

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 +11 -6
  2. package/package.json +7 -6
package/README.md CHANGED
@@ -1,13 +1,18 @@
1
- # Praxis Visual Builder
1
+ # @praxisui/visual-builder
2
2
 
3
- ## 🔰 Exemplos / Quickstart
3
+ Visual rule and expression builder for Praxis UI with mini-DSL support, validation, contextual variables and round-trip editing between visual and textual representations.
4
4
 
5
- Para ver esta biblioteca em funcionamento em uma aplicação completa, utilize o projeto de exemplo (Quickstart):
5
+ ## Documentation
6
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.
7
+ - Official documentation: https://praxisui.dev
8
+ - Quickstart reference app: https://github.com/codexrodrigues/praxis-ui-quickstart
9
+ - Recommended for: teams that need a visual rule editor with DSL interoperability, validation and contextual variable management
9
10
 
10
- A comprehensive Angular library for building visual rule editors with support for mini-DSL expressions and contextual specifications.
11
+ ## When to use
12
+
13
+ - Build visual rule editors without losing a textual DSL representation
14
+ - Validate and round-trip expressions between UI and code-like syntax
15
+ - Support complex contextual variables in low-code or admin experiences
11
16
 
12
17
  ## Features
13
18
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@praxisui/visual-builder",
3
- "version": "1.0.0-beta.61",
3
+ "version": "1.0.0-beta.64",
4
4
  "description": "Visual rule and expression builder for Praxis UI with mini-DSL support, validation and context variables.",
5
5
  "peerDependencies": {
6
6
  "@angular/common": "^20.0.0",
@@ -8,9 +8,9 @@
8
8
  "@angular/cdk": "^20.0.0",
9
9
  "@angular/material": "^20.0.0",
10
10
  "@angular/forms": "^20.0.0",
11
- "@praxisui/specification-core": "^1.0.0-beta.61",
12
- "@praxisui/specification": "^1.0.0-beta.61",
13
- "@praxisui/settings-panel": "^1.0.0-beta.61"
11
+ "@praxisui/specification-core": "^1.0.0-beta.64",
12
+ "@praxisui/specification": "^1.0.0-beta.64",
13
+ "@praxisui/settings-panel": "^1.0.0-beta.64"
14
14
  },
15
15
  "dependencies": {
16
16
  "tslib": "^2.3.0",
@@ -24,7 +24,7 @@
24
24
  "type": "git",
25
25
  "url": "https://github.com/codexrodrigues/praxis-ui-angular"
26
26
  },
27
- "homepage": "https://github.com/codexrodrigues/praxis-ui-angular#readme",
27
+ "homepage": "https://praxisui.dev",
28
28
  "bugs": {
29
29
  "url": "https://github.com/codexrodrigues/praxis-ui-angular/issues"
30
30
  },
@@ -34,7 +34,8 @@
34
34
  "visual-builder",
35
35
  "rules",
36
36
  "dsl",
37
- "editor"
37
+ "low-code",
38
+ "expression-editor"
38
39
  ],
39
40
  "sideEffects": false,
40
41
  "module": "fesm2022/praxisui-visual-builder.mjs",