@webitel/ui-sdk 2.0.16-6 → 2.0.16-9

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": "2.0.16-6",
3
+ "version": "2.0.16-9",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "serve-lib": "vue-cli-service serve",
@@ -13,10 +13,13 @@
13
13
  type="search"
14
14
  v-on="listeners"
15
15
  >
16
- <wt-icon
17
- class="wt-search-bar__search-icon"
18
- icon="search"
19
- ></wt-icon>
16
+ <div class="wt-search-bar__search-icon">
17
+ <slot name="search-icon">
18
+ <wt-icon
19
+ icon="search"
20
+ ></wt-icon>
21
+ </slot>
22
+ </div>
20
23
  <wt-icon-btn
21
24
  class="wt-search-bar__reset-icon-btn"
22
25
  :class="{ 'hidden': !value }"
@@ -112,6 +115,7 @@
112
115
  }
113
116
 
114
117
  .wt-search-bar__search-icon {
118
+ line-height: 0;
115
119
  position: absolute;
116
120
  top: 50%;
117
121
  left: var(--input-icon-margin);