@gcorevideo/player 2.25.4 → 2.25.5
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/assets/media-control/media-control.scss +0 -4
- package/assets/media-control/width370.scss +7 -5
- package/dist/core.js +1 -1
- package/dist/index.css +1370 -1375
- package/dist/index.embed.js +48 -46
- package/dist/index.js +124 -122
- package/lib/plugins/clips/Clips.d.ts.map +1 -1
- package/lib/plugins/clips/Clips.js +2 -4
- package/lib/plugins/seek-time/SeekTime.d.ts.map +1 -1
- package/lib/plugins/seek-time/SeekTime.js +7 -2
- package/package.json +1 -1
- package/src/plugins/clips/Clips.ts +3 -5
- package/src/plugins/seek-time/SeekTime.ts +7 -2
- package/tsconfig.tsbuildinfo +1 -1
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
.media-control-audiotracks[data-audiotracks] {
|
|
36
36
|
margin-top: 3px;
|
|
37
37
|
margin-right: 10px;
|
|
38
|
-
|
|
38
|
+
|
|
39
39
|
ul {
|
|
40
40
|
bottom: 30px;
|
|
41
41
|
width: 50px;
|
|
@@ -52,6 +52,7 @@
|
|
|
52
52
|
}
|
|
53
53
|
|
|
54
54
|
button[data-audiotracks-button] {
|
|
55
|
+
|
|
55
56
|
.quality-text,
|
|
56
57
|
.audio-text {
|
|
57
58
|
font-size: 13px;
|
|
@@ -98,8 +99,6 @@
|
|
|
98
99
|
}
|
|
99
100
|
|
|
100
101
|
.dvr-controls {
|
|
101
|
-
height: 32px;
|
|
102
|
-
|
|
103
102
|
.live-button {
|
|
104
103
|
margin-left: 10px;
|
|
105
104
|
height: 32px;
|
|
@@ -133,8 +132,6 @@
|
|
|
133
132
|
}
|
|
134
133
|
|
|
135
134
|
button.media-control-button {
|
|
136
|
-
height: 32px;
|
|
137
|
-
|
|
138
135
|
&[data-fullscreen] {
|
|
139
136
|
height: 33px;
|
|
140
137
|
}
|
|
@@ -181,5 +178,10 @@
|
|
|
181
178
|
}
|
|
182
179
|
}
|
|
183
180
|
}
|
|
181
|
+
|
|
182
|
+
.media-control-button,
|
|
183
|
+
.gplayer-mc-panel-item {
|
|
184
|
+
height: 32px;
|
|
185
|
+
}
|
|
184
186
|
}
|
|
185
187
|
}
|
package/dist/core.js
CHANGED
|
@@ -43228,7 +43228,7 @@ class Player {
|
|
|
43228
43228
|
}
|
|
43229
43229
|
}
|
|
43230
43230
|
|
|
43231
|
-
var version$1 = "2.25.
|
|
43231
|
+
var version$1 = "2.25.5";
|
|
43232
43232
|
|
|
43233
43233
|
var packages = {
|
|
43234
43234
|
"node_modules/@clappr/core": {
|