@praxisui/table-rule-builder 1.0.0-beta.61 → 1.0.0-beta.63

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 +9 -4
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -2,12 +2,17 @@
2
2
 
3
3
  Componentes de UI e utilitários para construir e aplicar efeitos visuais em regras de tabela do Praxis UI.
4
4
 
5
- ## 🔰 Exemplos / Quickstart
5
+ ## Documentation
6
6
 
7
- Para ver esta biblioteca em funcionamento em uma aplicação completa, utilize o projeto de exemplo (Quickstart):
7
+ - Documentação oficial: https://praxisui.dev
8
+ - Aplicação de referência: https://github.com/codexrodrigues/praxis-ui-quickstart
9
+ - Indicado para: customizacao visual, destaque semantico e regras condicionais em tabelas enterprise
8
10
 
9
- - Repositório: https://github.com/codexrodrigues/praxis-ui-quickstart
10
- - O Quickstart demonstra a integração das bibliotecas `@praxisui/*` em um app Angular, incluindo instalação, configuração e uso em telas reais.
11
+ ## When to use
12
+
13
+ - Configurar efeitos visuais condicionais em tabelas sem escrever CSS custom por regra
14
+ - Traduzir regras de negocio em destaque visual para linhas e celulas
15
+ - Integrar um editor de efeitos com a tabela do ecossistema Praxis UI
11
16
 
12
17
  ## Instalação
13
18
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@praxisui/table-rule-builder",
3
- "version": "1.0.0-beta.61",
3
+ "version": "1.0.0-beta.63",
4
4
  "description": "Praxis Table Rule Builder: UI components and engine utils for table rules",
5
5
  "peerDependencies": {
6
6
  "@angular/common": "^20.0.0",
@@ -19,7 +19,7 @@
19
19
  "type": "git",
20
20
  "url": "https://github.com/codexrodrigues/praxis-ui-angular"
21
21
  },
22
- "homepage": "https://github.com/codexrodrigues/praxis-ui-angular#readme",
22
+ "homepage": "https://praxisui.dev",
23
23
  "bugs": {
24
24
  "url": "https://github.com/codexrodrigues/praxis-ui-angular/issues"
25
25
  },
@@ -28,7 +28,7 @@
28
28
  "praxisui",
29
29
  "table",
30
30
  "rules",
31
- "ui",
31
+ "conditional-formatting",
32
32
  "material"
33
33
  ],
34
34
  "sideEffects": false,