@praxisui/core 1.0.0-beta.60 → 1.0.0-beta.62
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 +9 -4
- package/fesm2022/praxisui-core.mjs +1467 -31
- package/fesm2022/praxisui-core.mjs.map +1 -1
- package/index.d.ts +487 -7
- package/package.json +6 -7
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
|
-
##
|
|
5
|
+
## Documentation
|
|
6
6
|
|
|
7
|
-
|
|
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
|
-
|
|
10
|
-
|
|
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
|
|