unified-video-framework 1.4.186 → 1.4.188

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": "unified-video-framework",
3
- "version": "1.4.186",
3
+ "version": "1.4.188",
4
4
  "description": "Cross-platform video player framework supporting iOS, Android, Web, Smart TVs (Samsung/LG), Roku, and more",
5
5
  "main": "packages/core/dist/index.js",
6
6
  "types": "packages/core/dist/index.d.ts",
@@ -5662,7 +5662,7 @@ export class WebPlayer extends BasePlayer {
5662
5662
  `;
5663
5663
  container.appendChild(titleBar);
5664
5664
 
5665
- // Add top controls with proper alignment
5665
+ // Add top controls (Cast and Share buttons) - Always positioned at TOP-RIGHT using flexbox
5666
5666
  const topControls = document.createElement('div');
5667
5667
  topControls.className = 'uvf-top-controls';
5668
5668
  topControls.innerHTML = `