@chat21/chat21-web-widget 5.0.80-rc.1 → 5.0.80-rc.2

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
@@ -5,6 +5,9 @@
5
5
  *Dario De Pascalis*
6
6
  ### **Copyrigth**: *Tiledesk SRL*
7
7
 
8
+ ### 5.0.80-rc.2
9
+ - changed: background color network disconnection msg
10
+
8
11
  ### 5.0.80-rc.1
9
12
  - added: network-offline component to manage network connection/disconnection
10
13
  - added: onDisconnect MQTT method to subscribe and manage reconnect/close/offline event
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.80-rc.1",
4
+ "version": "5.0.80-rc.2",
5
5
  "license": "MIT",
6
6
  "homepage": "https://www.tiledesk.com",
7
7
  "repository": {
@@ -706,7 +706,7 @@ chat-root {
706
706
  position: absolute;
707
707
  width: 100%;
708
708
  height: 100%;
709
- background: rgba(0, 0, 0, .32);
709
+ // background: rgba(0, 0, 0, .32);
710
710
  justify-content: center;
711
711
  align-items: flex-end;
712
712
  display: flex;