@webitel/ui-sdk 23.12.9 → 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.9",
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",
@@ -118,7 +118,7 @@
118
118
  --dp-1-surface-color: hsl(225, 20%, 2%);
119
119
 
120
120
  // content wrapper
121
- --content-wrapper-color: var(--dp-20-surface-color);
121
+ --content-wrapper-color: var(--dp-24-surface-color);
122
122
 
123
123
  // success colors
124
124
  --success-color: var(--green-darken-4);