unified-video-framework 1.4.608 → 1.4.609
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.
|
|
3
|
+
"version": "1.4.609",
|
|
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",
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const VERSION = "1.4.
|
|
1
|
+
export declare const VERSION = "1.4.609";
|
|
2
2
|
//# sourceMappingURL=version.d.ts.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export const VERSION = '1.4.
|
|
1
|
+
export const VERSION = '1.4.609';
|
|
2
2
|
//# sourceMappingURL=version.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const VERSION = '1.4.
|
|
1
|
+
export const VERSION = '1.4.609';
|
|
@@ -7553,7 +7553,7 @@ export class WebPlayer extends BasePlayer {
|
|
|
7553
7553
|
.uvf-nav-btn svg {
|
|
7554
7554
|
width: 20px;
|
|
7555
7555
|
height: 20px;
|
|
7556
|
-
fill:
|
|
7556
|
+
fill: var(--uvf-icon-color);
|
|
7557
7557
|
opacity: 0.9;
|
|
7558
7558
|
transition: all 0.3s ease;
|
|
7559
7559
|
filter: drop-shadow(0 1px 2px rgba(0,0,0,0.3));
|
|
@@ -8987,7 +8987,7 @@ export class WebPlayer extends BasePlayer {
|
|
|
8987
8987
|
.uvf-center-play-btn svg {
|
|
8988
8988
|
width: clamp(24px, 4vw, 30px);
|
|
8989
8989
|
height: clamp(24px, 4vw, 30px);
|
|
8990
|
-
fill: #fff;
|
|
8990
|
+
fill: var(--uvf-icon-color, #fff);
|
|
8991
8991
|
margin-left: 3px;
|
|
8992
8992
|
filter: drop-shadow(0 1px 3px rgba(0,0,0,0.35));
|
|
8993
8993
|
}
|
|
@@ -9571,7 +9571,7 @@ export class WebPlayer extends BasePlayer {
|
|
|
9571
9571
|
.uvf-nav-btn svg {
|
|
9572
9572
|
width: 20px;
|
|
9573
9573
|
height: 20px;
|
|
9574
|
-
fill:
|
|
9574
|
+
fill: var(--uvf-icon-color);
|
|
9575
9575
|
opacity: 0.9;
|
|
9576
9576
|
transition: all 0.3s ease;
|
|
9577
9577
|
filter: drop-shadow(0 1px 2px rgba(0,0,0,0.3));
|
|
@@ -11005,7 +11005,7 @@ export class WebPlayer extends BasePlayer {
|
|
|
11005
11005
|
.uvf-center-play-btn svg {
|
|
11006
11006
|
width: clamp(24px, 4vw, 30px);
|
|
11007
11007
|
height: clamp(24px, 4vw, 30px);
|
|
11008
|
-
fill: #fff;
|
|
11008
|
+
fill: var(--uvf-icon-color, #fff);
|
|
11009
11009
|
margin-left: 3px;
|
|
11010
11010
|
filter: drop-shadow(0 1px 3px rgba(0,0,0,0.35));
|
|
11011
11011
|
}
|