@webitel/ui-sdk 23.12.8 → 23.12.10

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": "23.12.8",
3
+ "version": "23.12.10",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "build": "vue-cli-service build --target lib --name ui-sdk ./src/install.js",
@@ -28,6 +28,9 @@
28
28
  --dp-2-surface-color: hsl(225, 20%, 78%);
29
29
  --dp-1-surface-color: hsl(225, 20%, 77%);
30
30
 
31
+ // content wrapper
32
+ --content-wrapper-color: var(--dp-20-surface-color);
33
+
31
34
  // success colors
32
35
  --success-color: var(--green-darken-4);
33
36
  --success-hover-color: var(--green-darken-3);
@@ -65,8 +68,8 @@
65
68
  --on-chat-color: var(--black);
66
69
 
67
70
  // transfer colors
68
- --transfer-color: var(--indigo-darken-1);
69
- --transfer-hover-color: var(--indigo-lighten-1);
71
+ --transfer-color: var(--indigo-lighten-1);
72
+ --transfer-hover-color: var(--indigo-lighten-2);
70
73
  --transfer-light-color: var(--indigo-lighten-4);
71
74
  --on-transfer-color: var(--white);
72
75
 
@@ -114,6 +117,9 @@
114
117
  --dp-2-surface-color: hsl(225, 20%, 3%);
115
118
  --dp-1-surface-color: hsl(225, 20%, 2%);
116
119
 
120
+ // content wrapper
121
+ --content-wrapper-color: var(--dp-24-surface-color);
122
+
117
123
  // success colors
118
124
  --success-color: var(--green-darken-4);
119
125
  --success-hover-color: var(--green-darken-3);