@webitel/ui-sdk 23.12.57 → 23.12.59

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.57",
3
+ "version": "23.12.59",
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 & {
@@ -130,7 +130,6 @@ function handleKeyup(event) {
130
130
  .wt-search-bar__input {
131
131
  @include wt-placeholder('error');
132
132
  color: var(--wt-text-field-error-text-color);
133
- background: transparent;
134
133
  }
135
134
  }
136
135
 
@@ -165,6 +164,7 @@ function handleKeyup(event) {
165
164
  padding: 0;
166
165
  transition: var(--transition);
167
166
  color: var(--wt-text-field-text-color);
167
+ background: transparent;
168
168
  border: none;
169
169
  outline: none;
170
170
  }