@webitel/ui-sdk 25.10.70 → 25.10.72

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 (34) hide show
  1. package/dist/{install-CjvoevkY.js → install-DNvjuWQ0.js} +8779 -8779
  2. package/dist/ui-sdk.css +1 -1
  3. package/dist/ui-sdk.js +1 -1
  4. package/dist/ui-sdk.umd.cjs +193 -188
  5. package/dist/{vidstack-Bq6c3Bam-CWFzKZjp.js → vidstack-Bq6c3Bam-BsSUhxLm.js} +2 -2
  6. package/dist/{vidstack-D2pY00kU-Dciejh67.js → vidstack-D2pY00kU-uz5v89FQ.js} +2 -2
  7. package/dist/{vidstack-DDXt6fpN-BKvZvG7_.js → vidstack-DDXt6fpN-D-8VF1ea.js} +1 -1
  8. package/dist/{vidstack-D_-9AA6_-D8BoTZaT.js → vidstack-D_-9AA6_-Brg3sabu.js} +1 -1
  9. package/dist/{vidstack-DqAw8m9J-Dfgc_T0v.js → vidstack-DqAw8m9J-jtS1xul0.js} +1 -1
  10. package/dist/{vidstack-audio-ShtBWti0.js → vidstack-audio-DBPBBF2S.js} +2 -2
  11. package/dist/{vidstack-dash-_LMRaHVf.js → vidstack-dash-BnzWkd8U.js} +3 -3
  12. package/dist/{vidstack-google-cast-yIg-MfbM.js → vidstack-google-cast-CFMJUhjn.js} +3 -3
  13. package/dist/{vidstack-hls-DLyeImmL.js → vidstack-hls-Cl5nfSHW.js} +3 -3
  14. package/dist/{vidstack-video-Dp1ZjLt9.js → vidstack-video-Bf0QS0kJ.js} +2 -2
  15. package/dist/{vidstack-vimeo-I2_5Xgn3.js → vidstack-vimeo-CY0XizWQ.js} +3 -3
  16. package/dist/{vidstack-youtube-B68cnZDv.js → vidstack-youtube-DZAaEhDj.js} +2 -2
  17. package/package.json +1 -1
  18. package/src/components/wt-navigation-bar/assets/dark/app-logo-dark-wfm.svg +47 -0
  19. package/src/components/wt-navigation-bar/assets/light/app-logo-light-wfm.svg +47 -0
  20. package/src/components/wt-navigation-bar/wt-navigation-bar.vue +5 -3
  21. package/src/components/wt-vidstack-player/components/layouts/video-layout.vue +11 -30
  22. package/src/components/wt-vidstack-player/components/panels/media-control-panel/components/buttons/play-button.vue +24 -3
  23. package/src/components/wt-vidstack-player/components/panels/media-control-panel/media-control-panel.vue +22 -9
  24. package/src/components/wt-vidstack-player/components/panels/screen-sharing-control-panel/screen-sharing-control-panel.vue +15 -42
  25. package/src/components/wt-vidstack-player/components/panels/video-display-panel/video-display-panel.vue +6 -7
  26. package/src/components/wt-vidstack-player/types/ScreenshotStatus.ts +1 -0
  27. package/src/components/wt-vidstack-player/wt-vidstack-player.vue +10 -19
  28. package/src/modules/Userinfo/v2/stores/accessStore.ts +1 -1
  29. package/src/plugins/primevue/theme/extend/player/player.js +6 -1
  30. package/types/components/wt-navigation-bar/wt-navigation-bar.vue.d.ts +1 -1
  31. package/types/components/wt-vidstack-player/components/layouts/video-layout.vue.d.ts +6 -0
  32. package/types/components/wt-vidstack-player/components/panels/screen-sharing-control-panel/screen-sharing-control-panel.vue.d.ts +6 -0
  33. package/types/components/wt-vidstack-player/types/ScreenshotStatus.d.ts +1 -0
  34. package/types/components/wt-vidstack-player/wt-vidstack-player.vue.d.ts +6 -0
package/dist/ui-sdk.js CHANGED
@@ -1,4 +1,4 @@
1
- import { W as f } from "./install-CjvoevkY.js";
1
+ import { W as f } from "./install-DNvjuWQ0.js";
2
2
  export {
3
3
  f as default
4
4
  };