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

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,15 @@
6
6
  ### **Copyrigth**:
7
7
  *Tiledesk SRL*
8
8
 
9
+ # 5.1.32-rc14
10
+ - **changed**: minor ui fixed
11
+
9
12
  # 5.1.32-rc13
13
+ - **added**: VAD speech state events (`speechStart$`, `speechEnd$`) to improve UI/state transitions around user speech
10
14
  - **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
15
  - **changed**: `StreamAudioSpectrum` — consolidated stream spectrum + stream button visuals into a single component with improved silence vs speaking handling and volume-driven bar heights
12
16
  - **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
17
+
14
18
 
15
19
 
16
20
  # 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-rc14",
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 ================= //