@chat21/chat21-web-widget 5.0.57-rc.3 → 5.0.57-rc.4

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
@@ -1,5 +1,8 @@
1
1
  # chat21-web-widget ver 5.0
2
2
 
3
+ ### 5.0.57-rc.4
4
+ - changed: set calloutStatus to false as default value
5
+
3
6
  ### 5.0.57-rc.3
4
7
  - changed: tiledesk logo during conversation
5
8
  - changed: show entire text of buttons
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.0.57-rc.3",
4
+ "version": "5.0.57-rc.4",
5
5
  "license": "MIT",
6
6
  "homepage": "https://www.tiledesk.com",
7
7
  "repository": {
@@ -24,7 +24,8 @@
24
24
  font-size: var(--buttonFontSize);
25
25
  -o-text-overflow: ellipsis;
26
26
  text-overflow: ellipsis;
27
- white-space: nowrap;
27
+ // white-space: nowrap;
28
+ word-wrap: break-word;
28
29
  letter-spacing: -0.24px;
29
30
  -webkit-font-smoothing: antialiased;
30
31
  color: var(--textColor);
@@ -27,6 +27,7 @@
27
27
  -o-text-overflow: ellipsis;
28
28
  text-overflow: ellipsis;
29
29
  // white-space: nowrap;
30
+ word-wrap: break-word;
30
31
  letter-spacing: -0.24px;
31
32
  -webkit-font-smoothing: antialiased;
32
33
  color: var(--textColor); //$blue
@@ -266,7 +266,7 @@ export class Globals {
266
266
  /** title box callout */
267
267
  this.calloutMsg = '';
268
268
  /** stato callout (shown only first time) */
269
- this.calloutStaus = true;
269
+ this.calloutStaus = false;
270
270
  /** message box callout */
271
271
  this.userFullname = '';
272
272
  /** userFullname: Current user fullname. Set this parameter to specify