@webitel/ui-sdk 23.12.58 → 23.12.60

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.58",
3
+ "version": "23.12.60",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "dev": "vite",
@@ -295,6 +295,7 @@ onMounted(() => {
295
295
  border: var(--input-border);
296
296
  border-color: var(--wt-text-field-input-border-color);
297
297
  border-radius: var(--border-radius);
298
+ background: transparent;
298
299
 
299
300
  .wt-input--invalid &,
300
301
  .wt-input--invalid:hover & {