@praxisui/crud 1.0.0-beta.4 → 1.0.0-beta.41

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.
package/README.md CHANGED
@@ -1,6 +1,27 @@
1
- # PraxisCrud
1
+ # @praxisui/crud
2
2
 
3
- This project was generated using [Angular CLI](https://github.com/angular/angular-cli) version 20.1.0.
3
+ > Componentes e utilitários para telas CRUD no Praxis UI.
4
+
5
+ ## 🎨 Tema M3 (tokens mínimos)
6
+
7
+ Para garantir que cabeçalhos e ações reflitam o tema do app host:
8
+
9
+ - Superfícies: `--md-sys-color-surface`, `--md-sys-color-surface-container`
10
+ - Texto/contorno: `--md-sys-color-on-surface`, `--md-sys-color-on-surface-variant`, `--md-sys-color-outline-variant`
11
+ - Semânticos: `--md-sys-color-primary`, `--md-sys-color-error`
12
+ - Elevação: `--md-sys-elevation-level1`–`--md-sys-elevation-level2`
13
+ Nota: a classe de tema é decisão do host (`.dark-theme` ou `.theme-dark`/`.theme-light`); mantenha tokens e componentes no mesmo escopo.
14
+
15
+ ## 🔰 Exemplos / Quickstart
16
+
17
+ Para ver esta biblioteca em funcionamento em uma aplicação completa, utilize o projeto de exemplo (Quickstart):
18
+
19
+ - Repositório: https://github.com/codexrodrigues/praxis-ui-quickstart
20
+ - O Quickstart demonstra a integração das bibliotecas `@praxisui/*` em um app Angular, incluindo instalação, configuração e uso em telas reais.
21
+
22
+ ---
23
+
24
+ Este projeto foi gerado com [Angular CLI](https://github.com/angular/angular-cli) versão 20.1.0.
4
25
 
5
26
  ## Code scaffolding
6
27