@praxisui/page-builder 8.0.0-beta.17 → 8.0.0-beta.18

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.
@@ -8095,6 +8095,7 @@ class DynamicPageBuilderComponent {
8095
8095
  const contextHints = reply.contextHints ? { ...reply.contextHints } : undefined;
8096
8096
  const visiblePrompt = this.agenticQuickReplyVisiblePrompt(reply, contextHints);
8097
8097
  this.agenticAuthoringPrompt.set(visiblePrompt);
8098
+ this.agenticAuthoringQuickReplies.set([]);
8098
8099
  this.agenticAuthoringBusy.set(true);
8099
8100
  this.agenticAuthoringError.set('');
8100
8101
  this.agenticAuthoringPreviewResult.set(null);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@praxisui/page-builder",
3
- "version": "8.0.0-beta.17",
3
+ "version": "8.0.0-beta.18",
4
4
  "description": "Page and widget builder utilities for Praxis UI (grid, dynamic widgets, editors).",
5
5
  "peerDependencies": {
6
6
  "@angular/common": "^20.0.0",
@@ -8,9 +8,9 @@
8
8
  "@angular/forms": "^20.0.0",
9
9
  "@angular/cdk": "^20.0.0",
10
10
  "@angular/material": "^20.0.0",
11
- "@praxisui/ai": "^8.0.0-beta.17",
12
- "@praxisui/core": "^8.0.0-beta.17",
13
- "@praxisui/settings-panel": "^8.0.0-beta.17"
11
+ "@praxisui/ai": "^8.0.0-beta.18",
12
+ "@praxisui/core": "^8.0.0-beta.18",
13
+ "@praxisui/settings-panel": "^8.0.0-beta.18"
14
14
  },
15
15
  "dependencies": {
16
16
  "tslib": "^2.3.0"