unified-video-framework 1.4.191 → 1.4.193

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.191",
3
+ "version": "1.4.193",
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",
@@ -3205,6 +3205,15 @@ export class WebPlayer extends BasePlayer {
3205
3205
  flex: 0 1 auto;
3206
3206
  max-width: 60%;
3207
3207
  }
3208
+
3209
+ /* Top Controls - Right side of top bar */
3210
+ .uvf-top-controls {
3211
+ display: flex;
3212
+ align-items: center;
3213
+ justify-content: flex-end;
3214
+ gap: 12px;
3215
+ flex-shrink: 0;
3216
+ }
3208
3217
 
3209
3218
  .uvf-title-content {
3210
3219
  display: flex;
@@ -3346,15 +3355,6 @@ export class WebPlayer extends BasePlayer {
3346
3355
  height: 16px;
3347
3356
  }
3348
3357
  }
3349
-
3350
- /* Top Controls - Right side of top bar */
3351
- .uvf-top-controls {
3352
- display: flex;
3353
- align-items: center;
3354
- justify-content: flex-end;
3355
- gap: 12px;
3356
- flex-shrink: 0;
3357
- }
3358
3358
 
3359
3359
  .uvf-top-btn {
3360
3360
  width: 40px;
@@ -3679,6 +3679,15 @@ export class WebPlayer extends BasePlayer {
3679
3679
  flex: 0 1 auto;
3680
3680
  max-width: 60%;
3681
3681
  }
3682
+
3683
+ /* Top Controls - Right side of top bar */
3684
+ .uvf-top-controls {
3685
+ display: flex;
3686
+ align-items: center;
3687
+ justify-content: flex-end;
3688
+ gap: 12px;
3689
+ flex-shrink: 0;
3690
+ }
3682
3691
 
3683
3692
  .uvf-title-content {
3684
3693
  display: flex;
@@ -3820,15 +3829,6 @@ export class WebPlayer extends BasePlayer {
3820
3829
  height: 16px;
3821
3830
  }
3822
3831
  }
3823
-
3824
- /* Top Controls - Right side of top bar */
3825
- .uvf-top-controls {
3826
- display: flex;
3827
- align-items: center;
3828
- justify-content: flex-end;
3829
- gap: 12px;
3830
- flex-shrink: 0;
3831
- }
3832
3832
 
3833
3833
  .uvf-top-btn {
3834
3834
  width: 40px;