@webitel/ui-sdk 25.12.81 → 26.2.0-2

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.
Files changed (425) hide show
  1. package/dist/{install-CR1tqjbI.js → install-0EhA0QIr.js} +23018 -21521
  2. package/dist/plyr-B0Ha1r7X.js +4152 -0
  3. package/dist/ui-sdk.css +1 -1
  4. package/dist/ui-sdk.js +3 -2
  5. package/dist/ui-sdk.umd.cjs +2206 -945
  6. package/dist/{vidstack-Bq6c3Bam-Ciw5smVK.js → vidstack-Bq6c3Bam-Cbv_hYeU.js} +17 -17
  7. package/dist/{vidstack-D2pY00kU-CblVikX8.js → vidstack-D2pY00kU-B9oDfmsB.js} +22 -22
  8. package/dist/{vidstack-DDXt6fpN-9cqZjdCr.js → vidstack-DDXt6fpN-DlYdjDym.js} +4 -4
  9. package/dist/{vidstack-D_-9AA6_-OiYY16FN.js → vidstack-D_-9AA6_-ng3ERp2O.js} +1 -1
  10. package/dist/vidstack-DqAw8m9J-pkmNry66.js +29 -0
  11. package/dist/{vidstack-audio-CClosnpR.js → vidstack-audio-CPzwJX5G.js} +2 -2
  12. package/dist/{vidstack-dash-DkOucJZw.js → vidstack-dash-d24qtj9y.js} +3 -3
  13. package/dist/{vidstack-google-cast-mZiNbn2A.js → vidstack-google-cast-ht-ssPr3.js} +10 -10
  14. package/dist/{vidstack-hls-BFg8H2vB.js → vidstack-hls-C6nizJ6w.js} +11 -11
  15. package/dist/{vidstack-video-DRdA55iP.js → vidstack-video-C6pXq7Pw.js} +8 -8
  16. package/dist/{vidstack-vimeo-DZBPf6Zy.js → vidstack-vimeo-VUFgXMsf.js} +22 -22
  17. package/dist/{vidstack-youtube-DmUBC9f5.js → vidstack-youtube-DydL0GK6.js} +29 -29
  18. package/dist/{vuex.esm-bundler-DYz2ZWHQ.js → vuex.esm-bundler-ASJlhEbK.js} +1 -1
  19. package/package.json +66 -45
  20. package/src/assets/icons/sprite/_index.ts +469 -0
  21. package/src/components/wt-icon/utils/iconsRepository.ts +27 -0
  22. package/src/components/wt-icon/wt-icon.vue +9 -15
  23. package/src/components/wt-vidstack-player/wt-vidstack-player.vue +17 -1
  24. package/src/install.ts +5 -1
  25. package/src/modules/CallSession/modules/VideoCall/video-call.vue +2 -0
  26. package/types/api/history/index.d.ts +2 -0
  27. package/types/api/history/transcript/callTranscript.d.ts +15 -0
  28. package/types/components/on-demand/wt-cc-agent-status-timers/wt-cc-agent-status-timers.vue.d.ts +32 -7
  29. package/types/components/on-demand/wt-chat-emoji/wt-chat-emoji.vue.d.ts +18 -7
  30. package/types/components/on-demand/wt-display-chip-items/wt-display-chip-items.vue.d.ts +7 -6
  31. package/types/components/on-demand/wt-navigation-menu/components/_internals/nav-menu-lvl-1.vue.d.ts +34 -9
  32. package/types/components/on-demand/wt-navigation-menu/components/_internals/nav-menu-lvl-2.vue.d.ts +14 -6
  33. package/types/components/on-demand/wt-navigation-menu/components/wt-navigation-menu.vue.d.ts +30 -8
  34. package/types/components/on-demand/wt-route-transition/wt-route-transition.vue.d.ts +3 -2
  35. package/types/components/on-demand/wt-save-failed-popup/wt-save-failed-popup.vue.d.ts +3 -2
  36. package/types/components/on-demand/wt-selection-popup/wt-selection-popup.vue.d.ts +52 -11
  37. package/types/components/on-demand/wt-start-page/components/start-page-card.vue.d.ts +12 -6
  38. package/types/components/on-demand/wt-start-page/components/start-page-logo.vue.d.ts +12 -6
  39. package/types/components/on-demand/wt-start-page/components/wt-start-page.vue.d.ts +2 -1
  40. package/types/components/on-demand/wt-table-transition/wt-table-transition.vue.d.ts +3 -2
  41. package/types/components/on-demand/wt-type-extension-value-input/wt-type-extension-value-input.vue.d.ts +13 -11
  42. package/types/components/transitions/cases/wt-replace-transition.vue.d.ts +40 -9
  43. package/types/components/transitions/wt-expand-transition.vue.d.ts +3 -2
  44. package/types/components/transitions/wt-transition.vue.d.ts +38 -9
  45. package/types/components/wt-action-bar/wt-action-bar.vue.d.ts +76 -12
  46. package/types/components/wt-app-header/wt-app-header.vue.d.ts +3 -2
  47. package/types/components/wt-app-header/wt-app-navigator.vue.d.ts +28 -9
  48. package/types/components/wt-app-header/wt-header-actions.vue.d.ts +3 -2
  49. package/types/components/wt-avatar/wt-avatar.vue.d.ts +72 -13
  50. package/types/components/wt-badge/wt-badge.vue.d.ts +3 -2
  51. package/types/components/wt-badge-new/wt-badge.vue.d.ts +5 -4
  52. package/types/components/wt-breadcrumb/wt-breadcrumb.vue.d.ts +2 -1
  53. package/types/components/wt-button/wt-button.vue.d.ts +7 -6
  54. package/types/components/wt-button-select/wt-button-select.vue.d.ts +50 -10
  55. package/types/components/wt-checkbox/wt-checkbox.vue.d.ts +7 -5
  56. package/types/components/wt-chip/wt-chip.vue.d.ts +5 -4
  57. package/types/components/wt-confirm-dialog/wt-confirm-dialog.vue.d.ts +44 -12
  58. package/types/components/wt-context-menu/wt-context-menu.vue.d.ts +80 -17
  59. package/types/components/wt-copy-action/wt-copy-action.vue.d.ts +3 -2
  60. package/types/components/wt-datepicker/wt-datepicker.vue.d.ts +119 -21
  61. package/types/components/wt-divider/wt-divider.vue.d.ts +2 -1
  62. package/types/components/wt-dual-panel/wt-dual-panel.vue.d.ts +34 -9
  63. package/types/components/wt-dummy/wt-dummy.vue.d.ts +60 -16
  64. package/types/components/wt-empty/wt-empty.vue.d.ts +132 -16
  65. package/types/components/wt-error-page/wt-error-page.vue.d.ts +3 -2
  66. package/types/components/wt-expansion-panel/wt-expansion-panel.vue.d.ts +28 -8
  67. package/types/components/wt-filters-panel-wrapper/wt-filters-panel-wrapper.vue.d.ts +3 -2
  68. package/types/components/wt-galleria/wt-galleria.vue.d.ts +4 -2
  69. package/types/components/wt-headline/wt-headline.vue.d.ts +2 -1
  70. package/types/components/wt-headline-nav/__tests__/wt-headline-nav.spec.d.ts +1 -0
  71. package/types/components/wt-headline-nav/wt-headline-nav.vue.d.ts +7 -0
  72. package/types/components/wt-hint/wt-hint.vue.d.ts +3 -2
  73. package/types/components/wt-icon/wt-icon.vue.d.ts +2 -1
  74. package/types/components/wt-icon-action/wt-icon-action.vue.d.ts +46 -10
  75. package/types/components/wt-icon-btn/wt-icon-btn.vue.d.ts +2 -1
  76. package/types/components/wt-image/wt-image.vue.d.ts +3 -2
  77. package/types/components/wt-indicator/wt-indicator.vue.d.ts +3 -2
  78. package/types/components/wt-input/wt-input.vue.d.ts +9 -8
  79. package/types/components/wt-input-info/wt-input-info.vue.d.ts +3 -2
  80. package/types/components/wt-intersection-observer/wt-intersection-observer.vue.d.ts +2 -1
  81. package/types/components/wt-item-link/wt-item-link.vue.d.ts +82 -13
  82. package/types/components/wt-label/wt-label.vue.d.ts +3 -2
  83. package/types/components/wt-load-bar/wt-load-bar.vue.d.ts +3 -2
  84. package/types/components/wt-loader/_internals/wt-brand-loader.vue.d.ts +2 -1
  85. package/types/components/wt-loader/_internals/wt-loader--md.vue.d.ts +2 -0
  86. package/types/components/wt-loader/_internals/wt-loader--sm.vue.d.ts +16 -0
  87. package/types/components/wt-loader/_internals/wt-spinner-loader.vue.d.ts +3 -2
  88. package/types/components/wt-loader/wt-loader.vue.d.ts +3 -2
  89. package/types/components/wt-logo/wt-logo.vue.d.ts +38 -9
  90. package/types/components/wt-menubar/wt-menubar.vue.d.ts +3 -3
  91. package/types/components/wt-navigation-bar/wt-navigation-bar.vue.d.ts +3 -2
  92. package/types/components/wt-notification/wt-notification.vue.d.ts +3 -2
  93. package/types/components/wt-notifications-bar/wt-notifications-bar.vue.d.ts +3 -2
  94. package/types/components/wt-page-header/wt-page-header.vue.d.ts +62 -17
  95. package/types/components/wt-page-wrapper/wt-page-wrapper.vue.d.ts +3 -2
  96. package/types/components/wt-pagination/wt-pagination.vue.d.ts +3 -2
  97. package/types/components/wt-player/wt-player.vue.d.ts +4 -3
  98. package/types/components/wt-popover/wt-popover.vue.d.ts +5 -4
  99. package/types/components/wt-popup/wt-popup.vue.d.ts +4 -3
  100. package/types/components/wt-progress-bar/wt-progress-bar.vue.d.ts +3 -2
  101. package/types/components/wt-radio/wt-radio.vue.d.ts +7 -5
  102. package/types/components/wt-rounded-action/wt-rounded-action.vue.d.ts +112 -18
  103. package/types/components/wt-search-bar/wt-search-bar.vue.d.ts +7 -6
  104. package/types/components/wt-select/wt-select-v2.vue.d.ts +72 -15
  105. package/types/components/wt-select/wt-select.vue.d.ts +3 -2
  106. package/types/components/wt-slider/wt-slider.vue.d.ts +4 -2
  107. package/types/components/wt-status-select/wt-status-select.vue.d.ts +3 -2
  108. package/types/components/wt-stepper/wt-stepper.vue.d.ts +20 -8
  109. package/types/components/wt-switcher/wt-switcher.vue.d.ts +7 -5
  110. package/types/components/wt-table/wt-table.vue.d.ts +17 -16
  111. package/types/components/wt-table-actions/wt-table-actions.vue.d.ts +3 -2
  112. package/types/components/wt-table-column-select/wt-table-column-select.vue.d.ts +3 -2
  113. package/types/components/wt-tabs/wt-tabs.vue.d.ts +3 -2
  114. package/types/components/wt-tags-input/wt-tags-input.vue.d.ts +3 -2
  115. package/types/components/wt-textarea/wt-textarea.vue.d.ts +8 -6
  116. package/types/components/wt-time-input/wt-time-input.vue.d.ts +3 -2
  117. package/types/components/wt-timepicker/wt-timepicker.vue.d.ts +4 -3
  118. package/types/components/wt-tooltip/_internals/wt-tooltip-floating.vue.d.ts +20 -7
  119. package/types/components/wt-tooltip/wt-tooltip.vue.d.ts +66 -13
  120. package/types/components/wt-tree/wt-tree.vue.d.ts +5 -4
  121. package/types/components/wt-tree-line/wt-tree-line.vue.d.ts +7 -6
  122. package/types/components/wt-tree-table/wt-tree-table.vue.d.ts +8 -7
  123. package/types/components/wt-tree-table-row/wt-tree-table-row.vue.d.ts +6 -5
  124. package/types/components/wt-vidstack-player/components/buttons/fullscreen-button.vue.d.ts +2 -1
  125. package/types/components/wt-vidstack-player/components/buttons/play-button.vue.d.ts +2 -1
  126. package/types/components/wt-vidstack-player/components/controls-group/controls-group.vue.d.ts +5 -4
  127. package/types/components/wt-vidstack-player/components/layouts/video-layout.vue.d.ts +6 -5
  128. package/types/components/wt-vidstack-player/components/panels/media-control-panel/components/buttons/fullscreen-button.vue.d.ts +6 -0
  129. package/types/components/wt-vidstack-player/components/panels/media-control-panel/components/buttons/play-button.vue.d.ts +2 -0
  130. package/types/components/wt-vidstack-player/components/panels/media-control-panel/components/sliders/time-slider.vue.d.ts +2 -0
  131. package/types/components/wt-vidstack-player/components/panels/media-control-panel/components/time-group.vue.d.ts +2 -0
  132. package/types/components/wt-vidstack-player/components/panels/media-control-panel/media-control-panel.vue.d.ts +2 -0
  133. package/types/components/wt-vidstack-player/components/panels/media-controls-panel/components/buttons/fullscreen-button.vue.d.ts +2 -1
  134. package/types/components/wt-vidstack-player/components/panels/media-controls-panel/components/buttons/play-button.vue.d.ts +2 -1
  135. package/types/components/wt-vidstack-player/components/panels/media-controls-panel/components/sliders/time-slider.vue.d.ts +2 -1
  136. package/types/components/wt-vidstack-player/components/panels/media-controls-panel/components/time-group.vue.d.ts +2 -1
  137. package/types/components/wt-vidstack-player/components/panels/media-controls-panel/media-controls-panel.vue.d.ts +2 -1
  138. package/types/components/wt-vidstack-player/components/panels/screen-sharing-control-panel/screen-sharing-control-panel.vue.d.ts +17 -0
  139. package/types/components/wt-vidstack-player/components/panels/screen-sharing-controls-panel/screen-sharing-controls-panel.vue.d.ts +2 -1
  140. package/types/components/wt-vidstack-player/components/panels/video-call-controls-panel/video-call-controls-panel.vue.d.ts +2 -1
  141. package/types/components/wt-vidstack-player/components/panels/video-display-panel/video-display-panel.vue.d.ts +2 -1
  142. package/types/components/wt-vidstack-player/components/recording-indicator/recording-indicator.vue.d.ts +2 -1
  143. package/types/components/wt-vidstack-player/components/screenshot-box/screenshot-box.vue.d.ts +2 -1
  144. package/types/components/wt-vidstack-player/components/toggle-button.vue.d.ts +2 -1
  145. package/types/components/wt-vidstack-player/types/ScreenshotStatus.d.ts +1 -0
  146. package/types/components/wt-vidstack-player/wt-vidstack-player.vue.d.ts +9 -6
  147. package/types/locale/ua/ua.d.ts +911 -0
  148. package/types/modules/AgentPdfs/components/agent-pdfs-tab.vue.d.ts +3 -2
  149. package/types/modules/AgentPdfs/components/pdf-status-preview.vue.d.ts +2 -1
  150. package/types/modules/AgentPdfs/components/pdf-status.vue.d.ts +2 -1
  151. package/types/modules/AgentStatusSelect/components/_internals/wt-cc-pause-cause-popup.vue.d.ts +20 -7
  152. package/types/modules/AgentStatusSelect/components/_internals/wt-cc-status-select-error-popup.vue.d.ts +16 -7
  153. package/types/modules/AgentStatusSelect/components/wt-cc-agent-status-select.vue.d.ts +32 -10
  154. package/types/modules/Appearance/components/wt-dark-mode-switcher.vue.d.ts +18 -7
  155. package/types/modules/AuditForm/components/audit-form-question-read-wrapper.vue.d.ts +4 -2
  156. package/types/modules/AuditForm/components/audit-form-question-write-wrapper.vue.d.ts +2 -1
  157. package/types/modules/AuditForm/components/audit-form-question.vue.d.ts +4 -2
  158. package/types/modules/AuditForm/components/audit-form.vue.d.ts +4 -2
  159. package/types/modules/AuditForm/components/form/form-footer/audit-form-footer.vue.d.ts +2 -1
  160. package/types/modules/AuditForm/components/form-answers/answer-editing-info/audit-form-answer-editing-info.vue.d.ts +2 -1
  161. package/types/modules/AuditForm/components/form-questions/options/audit-form-question-options-write-row.vue.d.ts +28 -9
  162. package/types/modules/AuditForm/components/form-questions/options/audit-form-question-options.vue.d.ts +4 -2
  163. package/types/modules/AuditForm/components/form-questions/score/audit-form-question-score.vue.d.ts +2 -1
  164. package/types/modules/CallSession/modules/ScreenSharing/screen-sharing.vue.d.ts +2 -1
  165. package/types/modules/CallSession/modules/VideoCall/video-call.vue.d.ts +28 -10
  166. package/types/modules/DeleteConfirmationPopup/components/delete-confirmation-popup.vue.d.ts +24 -9
  167. package/types/modules/FilesExport/FilesExport.d.ts +1 -3
  168. package/types/modules/FilesExport/scripts/generateMediaURL.d.ts +2 -0
  169. package/types/modules/Filters/components/filter-datetime.vue.d.ts +20 -8
  170. package/types/modules/Filters/components/filter-pagination.vue.d.ts +22 -8
  171. package/types/modules/Filters/components/filter-search.vue.d.ts +38 -10
  172. package/types/modules/Filters/components/filter-select.vue.d.ts +20 -8
  173. package/types/modules/Filters/components/filter-table-fields.vue.d.ts +34 -11
  174. package/types/modules/ObjectPermissions/_internals/components/permissions-role-row.vue.d.ts +12 -6
  175. package/types/modules/ObjectPermissions/_internals/components/permissions-role-select.vue.d.ts +9 -1
  176. package/types/modules/ObjectPermissions/_internals/components/permissions-tab-role-popup.vue.d.ts +12 -6
  177. package/types/modules/ObjectPermissions/components/permissions-tab.vue.d.ts +44 -8
  178. package/types/modules/QueryFilters/components/abstract-api-filter.vue.d.ts +3 -2
  179. package/types/modules/QueryFilters/components/abstract-enum-filter.vue.d.ts +3 -2
  180. package/types/modules/QueryFilters/components/filter-datetime.vue.d.ts +3 -2
  181. package/types/modules/QueryFilters/components/filter-from-to.vue.d.ts +3 -2
  182. package/types/modules/QueryFilters/components/filter-search.vue.d.ts +3 -2
  183. package/types/modules/QueryFilters/components/filter-table-fields.vue.d.ts +3 -2
  184. package/types/playground.vue.d.ts +2 -1
  185. package/types/plugins/primevue/theme/extend/extend.d.ts +5 -0
  186. package/types/plugins/primevue/theme/extend/spacings/spacings.d.ts +13 -0
  187. package/types/plugins/primevue/theme/semantic/color-scheme/color-schema.d.ts +1189 -0
  188. package/types/plugins/primevue/theme/semantic/color-scheme/dark-color.d.ts +162 -0
  189. package/types/plugins/primevue/theme/semantic/color-scheme/light-color.d.ts +162 -0
  190. package/types/plugins/primevue/theme/semantic/color-scheme/palette.d.ts +435 -0
  191. package/types/plugins/primevue/theme/semantic/semantic.d.ts +5 -0
  192. package/types/scripts/caseConverters.d.ts +1 -1
  193. package/types/the-app.vue.d.ts +3 -2
  194. package/dist/img/sprite/account.svg +0 -6
  195. package/dist/img/sprite/add-contact.svg +0 -3
  196. package/dist/img/sprite/add-filter.svg +0 -8
  197. package/dist/img/sprite/adfs.svg +0 -9
  198. package/dist/img/sprite/agent.svg +0 -6
  199. package/dist/img/sprite/api.svg +0 -9
  200. package/dist/img/sprite/app-navigator.svg +0 -11
  201. package/dist/img/sprite/arrange.svg +0 -7
  202. package/dist/img/sprite/arrow-down.svg +0 -4
  203. package/dist/img/sprite/arrow-left.svg +0 -4
  204. package/dist/img/sprite/arrow-mix.svg +0 -5
  205. package/dist/img/sprite/arrow-right.svg +0 -4
  206. package/dist/img/sprite/arrow-up.svg +0 -4
  207. package/dist/img/sprite/assignee.svg +0 -3
  208. package/dist/img/sprite/attach.svg +0 -4
  209. package/dist/img/sprite/attention--filled.svg +0 -3
  210. package/dist/img/sprite/attention.svg +0 -4
  211. package/dist/img/sprite/azure.svg +0 -27
  212. package/dist/img/sprite/back.svg +0 -4
  213. package/dist/img/sprite/bell-badged.svg +0 -4
  214. package/dist/img/sprite/bell.svg +0 -3
  215. package/dist/img/sprite/bot.svg +0 -6
  216. package/dist/img/sprite/bread-crumbs.svg +0 -3
  217. package/dist/img/sprite/bucket.svg +0 -4
  218. package/dist/img/sprite/calendar.svg +0 -4
  219. package/dist/img/sprite/call--filled.svg +0 -3
  220. package/dist/img/sprite/call-add-to--filled.svg +0 -4
  221. package/dist/img/sprite/call-add-to.svg +0 -5
  222. package/dist/img/sprite/call-disconnect--filled.svg +0 -4
  223. package/dist/img/sprite/call-disconnect.svg +0 -4
  224. package/dist/img/sprite/call-end--filled.svg +0 -4
  225. package/dist/img/sprite/call-end.svg +0 -4
  226. package/dist/img/sprite/call-inbound--filled.svg +0 -5
  227. package/dist/img/sprite/call-inbound.svg +0 -4
  228. package/dist/img/sprite/call-missed--filled.svg +0 -4
  229. package/dist/img/sprite/call-missed.svg +0 -4
  230. package/dist/img/sprite/call-outbound--filled.svg +0 -4
  231. package/dist/img/sprite/call-outbound.svg +0 -4
  232. package/dist/img/sprite/call-ringing--filled.svg +0 -6
  233. package/dist/img/sprite/call-ringing.svg +0 -4
  234. package/dist/img/sprite/call-transfer--filled.svg +0 -4
  235. package/dist/img/sprite/call-transfer.svg +0 -4
  236. package/dist/img/sprite/call.svg +0 -4
  237. package/dist/img/sprite/case--filled.svg +0 -4
  238. package/dist/img/sprite/case-author.svg +0 -4
  239. package/dist/img/sprite/case-done.svg +0 -4
  240. package/dist/img/sprite/cases.svg +0 -5
  241. package/dist/img/sprite/chat--filled.svg +0 -3
  242. package/dist/img/sprite/chat-emoji.svg +0 -4
  243. package/dist/img/sprite/chat-end--filled.svg +0 -4
  244. package/dist/img/sprite/chat-end.svg +0 -5
  245. package/dist/img/sprite/chat-group.svg +0 -7
  246. package/dist/img/sprite/chat-join.svg +0 -5
  247. package/dist/img/sprite/chat-message-status-read.svg +0 -4
  248. package/dist/img/sprite/chat-message-status-sent.svg +0 -4
  249. package/dist/img/sprite/chat-quick-response--filled.svg +0 -4
  250. package/dist/img/sprite/chat-quick-response.svg +0 -4
  251. package/dist/img/sprite/chat-reply.svg +0 -4
  252. package/dist/img/sprite/chat-send.svg +0 -7
  253. package/dist/img/sprite/chat-transfer--filled.svg +0 -4
  254. package/dist/img/sprite/chat-transfer.svg +0 -5
  255. package/dist/img/sprite/chat.svg +0 -4
  256. package/dist/img/sprite/checkbox--checked--filled.svg +0 -4
  257. package/dist/img/sprite/checkbox--checked.svg +0 -4
  258. package/dist/img/sprite/checkbox-tick.svg +0 -3
  259. package/dist/img/sprite/checkbox.svg +0 -4
  260. package/dist/img/sprite/clear.svg +0 -4
  261. package/dist/img/sprite/close--filled.svg +0 -4
  262. package/dist/img/sprite/close.svg +0 -3
  263. package/dist/img/sprite/collapse.svg +0 -6
  264. package/dist/img/sprite/column-select.svg +0 -5
  265. package/dist/img/sprite/comment.svg +0 -5
  266. package/dist/img/sprite/conference.svg +0 -11
  267. package/dist/img/sprite/consultative-transfer.svg +0 -4
  268. package/dist/img/sprite/contacts.svg +0 -4
  269. package/dist/img/sprite/copy.svg +0 -7
  270. package/dist/img/sprite/custom-chat-gateway.svg +0 -10
  271. package/dist/img/sprite/dark-mode.svg +0 -7
  272. package/dist/img/sprite/dislike.svg +0 -3
  273. package/dist/img/sprite/docs.svg +0 -7
  274. package/dist/img/sprite/done--filled.svg +0 -3
  275. package/dist/img/sprite/done.svg +0 -5
  276. package/dist/img/sprite/download-pdf.svg +0 -10
  277. package/dist/img/sprite/download.svg +0 -6
  278. package/dist/img/sprite/edit.svg +0 -4
  279. package/dist/img/sprite/elevenlabs.svg +0 -5
  280. package/dist/img/sprite/email-inbound.svg +0 -3
  281. package/dist/img/sprite/email-outbound.svg +0 -4
  282. package/dist/img/sprite/email.svg +0 -4
  283. package/dist/img/sprite/expand.svg +0 -6
  284. package/dist/img/sprite/eye--closed.svg +0 -6
  285. package/dist/img/sprite/eye--opened.svg +0 -6
  286. package/dist/img/sprite/false-ic.svg +0 -4
  287. package/dist/img/sprite/filter.svg +0 -5
  288. package/dist/img/sprite/flows.svg +0 -4
  289. package/dist/img/sprite/generate.svg +0 -5
  290. package/dist/img/sprite/google.svg +0 -10
  291. package/dist/img/sprite/group.svg +0 -9
  292. package/dist/img/sprite/history.svg +0 -4
  293. package/dist/img/sprite/hold.svg +0 -4
  294. package/dist/img/sprite/idle.svg +0 -5
  295. package/dist/img/sprite/impacted.svg +0 -11
  296. package/dist/img/sprite/index.js +0 -468
  297. package/dist/img/sprite/instagram.svg +0 -33
  298. package/dist/img/sprite/job--accept.svg +0 -5
  299. package/dist/img/sprite/job--end.svg +0 -5
  300. package/dist/img/sprite/job.svg +0 -7
  301. package/dist/img/sprite/json.svg +0 -6
  302. package/dist/img/sprite/like.svg +0 -3
  303. package/dist/img/sprite/link.svg +0 -8
  304. package/dist/img/sprite/load-preset.svg +0 -5
  305. package/dist/img/sprite/lock.svg +0 -4
  306. package/dist/img/sprite/log.svg +0 -6
  307. package/dist/img/sprite/logout.svg +0 -4
  308. package/dist/img/sprite/mail--color.svg +0 -5
  309. package/dist/img/sprite/mail.svg +0 -5
  310. package/dist/img/sprite/manual.svg +0 -3
  311. package/dist/img/sprite/menu.svg +0 -4
  312. package/dist/img/sprite/messenger-custom.svg +0 -5
  313. package/dist/img/sprite/messenger-facebook--filled.svg +0 -4
  314. package/dist/img/sprite/messenger-facebook.svg +0 -10
  315. package/dist/img/sprite/messenger-infobip.svg +0 -10
  316. package/dist/img/sprite/messenger-messenger.svg +0 -14
  317. package/dist/img/sprite/messenger-telegram--filled.svg +0 -5
  318. package/dist/img/sprite/messenger-telegram.svg +0 -12
  319. package/dist/img/sprite/messenger-viber--filled.svg +0 -5
  320. package/dist/img/sprite/messenger-viber.svg +0 -5
  321. package/dist/img/sprite/messenger-web-chat.svg +0 -8
  322. package/dist/img/sprite/messenger-whatsapp--filled.svg +0 -8
  323. package/dist/img/sprite/messenger-whatsapp.svg +0 -11
  324. package/dist/img/sprite/meta.svg +0 -22
  325. package/dist/img/sprite/mic-muted.svg +0 -7
  326. package/dist/img/sprite/mic.svg +0 -5
  327. package/dist/img/sprite/microsoft.svg +0 -7
  328. package/dist/img/sprite/minus.svg +0 -4
  329. package/dist/img/sprite/move.svg +0 -6
  330. package/dist/img/sprite/note.svg +0 -4
  331. package/dist/img/sprite/numpad.svg +0 -26
  332. package/dist/img/sprite/options.svg +0 -5
  333. package/dist/img/sprite/pause.svg +0 -4
  334. package/dist/img/sprite/pin.svg +0 -4
  335. package/dist/img/sprite/play.svg +0 -5
  336. package/dist/img/sprite/player-enter-fullscreen.svg +0 -3
  337. package/dist/img/sprite/player-exit-fullscreen.svg +0 -4
  338. package/dist/img/sprite/plus.svg +0 -4
  339. package/dist/img/sprite/plyr-airplay.svg +0 -4
  340. package/dist/img/sprite/plyr-captions-off.svg +0 -5
  341. package/dist/img/sprite/plyr-captions-on.svg +0 -5
  342. package/dist/img/sprite/plyr-download.svg +0 -7
  343. package/dist/img/sprite/plyr-enter-fullscreen.svg +0 -4
  344. package/dist/img/sprite/plyr-exit-fullscreen.svg +0 -4
  345. package/dist/img/sprite/plyr-fast-forward.svg +0 -4
  346. package/dist/img/sprite/plyr-logo-vimeo.svg +0 -4
  347. package/dist/img/sprite/plyr-logo-youtube.svg +0 -4
  348. package/dist/img/sprite/plyr-muted.svg +0 -5
  349. package/dist/img/sprite/plyr-pause.svg +0 -4
  350. package/dist/img/sprite/plyr-pip.svg +0 -4
  351. package/dist/img/sprite/plyr-play.svg +0 -5
  352. package/dist/img/sprite/plyr-restart.svg +0 -4
  353. package/dist/img/sprite/plyr-rewind.svg +0 -4
  354. package/dist/img/sprite/plyr-settings.svg +0 -4
  355. package/dist/img/sprite/plyr-volume.svg +0 -4
  356. package/dist/img/sprite/portal.svg +0 -3
  357. package/dist/img/sprite/preview-tag-application.svg +0 -7
  358. package/dist/img/sprite/preview-tag-audio.svg +0 -6
  359. package/dist/img/sprite/preview-tag-image.svg +0 -6
  360. package/dist/img/sprite/preview-tag-video.svg +0 -6
  361. package/dist/img/sprite/prompter.svg +0 -4
  362. package/dist/img/sprite/queue-member.svg +0 -4
  363. package/dist/img/sprite/quick-replies.svg +0 -4
  364. package/dist/img/sprite/radio--checked.svg +0 -5
  365. package/dist/img/sprite/radio.svg +0 -4
  366. package/dist/img/sprite/rec-off.svg +0 -3
  367. package/dist/img/sprite/rec.svg +0 -5
  368. package/dist/img/sprite/record-start.svg +0 -7
  369. package/dist/img/sprite/record-stop.svg +0 -7
  370. package/dist/img/sprite/redo.svg +0 -3
  371. package/dist/img/sprite/refresh.svg +0 -4
  372. package/dist/img/sprite/reporter.svg +0 -3
  373. package/dist/img/sprite/role.svg +0 -4
  374. package/dist/img/sprite/rounded-info.svg +0 -4
  375. package/dist/img/sprite/save-as.svg +0 -5
  376. package/dist/img/sprite/save.svg +0 -3
  377. package/dist/img/sprite/scorecard.svg +0 -5
  378. package/dist/img/sprite/screenshot-done.svg +0 -7
  379. package/dist/img/sprite/screenshot-false.svg +0 -7
  380. package/dist/img/sprite/screenshot.svg +0 -8
  381. package/dist/img/sprite/search.svg +0 -4
  382. package/dist/img/sprite/select-custom-value-enter.svg +0 -4
  383. package/dist/img/sprite/send-arrow.svg +0 -4
  384. package/dist/img/sprite/settings.svg +0 -4
  385. package/dist/img/sprite/sharing-end.svg +0 -5
  386. package/dist/img/sprite/social-media.svg +0 -4
  387. package/dist/img/sprite/sort-arrow-down.svg +0 -4
  388. package/dist/img/sprite/sort-arrow-up.svg +0 -4
  389. package/dist/img/sprite/sound-off.svg +0 -5
  390. package/dist/img/sprite/sound-on.svg +0 -4
  391. package/dist/img/sprite/star--filled.svg +0 -4
  392. package/dist/img/sprite/star.svg +0 -4
  393. package/dist/img/sprite/stop-sign.svg +0 -4
  394. package/dist/img/sprite/stop.svg +0 -6
  395. package/dist/img/sprite/stt-download.svg +0 -5
  396. package/dist/img/sprite/stt-search.svg +0 -4
  397. package/dist/img/sprite/stt.svg +0 -6
  398. package/dist/img/sprite/table.svg +0 -3
  399. package/dist/img/sprite/telegram-bot.svg +0 -8
  400. package/dist/img/sprite/tick.svg +0 -3
  401. package/dist/img/sprite/tile.svg +0 -6
  402. package/dist/img/sprite/tree-collapse.svg +0 -4
  403. package/dist/img/sprite/tree-corner.svg +0 -3
  404. package/dist/img/sprite/tree-cross.svg +0 -5
  405. package/dist/img/sprite/tree-expand.svg +0 -4
  406. package/dist/img/sprite/tree-line.svg +0 -10
  407. package/dist/img/sprite/true-ic.svg +0 -5
  408. package/dist/img/sprite/tts-download.svg +0 -6
  409. package/dist/img/sprite/undo.svg +0 -3
  410. package/dist/img/sprite/union.svg +0 -3
  411. package/dist/img/sprite/unpin.svg +0 -5
  412. package/dist/img/sprite/update-calls.svg +0 -5
  413. package/dist/img/sprite/upload.svg +0 -6
  414. package/dist/img/sprite/user.svg +0 -4
  415. package/dist/img/sprite/variable-select.svg +0 -9
  416. package/dist/img/sprite/versions.svg +0 -5
  417. package/dist/img/sprite/video-cam-off--filled.svg +0 -3
  418. package/dist/img/sprite/video-cam-off.svg +0 -6
  419. package/dist/img/sprite/video-cam.svg +0 -4
  420. package/dist/img/sprite/webitel-logo.svg +0 -19
  421. package/dist/img/sprite/zoom-in.svg +0 -4
  422. package/dist/img/sprite/zoom-out.svg +0 -5
  423. package/dist/plyr-CCqBk_Ws.js +0 -4350
  424. package/dist/vidstack-DqAw8m9J-BpJcIzi9.js +0 -29
  425. package/src/assets/icons/sprite/index.js +0 -468
@@ -0,0 +1,162 @@
1
+ export default darkColor;
2
+ declare const darkColor: {
3
+ 'dp-surface-color': {
4
+ 1: string;
5
+ 2: string;
6
+ 3: string;
7
+ 4: string;
8
+ 5: string;
9
+ 6: string;
10
+ 7: string;
11
+ 8: string;
12
+ 9: string;
13
+ 10: string;
14
+ 11: string;
15
+ 12: string;
16
+ 13: string;
17
+ 14: string;
18
+ 15: string;
19
+ 16: string;
20
+ 17: string;
21
+ 18: string;
22
+ 19: string;
23
+ 20: string;
24
+ 21: string;
25
+ 22: string;
26
+ 23: string;
27
+ 24: string;
28
+ };
29
+ surface: {
30
+ 0: string;
31
+ 50: string;
32
+ 100: string;
33
+ 200: string;
34
+ 300: string;
35
+ 400: string;
36
+ 500: string;
37
+ 600: string;
38
+ 700: string;
39
+ 800: string;
40
+ 900: string;
41
+ 950: string;
42
+ contrastColor: string;
43
+ };
44
+ primary: {
45
+ 50: string;
46
+ 100: string;
47
+ 200: string;
48
+ 300: string;
49
+ 400: string;
50
+ 500: string;
51
+ 600: string;
52
+ 700: string;
53
+ 800: string;
54
+ 900: string;
55
+ 950: string;
56
+ contrastColor: string;
57
+ };
58
+ secondary: {
59
+ 50: string;
60
+ 100: string;
61
+ 200: string;
62
+ 300: string;
63
+ 400: string;
64
+ 500: string;
65
+ 600: string;
66
+ 700: string;
67
+ 800: string;
68
+ 900: string;
69
+ 950: string;
70
+ contrastColor: string;
71
+ };
72
+ success: {
73
+ 50: string;
74
+ 100: string;
75
+ 200: string;
76
+ 300: string;
77
+ 400: string;
78
+ 500: string;
79
+ 600: string;
80
+ 700: string;
81
+ 800: string;
82
+ 900: string;
83
+ 950: string;
84
+ contrastColor: string;
85
+ };
86
+ info: {
87
+ 50: string;
88
+ 100: string;
89
+ 200: string;
90
+ 300: string;
91
+ 400: string;
92
+ 500: string;
93
+ 600: string;
94
+ 700: string;
95
+ 800: string;
96
+ 900: string;
97
+ 950: string;
98
+ contrastColor: string;
99
+ };
100
+ danger: {
101
+ 50: string;
102
+ 100: string;
103
+ 200: string;
104
+ 300: string;
105
+ 400: string;
106
+ 500: string;
107
+ 600: string;
108
+ 700: string;
109
+ 800: string;
110
+ 900: string;
111
+ 950: string;
112
+ contrastColor: string;
113
+ };
114
+ 'content-wrapper-color': string;
115
+ 'success-color': string;
116
+ 'success-hover-color': string;
117
+ 'success-light-color': string;
118
+ 'success-on-color': string;
119
+ 'warning-color': string;
120
+ 'warning-hover-color': string;
121
+ 'warning-light-color': string;
122
+ 'warning-on-color': string;
123
+ 'error-color': string;
124
+ 'error-hover-color': string;
125
+ 'error-light-color': string;
126
+ 'error-on-color': string;
127
+ 'info-color': string;
128
+ 'info-hover-color': string;
129
+ 'info-light-color': string;
130
+ 'info-on-color': string;
131
+ 'job-color': string;
132
+ 'job-hover-color': string;
133
+ 'job-light-color': string;
134
+ 'job-on-color': string;
135
+ 'chat-color': string;
136
+ 'chat-hover-color': string;
137
+ 'chat-light-color': string;
138
+ 'chat-on-color': string;
139
+ 'transfer-color': string;
140
+ 'transfer-hover-color': string;
141
+ 'transfer-light-color': string;
142
+ 'transfer-on-color': string;
143
+ 'primary-color': string;
144
+ 'primary-hover-color': string;
145
+ 'primary-light-color': string;
146
+ 'primary-on-color': string;
147
+ 'secondary-color': string;
148
+ 'secondary-hover-color': string;
149
+ 'secondary-light-color': string;
150
+ 'secondary-on-color': string;
151
+ 'email-color': string;
152
+ 'email-hover-color': string;
153
+ 'email-light-color': string;
154
+ 'email-on-color': string;
155
+ 'accent-color': string;
156
+ 'sub-accent-color': string;
157
+ 'text-main-color': string;
158
+ 'text-disabled-color': string;
159
+ 'text-error-color': string;
160
+ 'text-link-color': string;
161
+ 'text-on-brand-color': string;
162
+ };
@@ -0,0 +1,162 @@
1
+ export default lightColor;
2
+ declare const lightColor: {
3
+ 'dp-surface-color': {
4
+ 1: string;
5
+ 2: string;
6
+ 3: string;
7
+ 4: string;
8
+ 5: string;
9
+ 6: string;
10
+ 7: string;
11
+ 8: string;
12
+ 9: string;
13
+ 10: string;
14
+ 11: string;
15
+ 12: string;
16
+ 13: string;
17
+ 14: string;
18
+ 15: string;
19
+ 16: string;
20
+ 17: string;
21
+ 18: string;
22
+ 19: string;
23
+ 20: string;
24
+ 21: string;
25
+ 22: string;
26
+ 23: string;
27
+ 24: string;
28
+ };
29
+ surface: {
30
+ 0: string;
31
+ 50: string;
32
+ 100: string;
33
+ 200: string;
34
+ 300: string;
35
+ 400: string;
36
+ 500: string;
37
+ 600: string;
38
+ 700: string;
39
+ 800: string;
40
+ 900: string;
41
+ 950: string;
42
+ contrastColor: string;
43
+ };
44
+ primary: {
45
+ 50: string;
46
+ 100: string;
47
+ 200: string;
48
+ 300: string;
49
+ 400: string;
50
+ 500: string;
51
+ 600: string;
52
+ 700: string;
53
+ 800: string;
54
+ 900: string;
55
+ 950: string;
56
+ contrastColor: string;
57
+ };
58
+ secondary: {
59
+ 50: string;
60
+ 100: string;
61
+ 200: string;
62
+ 300: string;
63
+ 400: string;
64
+ 500: string;
65
+ 600: string;
66
+ 700: string;
67
+ 800: string;
68
+ 900: string;
69
+ 950: string;
70
+ contrastColor: string;
71
+ };
72
+ success: {
73
+ 50: string;
74
+ 100: string;
75
+ 200: string;
76
+ 300: string;
77
+ 400: string;
78
+ 500: string;
79
+ 600: string;
80
+ 700: string;
81
+ 800: string;
82
+ 900: string;
83
+ 950: string;
84
+ contrastColor: string;
85
+ };
86
+ info: {
87
+ 50: string;
88
+ 100: string;
89
+ 200: string;
90
+ 300: string;
91
+ 400: string;
92
+ 500: string;
93
+ 600: string;
94
+ 700: string;
95
+ 800: string;
96
+ 900: string;
97
+ 950: string;
98
+ contrastColor: string;
99
+ };
100
+ danger: {
101
+ 50: string;
102
+ 100: string;
103
+ 200: string;
104
+ 300: string;
105
+ 400: string;
106
+ 500: string;
107
+ 600: string;
108
+ 700: string;
109
+ 800: string;
110
+ 900: string;
111
+ 950: string;
112
+ contrastColor: string;
113
+ };
114
+ 'content-wrapper-color': string;
115
+ 'success-color': string;
116
+ 'success-hover-color': string;
117
+ 'success-light-color': string;
118
+ 'success-on-color': string;
119
+ 'warning-color': string;
120
+ 'warning-hover-color': string;
121
+ 'warning-light-color': string;
122
+ 'warning-on-color': string;
123
+ 'error-color': string;
124
+ 'error-hover-color': string;
125
+ 'error-light-color': string;
126
+ 'error-on-color': string;
127
+ 'info-color': string;
128
+ 'info-hover-color': string;
129
+ 'info-light-color': string;
130
+ 'info-on-color': string;
131
+ 'job-color': string;
132
+ 'job-hover-color': string;
133
+ 'job-light-color': string;
134
+ 'job-on-color': string;
135
+ 'chat-color': string;
136
+ 'chat-hover-color': string;
137
+ 'chat-light-color': string;
138
+ 'chat-on-color': string;
139
+ 'transfer-color': string;
140
+ 'transfer-hover-color': string;
141
+ 'transfer-light-color': string;
142
+ 'transfer-on-color': string;
143
+ 'primary-color': string;
144
+ 'primary-hover-color': string;
145
+ 'primary-light-color': string;
146
+ 'primary-on-color': string;
147
+ 'secondary-color': string;
148
+ 'secondary-hover-color': string;
149
+ 'secondary-light-color': string;
150
+ 'secondary-on-color': string;
151
+ 'email-color': string;
152
+ 'email-hover-color': string;
153
+ 'email-light-color': string;
154
+ 'email-on-color': string;
155
+ 'accent-color': string;
156
+ 'sub-accent-color': string;
157
+ 'text-main-color': string;
158
+ 'text-disabled-color': string;
159
+ 'text-error-color': string;
160
+ 'text-link-color': string;
161
+ 'text-on-brand-color': string;
162
+ };