@gcorevideo/player 2.25.3 → 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 +3 -5
- package/assets/media-control/width370.scss +7 -6
- package/dist/core.js +1 -1
- package/dist/index.css +510 -515
- 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
|
@@ -114,6 +114,7 @@
|
|
|
114
114
|
align-items: center;
|
|
115
115
|
gap: 1rem;
|
|
116
116
|
justify-content: flex-end;
|
|
117
|
+
|
|
117
118
|
@media (max-width: 420px) {
|
|
118
119
|
gap: 0.5rem;
|
|
119
120
|
overflow: hidden;
|
|
@@ -243,10 +244,6 @@
|
|
|
243
244
|
cursor: default;
|
|
244
245
|
display: none;
|
|
245
246
|
}
|
|
246
|
-
|
|
247
|
-
.gplayer-mc-panel-item {
|
|
248
|
-
height: 32px;
|
|
249
|
-
}
|
|
250
247
|
}
|
|
251
248
|
|
|
252
249
|
.bar-container[data-seekbar].seek-disabled+.bar-scrubber[data-seekbar] {
|
|
@@ -409,7 +406,8 @@
|
|
|
409
406
|
}
|
|
410
407
|
}
|
|
411
408
|
|
|
412
|
-
ul {
|
|
409
|
+
ul {
|
|
410
|
+
// TODO extract common styles
|
|
413
411
|
background-color: rgb(74 74 74 / 60%);
|
|
414
412
|
border: none;
|
|
415
413
|
width: auto;
|
|
@@ -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;
|
|
@@ -51,8 +51,8 @@
|
|
|
51
51
|
}
|
|
52
52
|
}
|
|
53
53
|
|
|
54
|
-
// button[data-level-selector-button],
|
|
55
54
|
button[data-audiotracks-button] {
|
|
55
|
+
|
|
56
56
|
.quality-text,
|
|
57
57
|
.audio-text {
|
|
58
58
|
font-size: 13px;
|
|
@@ -99,8 +99,6 @@
|
|
|
99
99
|
}
|
|
100
100
|
|
|
101
101
|
.dvr-controls {
|
|
102
|
-
height: 32px;
|
|
103
|
-
|
|
104
102
|
.live-button {
|
|
105
103
|
margin-left: 10px;
|
|
106
104
|
height: 32px;
|
|
@@ -134,8 +132,6 @@
|
|
|
134
132
|
}
|
|
135
133
|
|
|
136
134
|
button.media-control-button {
|
|
137
|
-
height: 32px;
|
|
138
|
-
|
|
139
135
|
&[data-fullscreen] {
|
|
140
136
|
height: 33px;
|
|
141
137
|
}
|
|
@@ -182,5 +178,10 @@
|
|
|
182
178
|
}
|
|
183
179
|
}
|
|
184
180
|
}
|
|
181
|
+
|
|
182
|
+
.media-control-button,
|
|
183
|
+
.gplayer-mc-panel-item {
|
|
184
|
+
height: 32px;
|
|
185
|
+
}
|
|
185
186
|
}
|
|
186
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": {
|