@webitel/ui-sdk 25.4.51 → 25.4.52

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": "25.4.51",
3
+ "version": "25.4.52",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "dev": "npm run docs:dev",
@@ -188,6 +188,7 @@ import treeExpand from './tree-expand.svg';
188
188
  import treeLine from './tree-line.svg';
189
189
  import ttsDownload from './tts-download.svg';
190
190
  import undo from './undo.svg';
191
+ import union from './union.svg';
191
192
  import unpin from './unpin.svg';
192
193
  import upload from './upload.svg';
193
194
  import user from './user.svg';
@@ -355,6 +356,7 @@ export default objCamelToKebab({
355
356
  tick,
356
357
  upload,
357
358
  user,
359
+ union,
358
360
  videoCamOff,
359
361
  videoCam,
360
362
  zoomIn,
@@ -0,0 +1,3 @@
1
+ <svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M13.0988 3.66504C12.4511 3.25822 11.6282 3.25636 10.9787 3.66024L4.94383 7.41318C4.35688 7.77819 4 8.42038 4 9.11156V15.4153C4 16.0929 4.34304 16.7243 4.91144 17.0931L10.9114 20.9859C11.5736 21.4155 12.4264 21.4155 13.0886 20.9859L19.0886 17.0931C19.657 16.7243 20 16.0929 20 15.4153V9.10565C20 8.41769 19.6464 7.77801 19.0638 7.41207L13.0988 3.66504ZM12.0349 5.35862L7.78725 8.00012L12.0349 10.6416L16.2401 8.00012L12.0349 5.35862ZM6 15.4153V9.24387L11 12.3532V18.6593L6 15.4153ZM13 18.6593L18 15.4153V9.25644L13 12.3972V18.6593Z"/>
3
+ </svg>
@@ -242,6 +242,7 @@ export default {
242
242
  reason: 'Reason | Reasons',
243
243
  rating: 'Rating',
244
244
  service: 'Service | Services',
245
+ selectAService: 'Select a service',
245
246
  appliedSLA: 'Applied SLA',
246
247
  appliedCondition: 'Applied condition',
247
248
  reactionTime: 'Reaction time',
@@ -235,6 +235,7 @@ export default {
235
235
  reason: 'Причина | Причины',
236
236
  rating: 'Оценка',
237
237
  service: 'Сервисы | Сервисы',
238
+ selectAService: 'Выбрать сервис',
238
239
  appliedSLA: 'Примененный SLA',
239
240
  appliedCondition: 'Примененное условие',
240
241
  reactionTime: 'Плановое время реакции',
@@ -241,6 +241,7 @@ export default {
241
241
  reason: 'Причина | Причини',
242
242
  rating: 'Оцінка',
243
243
  service: 'Cервіси | Cервіси',
244
+ selectAService: 'Вибрати сервіс',
244
245
  appliedSLA: 'Застосований SLA',
245
246
  appliedCondition: 'Застосована умова',
246
247
  reactionTime: 'Плановий час реакції',