@chat21/chat21-web-widget 5.1.32-rc13 → 5.1.32-rc15

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/CHANGELOG.md CHANGED
@@ -6,11 +6,18 @@
6
6
  ### **Copyrigth**:
7
7
  *Tiledesk SRL*
8
8
 
9
+ # 5.1.32-rc15
10
+ - **changed**: redemptionMs: 800
11
+
12
+ # 5.1.32-rc14
13
+ - **changed**: minor ui fixed
14
+
9
15
  # 5.1.32-rc13
16
+ - **added**: VAD speech state events (`speechStart$`, `speechEnd$`) to improve UI/state transitions around user speech
10
17
  - **changed**: stream audio footer UI — stream button expands into a “Terminate” pill with animated level bars driven by mic intensity; recorder icon hidden while streaming; textarea width adjusted while streaming
11
18
  - **changed**: `StreamAudioSpectrum` — consolidated stream spectrum + stream button visuals into a single component with improved silence vs speaking handling and volume-driven bar heights
12
19
  - **changed**: conversation layout while streaming — adjusted received bubble sizing (`fullSizeMessage`) and loading spinner spacing (`fullSize`) for full-width stream mode
13
- - **added**: VAD speech state events (`speechStart$`, `speechEnd$`) to improve UI/state transitions around user speech
20
+
14
21
 
15
22
 
16
23
  # 5.1.32-rc12
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@chat21/chat21-web-widget",
3
3
  "author": "Tiledesk SRL",
4
- "version": "5.1.32-rc13",
4
+ "version": "5.1.32-rc15",
5
5
  "license": "MIT",
6
6
  "homepage": "https://www.tiledesk.com",
7
7
  "repository": {
@@ -28,7 +28,7 @@
28
28
  }
29
29
 
30
30
  :host .loading.fullSize ::ng-deep > div.spinner{
31
- margin: 50px 0px !important;
31
+ margin: 15px 0px !important;
32
32
  }
33
33
 
34
34
  // ============= CSS c21-body ================= //
@@ -118,7 +118,7 @@ export class VoiceService {
118
118
  void this.vad?.pause();
119
119
  },
120
120
  minSpeechMs: 480,
121
- redemptionMs: 1920,
121
+ redemptionMs: 800,//1920,
122
122
  preSpeechPadMs: 960,
123
123
  });
124
124