@webitel/ui-sdk 25.12.32 → 25.12.34

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 (40) hide show
  1. package/dist/{install-DPTNK_y8.js → install-BcE6k8rT.js} +37582 -45395
  2. package/dist/{plyr-S_HQR9HD.js → plyr-BTvqopwW.js} +1 -1
  3. package/dist/ui-sdk.css +1 -1
  4. package/dist/ui-sdk.js +1 -1
  5. package/dist/ui-sdk.umd.cjs +1998 -1984
  6. package/dist/{vidstack-Bq6c3Bam-7dUj8HJJ.js → vidstack-Bq6c3Bam-DgwvLlaR.js} +2 -2
  7. package/dist/{vidstack-D2pY00kU-B4w_mKZl.js → vidstack-D2pY00kU-CwyxvBm3.js} +2 -2
  8. package/dist/{vidstack-DDXt6fpN-CDgv4Ulh.js → vidstack-DDXt6fpN-6NW4twdT.js} +1 -1
  9. package/dist/{vidstack-D_-9AA6_-CT5H9lb4.js → vidstack-D_-9AA6_-B8k9YaoC.js} +1 -1
  10. package/dist/{vidstack-DqAw8m9J-Un0fJP1z.js → vidstack-DqAw8m9J-C65sOce2.js} +1 -1
  11. package/dist/{vidstack-audio-CiqSEu9s.js → vidstack-audio-B3jq6Aux.js} +2 -2
  12. package/dist/{vidstack-dash-X_IrTs8m.js → vidstack-dash-M4qXMVfP.js} +3 -3
  13. package/dist/{vidstack-google-cast-DcYQ7uwa.js → vidstack-google-cast-LI8nTpD8.js} +3 -3
  14. package/dist/{vidstack-hls-2XBuX8OU.js → vidstack-hls-DXtsEV0o.js} +3 -3
  15. package/dist/{vidstack-video-BSFI-cVG.js → vidstack-video-CC4uGQGI.js} +2 -2
  16. package/dist/{vidstack-vimeo-DgfVtsI6.js → vidstack-vimeo-sx1ute6E.js} +3 -3
  17. package/dist/{vidstack-youtube-RFa4SZBA.js → vidstack-youtube-D3wycFIa.js} +2 -2
  18. package/dist/{vuex.esm-bundler-D3tAy2Z7.js → vuex.esm-bundler-DmMvBG9T.js} +1 -1
  19. package/package.json +2 -2
  20. package/src/components/wt-icon/_variables.scss +5 -0
  21. package/src/components/wt-vidstack-player/components/index.ts +1 -0
  22. package/src/components/wt-vidstack-player/components/layouts/video-layout.vue +5 -14
  23. package/src/components/wt-vidstack-player/components/panels/video-call-controls-panel/video-call-controls-panel.vue +2 -0
  24. package/src/components/wt-vidstack-player/components/screenshot-box/screenshot-box.vue +77 -0
  25. package/src/components/wt-vidstack-player/wt-vidstack-player.vue +37 -20
  26. package/src/enums/ComponentSize/ComponentSize.ts +5 -0
  27. package/src/modules/CallSession/modules/VideoCall/enums/VideoCallAction.enum.ts +4 -1
  28. package/src/modules/CallSession/modules/VideoCall/video-call.vue +122 -46
  29. package/src/plugins/primevue/theme/extend/player/player.js +14 -0
  30. package/types/components/transitions/cases/wt-replace-transition.vue.d.ts +2 -2
  31. package/types/components/transitions/wt-transition.vue.d.ts +2 -2
  32. package/types/components/wt-vidstack-player/components/index.d.ts +1 -0
  33. package/types/components/wt-vidstack-player/components/layouts/video-layout.vue.d.ts +3 -3
  34. package/types/components/wt-vidstack-player/components/panels/video-call-controls-panel/video-call-controls-panel.vue.d.ts +1 -1
  35. package/types/components/wt-vidstack-player/components/screenshot-box/screenshot-box.vue.d.ts +13 -0
  36. package/types/components/wt-vidstack-player/wt-vidstack-player.vue.d.ts +8 -5
  37. package/types/enums/ComponentSize/ComponentSize.d.ts +5 -0
  38. package/types/modules/CallSession/index.d.ts +1 -1
  39. package/types/modules/CallSession/modules/VideoCall/enums/VideoCallAction.enum.d.ts +2 -0
  40. package/types/modules/CallSession/modules/VideoCall/video-call.vue.d.ts +13 -18
package/dist/ui-sdk.js CHANGED
@@ -1,4 +1,4 @@
1
- import { Y as f } from "./install-DPTNK_y8.js";
1
+ import { Y as f } from "./install-BcE6k8rT.js";
2
2
  export {
3
3
  f as default
4
4
  };