@praxisui/core 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.
package/README.md CHANGED
@@ -2,12 +2,17 @@
2
2
 
3
3
  > Biblioteca central com interfaces e serviços fundamentais para o Praxis UI Workspace
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
+ - Official documentation: https://praxisui.dev
8
+ - Quickstart reference app: https://github.com/codexrodrigues/praxis-ui-quickstart
9
+ - Recommended for: hosts that need the shared contracts, tokens, icons and base services used across `@praxisui/*`
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
+ - Centralize shared contracts, tokens and utilities across Praxis UI packages
14
+ - Keep icon, config and dynamic widget infrastructure aligned in the host app
15
+ - Avoid duplicating low-level primitives across multiple business libraries
11
16
 
12
17
  ## 🌟 Visão Geral
13
18