@webitel/ui-sdk 24.4.29 → 24.4.30

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webitel/ui-sdk",
3
- "version": "24.4.29",
3
+ "version": "24.4.30",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "dev": "vite",
@@ -64,7 +64,7 @@
64
64
 
65
65
  // chat colors
66
66
  --chat-color: var(--indigo-accent-2);
67
- --chat-hover-color: var(--indigo-accent-2);
67
+ --chat-hover-color: var(--indigo-accent-1);
68
68
  --chat-light-color: var(--indigo-lighten-4);
69
69
  --chat-on-color: var(--black);
70
70
 
@@ -156,7 +156,7 @@
156
156
 
157
157
  // chat colors
158
158
  --chat-color: var(--indigo-accent-2);
159
- --chat-hover-color: var(--indigo-accent-2);
159
+ --chat-hover-color: var(--indigo-accent-1);
160
160
  --chat-light-color: var(--indigo-lighten-3);
161
161
  --chat-on-color: var(--white);
162
162