@webitel/ui-sdk 2.0.16-7 → 2.0.16-8

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-7",
3
+ "version": "2.0.16-8",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "serve-lib": "vue-cli-service serve",
@@ -13,12 +13,13 @@
13
13
  type="search"
14
14
  v-on="listeners"
15
15
  >
16
- <slot name="search-icon">
17
- <wt-icon
18
- class="wt-search-bar__search-icon"
19
- icon="search"
20
- ></wt-icon>
21
- </slot>
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>
22
23
  <wt-icon-btn
23
24
  class="wt-search-bar__reset-icon-btn"
24
25
  :class="{ 'hidden': !value }"