@praxisui/ai 1.0.0-beta.45 → 1.0.0-beta.46
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 +4 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -147,3 +147,7 @@ The manual patch editor UI is disabled by default and can be enabled explicitly
|
|
|
147
147
|
- Clarification options are rendered as decision cards with metadata labels.
|
|
148
148
|
- Review/clarification modes render a "thought + plan" summary card.
|
|
149
149
|
- All premium styling remains bound to Material 3 host tokens (no independent dark theme inside the lib).
|
|
150
|
+
|
|
151
|
+
## Technical Docs
|
|
152
|
+
|
|
153
|
+
- `projects/praxis-ai/docs/ai-deployment-flow.md`
|
package/package.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@praxisui/ai",
|
|
3
|
-
"version": "1.0.0-beta.
|
|
3
|
+
"version": "1.0.0-beta.46",
|
|
4
4
|
"peerDependencies": {
|
|
5
5
|
"@angular/common": "^20.3.0",
|
|
6
6
|
"@angular/core": "^20.3.0",
|
|
7
|
-
"@praxisui/core": "^1.0.0-beta.
|
|
7
|
+
"@praxisui/core": "^1.0.0-beta.46"
|
|
8
8
|
},
|
|
9
9
|
"dependencies": {
|
|
10
10
|
"tslib": "^2.3.0"
|