unified-video-framework 1.4.608 → 1.4.610
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.610",
|
|
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.610";
|
|
2
2
|
//# sourceMappingURL=version.d.ts.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export const VERSION = '1.4.
|
|
1
|
+
export const VERSION = '1.4.610';
|
|
2
2
|
//# sourceMappingURL=version.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const VERSION = '1.4.
|
|
1
|
+
export const VERSION = '1.4.610';
|
|
@@ -6730,7 +6730,7 @@ export class WebPlayer extends BasePlayer {
|
|
|
6730
6730
|
.uvf-control-btn svg {
|
|
6731
6731
|
width: 20px;
|
|
6732
6732
|
height: 20px;
|
|
6733
|
-
fill: var(--uvf-icon-color);
|
|
6733
|
+
fill: var(--uvf-icon-color, #fff);
|
|
6734
6734
|
pointer-events: none;
|
|
6735
6735
|
}
|
|
6736
6736
|
|
|
@@ -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, #fff);
|
|
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));
|
|
@@ -8069,12 +8069,12 @@ export class WebPlayer extends BasePlayer {
|
|
|
8069
8069
|
align-items: center;
|
|
8070
8070
|
justify-content: center;
|
|
8071
8071
|
gap: 10px;
|
|
8072
|
-
color: var(--uvf-icon-color);
|
|
8072
|
+
color: var(--uvf-icon-color, #fff);
|
|
8073
8073
|
}
|
|
8074
8074
|
.uvf-shortcut-indicator .uvf-ki svg {
|
|
8075
8075
|
width: 72px;
|
|
8076
8076
|
height: 72px;
|
|
8077
|
-
fill: var(--uvf-icon-color);
|
|
8077
|
+
fill: var(--uvf-icon-color, #fff);
|
|
8078
8078
|
filter: drop-shadow(0 2px 6px rgba(0,0,0,0.45));
|
|
8079
8079
|
}
|
|
8080
8080
|
.uvf-shortcut-indicator .uvf-ki-skip {
|
|
@@ -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
|
}
|
|
@@ -9488,7 +9488,7 @@ export class WebPlayer extends BasePlayer {
|
|
|
9488
9488
|
.uvf-btn-next svg {
|
|
9489
9489
|
width: 20px;
|
|
9490
9490
|
height: 20px;
|
|
9491
|
-
fill: var(--uvf-icon-color);
|
|
9491
|
+
fill: var(--uvf-icon-color, #fff);
|
|
9492
9492
|
pointer-events: none;
|
|
9493
9493
|
}
|
|
9494
9494
|
|
|
@@ -8748,7 +8748,7 @@ export class WebPlayer extends BasePlayer {
|
|
|
8748
8748
|
.uvf-control-btn svg {
|
|
8749
8749
|
width: 20px;
|
|
8750
8750
|
height: 20px;
|
|
8751
|
-
fill: var(--uvf-icon-color);
|
|
8751
|
+
fill: var(--uvf-icon-color, #fff);
|
|
8752
8752
|
pointer-events: none;
|
|
8753
8753
|
}
|
|
8754
8754
|
|
|
@@ -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, #fff);
|
|
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));
|
|
@@ -10087,12 +10087,12 @@ export class WebPlayer extends BasePlayer {
|
|
|
10087
10087
|
align-items: center;
|
|
10088
10088
|
justify-content: center;
|
|
10089
10089
|
gap: 10px;
|
|
10090
|
-
color: var(--uvf-icon-color);
|
|
10090
|
+
color: var(--uvf-icon-color, #fff);
|
|
10091
10091
|
}
|
|
10092
10092
|
.uvf-shortcut-indicator .uvf-ki svg {
|
|
10093
10093
|
width: 72px;
|
|
10094
10094
|
height: 72px;
|
|
10095
|
-
fill: var(--uvf-icon-color);
|
|
10095
|
+
fill: var(--uvf-icon-color, #fff);
|
|
10096
10096
|
filter: drop-shadow(0 2px 6px rgba(0,0,0,0.45));
|
|
10097
10097
|
}
|
|
10098
10098
|
.uvf-shortcut-indicator .uvf-ki-skip {
|
|
@@ -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
|
}
|
|
@@ -11506,7 +11506,7 @@ export class WebPlayer extends BasePlayer {
|
|
|
11506
11506
|
.uvf-btn-next svg {
|
|
11507
11507
|
width: 20px;
|
|
11508
11508
|
height: 20px;
|
|
11509
|
-
fill: var(--uvf-icon-color);
|
|
11509
|
+
fill: var(--uvf-icon-color, #fff);
|
|
11510
11510
|
pointer-events: none;
|
|
11511
11511
|
}
|
|
11512
11512
|
|