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

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-4",
3
+ "version": "2.0.16-7",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "serve-lib": "vue-cli-service serve",
@@ -14,7 +14,7 @@ export default {
14
14
  color: {
15
15
  type: String,
16
16
  default: 'contrast',
17
- description: '["main", "contrast"]',
17
+ description: '["main", "contrast", "icon"]',
18
18
  },
19
19
  },
20
20
  };
@@ -44,6 +44,9 @@ export default {
44
44
  &--main circle {
45
45
  stroke: var(--main-color);
46
46
  }
47
+ &--icon circle {
48
+ stroke: var(--icon-color);
49
+ }
47
50
  }
48
51
 
49
52
  @keyframes rotate {
@@ -13,10 +13,12 @@
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
+ <slot name="search-icon">
17
+ <wt-icon
18
+ class="wt-search-bar__search-icon"
19
+ icon="search"
20
+ ></wt-icon>
21
+ </slot>
20
22
  <wt-icon-btn
21
23
  class="wt-search-bar__reset-icon-btn"
22
24
  :class="{ 'hidden': !value }"
@@ -38,6 +38,7 @@ export default {
38
38
  to: 'To',
39
39
  tts: 'Text-to-Speech',
40
40
  state: 'State',
41
+ refresh: 'Refresh',
41
42
  },
42
43
  // yak zhe ya zaebalsya povtoriaty odni i ti sami slova!!!!
43
44
  vocabulary: {
@@ -38,6 +38,7 @@ export default {
38
38
  to: 'До',
39
39
  tts: 'Text-to-Speech',
40
40
  state: 'Состояние',
41
+ refresh: 'Обновить',
41
42
  },
42
43
  vocabulary: {
43
44
  language: 'Язык',
@@ -38,6 +38,7 @@ export default {
38
38
  to: 'До',
39
39
  tts: 'Text-to-Speech',
40
40
  state: 'Стан',
41
+ refresh: 'Оновити',
41
42
  },
42
43
  vocabulary: {
43
44
  language: 'Мова',