@praxisui/core 1.0.0-beta.45 → 1.0.0-beta.47

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 +6 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -115,6 +115,12 @@ Observação: os IDs de widgets usados na página devem estar registrados via `C
115
115
  [`public-api.ts`](https://github.com/codexrodrigues/praxis/blob/main/frontend-libs/praxis-ui-workspace/projects/praxis-core/src/public-api.ts)
116
116
  para a lista consolidada de serviços, tokens, modelos e utilitários disponíveis para importação.
117
117
 
118
+ ## 📄 Documentacao Tecnica da Lib
119
+
120
+ - `projects/praxis-core/docs/connection-editor.md`
121
+ - `projects/praxis-core/docs/dynamic-gridster-page.md`
122
+ - `projects/praxis-core/docs/schema-flow.md`
123
+
118
124
  ## ⚙️ Global Config (bootstrap)
119
125
 
120
126
  - Use `provideGlobalConfigTenant(...)` para definir o tenant e bloquear o bootstrap até a config remota ser carregada.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@praxisui/core",
3
- "version": "1.0.0-beta.45",
3
+ "version": "1.0.0-beta.47",
4
4
  "description": "Core library for Praxis UI Workspace: types, tokens, services and utilities shared across @praxisui/* packages.",
5
5
  "peerDependencies": {
6
6
  "@angular/common": "^20.0.0",