unified-video-framework 1.4.200 → 1.4.201
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 +1 -1
- package/packages/web/dist/WebPlayer.js +13 -13
- package/packages/web/src/WebPlayer.ts +13 -13
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "unified-video-framework",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.201",
|
|
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",
|
|
@@ -3474,19 +3474,19 @@ export class WebPlayer extends BasePlayer {
|
|
|
3474
3474
|
}
|
|
3475
3475
|
}
|
|
3476
3476
|
|
|
3477
|
-
.uvf-top-btn {
|
|
3478
|
-
|
|
3479
|
-
|
|
3480
|
-
|
|
3481
|
-
|
|
3482
|
-
|
|
3483
|
-
|
|
3484
|
-
|
|
3485
|
-
|
|
3486
|
-
|
|
3487
|
-
|
|
3488
|
-
|
|
3489
|
-
}
|
|
3477
|
+
// .uvf-top-btn {
|
|
3478
|
+
// width: 40px;
|
|
3479
|
+
// height: 40px;
|
|
3480
|
+
// background: rgba(255,255,255,0.1);
|
|
3481
|
+
// backdrop-filter: blur(10px);
|
|
3482
|
+
// border: 1px solid rgba(255,255,255,0.2);
|
|
3483
|
+
// border-radius: 50%;
|
|
3484
|
+
// cursor: pointer;
|
|
3485
|
+
// display: flex;
|
|
3486
|
+
// align-items: center;
|
|
3487
|
+
// justify-content: center;
|
|
3488
|
+
// transition: all 0.3s ease;
|
|
3489
|
+
// }
|
|
3490
3490
|
|
|
3491
3491
|
.uvf-top-btn:hover {
|
|
3492
3492
|
width: 40px;
|
|
@@ -3976,19 +3976,19 @@ export class WebPlayer extends BasePlayer {
|
|
|
3976
3976
|
}
|
|
3977
3977
|
}
|
|
3978
3978
|
|
|
3979
|
-
.uvf-top-btn {
|
|
3980
|
-
|
|
3981
|
-
|
|
3982
|
-
|
|
3983
|
-
|
|
3984
|
-
|
|
3985
|
-
|
|
3986
|
-
|
|
3987
|
-
|
|
3988
|
-
|
|
3989
|
-
|
|
3990
|
-
|
|
3991
|
-
}
|
|
3979
|
+
// .uvf-top-btn {
|
|
3980
|
+
// width: 40px;
|
|
3981
|
+
// height: 40px;
|
|
3982
|
+
// background: rgba(255,255,255,0.1);
|
|
3983
|
+
// backdrop-filter: blur(10px);
|
|
3984
|
+
// border: 1px solid rgba(255,255,255,0.2);
|
|
3985
|
+
// border-radius: 50%;
|
|
3986
|
+
// cursor: pointer;
|
|
3987
|
+
// display: flex;
|
|
3988
|
+
// align-items: center;
|
|
3989
|
+
// justify-content: center;
|
|
3990
|
+
// transition: all 0.3s ease;
|
|
3991
|
+
// }
|
|
3992
3992
|
|
|
3993
3993
|
.uvf-top-btn:hover {
|
|
3994
3994
|
width: 40px;
|