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

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-3",
3
+ "version": "2.0.16-6",
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 {
@@ -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: {
@@ -52,6 +53,7 @@ export default {
52
53
  host: 'Host',
53
54
  time: 'Time',
54
55
  channel: 'Channel',
56
+ file: 'File',
55
57
  },
56
58
  // date-related texts
57
59
  date: {
@@ -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: 'Язык',
@@ -51,6 +52,7 @@ export default {
51
52
  host: 'Хост',
52
53
  time: 'Время',
53
54
  channel: 'Канал',
55
+ file: 'Файл',
54
56
  },
55
57
  // date-related texts
56
58
  date: {
@@ -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: 'Мова',
@@ -51,6 +52,7 @@ export default {
51
52
  host: 'Хост',
52
53
  time: 'Час',
53
54
  channel: 'Канал',
55
+ file: 'Файл',
54
56
  },
55
57
  // date-related texts
56
58
  date: {