@webitel/ui-sdk 23.12.55 → 23.12.56

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.55",
3
+ "version": "23.12.56",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "dev": "vite",
@@ -174,6 +174,7 @@ export default {
174
174
  padding: var(--textarea-padding);
175
175
  resize: none;
176
176
  transition: var(--transition);
177
+ background: transparent;
177
178
  border: var(--input-border);
178
179
  border-color: var(--wt-text-field-input-border-color);
179
180
  border-radius: var(--border-radius);