@vidispine/vdt-videojs 23.1.0 → 23.2.0-pre.1
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/.prettierignore +3 -0
- package/deprecated-app/index.html +424 -296
- package/dist/index.css +29 -13
- package/dist/index.es.js +3 -2
- package/dist/index.js +3 -2
- package/dist/index.umd.js +3 -2
- package/package.json +7 -6
- package/src/player.scss +653 -590
package/dist/index.css
CHANGED
|
@@ -1,9 +1,14 @@
|
|
|
1
1
|
@import '~video.js/dist/video-js.css';
|
|
2
|
-
textarea,
|
|
2
|
+
textarea,
|
|
3
|
+
select,
|
|
4
|
+
input,
|
|
5
|
+
button,
|
|
6
|
+
video {
|
|
3
7
|
outline: none;
|
|
4
8
|
}
|
|
5
9
|
|
|
6
|
-
button:focus,
|
|
10
|
+
button:focus,
|
|
11
|
+
.video-js .vjs-menu-item {
|
|
7
12
|
outline: initial;
|
|
8
13
|
}
|
|
9
14
|
|
|
@@ -76,7 +81,8 @@ button:focus, .video-js .vjs-menu-item {
|
|
|
76
81
|
.video-js .vjs-time-control.duration, .video-js .vjs-time-control.vjs-duration {
|
|
77
82
|
margin-right: auto;
|
|
78
83
|
}
|
|
79
|
-
.video-js .vjs-subs-caps-button .vjs-icon-placeholder,
|
|
84
|
+
.video-js .vjs-subs-caps-button .vjs-icon-placeholder,
|
|
85
|
+
.video-js .vdt-screenshot-button .vjs-icon-placeholder {
|
|
80
86
|
opacity: 0.6;
|
|
81
87
|
}
|
|
82
88
|
.video-js.has-vdt-menu .vjs-subs-caps-button {
|
|
@@ -179,13 +185,15 @@ button:focus, .video-js .vjs-menu-item {
|
|
|
179
185
|
.video-js .vdt-player-osd table td .volchange.low:before {
|
|
180
186
|
content: "\f105";
|
|
181
187
|
}
|
|
182
|
-
.video-js .vdt-player-osd table td .mute:before,
|
|
188
|
+
.video-js .vdt-player-osd table td .mute:before,
|
|
189
|
+
.video-js .vdt-player-osd table td .volchange.null:before {
|
|
183
190
|
content: "\f104";
|
|
184
191
|
}
|
|
185
192
|
.video-js .vdt-player-osd table td .unmute:before {
|
|
186
193
|
content: "\f107";
|
|
187
194
|
}
|
|
188
|
-
.video-js .vdt-player-osd table td .forward-jump:before,
|
|
195
|
+
.video-js .vdt-player-osd table td .forward-jump:before,
|
|
196
|
+
.video-js .vdt-player-osd table td .backward-jump:before {
|
|
189
197
|
content: "\f101\f101";
|
|
190
198
|
letter-spacing: -38px;
|
|
191
199
|
padding-left: 0px;
|
|
@@ -273,7 +281,8 @@ button:focus, .video-js .vjs-menu-item {
|
|
|
273
281
|
font-family: "monospace", sans-serif;
|
|
274
282
|
margin-left: 20px;
|
|
275
283
|
}
|
|
276
|
-
.video-js .vdt-timecode input,
|
|
284
|
+
.video-js .vdt-timecode input,
|
|
285
|
+
.video-js .vdt-timecode span {
|
|
277
286
|
font-size: 16px;
|
|
278
287
|
}
|
|
279
288
|
.video-js .vdt-timecode span {
|
|
@@ -336,7 +345,8 @@ button:focus, .video-js .vjs-menu-item {
|
|
|
336
345
|
.video-js .vdt-settings-menu-button:after {
|
|
337
346
|
content: "\f110";
|
|
338
347
|
}
|
|
339
|
-
.video-js .vdt-waveform-visual,
|
|
348
|
+
.video-js .vdt-waveform-visual,
|
|
349
|
+
.video-js .vdt-help-overlay {
|
|
340
350
|
position: absolute;
|
|
341
351
|
top: 0px;
|
|
342
352
|
left: 0px;
|
|
@@ -351,7 +361,8 @@ button:focus, .video-js .vjs-menu-item {
|
|
|
351
361
|
background: linear-gradient(to bottom, rgb(136, 191, 232) 0%, rgb(113, 161, 196) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
|
|
352
362
|
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#88bfe8", endColorstr="#71a1c4",GradientType=0 ); /* IE6-9 */
|
|
353
363
|
}
|
|
354
|
-
.video-js .vdt-waveform-visual canvas,
|
|
364
|
+
.video-js .vdt-waveform-visual canvas,
|
|
365
|
+
.video-js .vdt-help-overlay canvas {
|
|
355
366
|
height: 100%;
|
|
356
367
|
width: 100%;
|
|
357
368
|
}
|
|
@@ -379,13 +390,15 @@ button:focus, .video-js .vjs-menu-item {
|
|
|
379
390
|
.video-js .vdt-help-overlay > table td.vdt-help-contents table td {
|
|
380
391
|
padding: 6px 6px;
|
|
381
392
|
}
|
|
382
|
-
.video-js .vdt-help-overlay > table td.vdt-help-contents table td:nth-child(2),
|
|
393
|
+
.video-js .vdt-help-overlay > table td.vdt-help-contents table td:nth-child(2),
|
|
394
|
+
.video-js .vdt-help-overlay > table td.vdt-help-contents table td td:nth-child(4) {
|
|
383
395
|
padding: 4px 9px;
|
|
384
396
|
}
|
|
385
397
|
.video-js .vdt-help-overlay > table td.vdt-help-contents table td:nth-child(2) {
|
|
386
398
|
padding-right: 32px;
|
|
387
399
|
}
|
|
388
|
-
.video-js .vdt-help-overlay > table td.vdt-help-contents table td:first-child div,
|
|
400
|
+
.video-js .vdt-help-overlay > table td.vdt-help-contents table td:first-child div,
|
|
401
|
+
.video-js .vdt-help-overlay > table td.vdt-help-contents table td:nth-child(3) div {
|
|
389
402
|
text-align: center;
|
|
390
403
|
padding: 3px;
|
|
391
404
|
border: 1px solid white;
|
|
@@ -413,7 +426,8 @@ button:focus, .video-js .vjs-menu-item {
|
|
|
413
426
|
display: block;
|
|
414
427
|
opacity: 1;
|
|
415
428
|
}
|
|
416
|
-
.video-js.controls-below-player:not(.vjs-controls-disabled).vjs-fullscreen.vjs-user-inactive.vjs-playing .vjs-text-track-display,
|
|
429
|
+
.video-js.controls-below-player:not(.vjs-controls-disabled).vjs-fullscreen.vjs-user-inactive.vjs-playing .vjs-text-track-display,
|
|
430
|
+
.video-js.controls-below-player:not(.vjs-controls-disabled).vjs-fullscreen .vjs-text-track-display {
|
|
417
431
|
bottom: 60px;
|
|
418
432
|
}
|
|
419
433
|
.video-js.controls-below-player:not(.vjs-fullscreen):not(.vjs-controls-disabled) {
|
|
@@ -431,10 +445,12 @@ button:focus, .video-js .vjs-menu-item {
|
|
|
431
445
|
transition: all 300ms ease-in-out;
|
|
432
446
|
background: transparent;
|
|
433
447
|
}
|
|
434
|
-
.video-js.controls-below-player:not(.vjs-fullscreen):not(.vjs-controls-disabled) .vjs-control-bar .vjs-button:not(.vjs-menu-item-text),
|
|
448
|
+
.video-js.controls-below-player:not(.vjs-fullscreen):not(.vjs-controls-disabled) .vjs-control-bar .vjs-button:not(.vjs-menu-item-text),
|
|
449
|
+
.video-js.controls-below-player:not(.vjs-fullscreen):not(.vjs-controls-disabled) .vjs-control-bar .vdt-timecode:not(.vjs-menu-item-text) {
|
|
435
450
|
color: #333;
|
|
436
451
|
}
|
|
437
|
-
.video-js.controls-below-player:not(.vjs-fullscreen):not(.vjs-controls-disabled).on-dark .vjs-control-bar .vjs-button:not(.vjs-menu-item-text),
|
|
452
|
+
.video-js.controls-below-player:not(.vjs-fullscreen):not(.vjs-controls-disabled).on-dark .vjs-control-bar .vjs-button:not(.vjs-menu-item-text),
|
|
453
|
+
.video-js.controls-below-player:not(.vjs-fullscreen):not(.vjs-controls-disabled).on-dark .vjs-control-bar .vdt-timecode:not(.vjs-menu-item-text) {
|
|
438
454
|
color: #efefef;
|
|
439
455
|
}
|
|
440
456
|
.video-js.controls-below-player:not(.vjs-fullscreen):not(.vjs-controls-disabled) .vjs-progress-holder {
|
package/dist/index.es.js
CHANGED
|
@@ -3,7 +3,7 @@ import mousetrap from 'mousetrap';
|
|
|
3
3
|
import videojs from 'video.js/dist/alt/video.core.min';
|
|
4
4
|
|
|
5
5
|
var name = "@vidispine/vdt-videojs";
|
|
6
|
-
var version = "23.
|
|
6
|
+
var version = "23.2.0-pre.1";
|
|
7
7
|
var license = "SEE LICENSE IN LICENSE.md";
|
|
8
8
|
var publishConfig = {
|
|
9
9
|
access: "public"
|
|
@@ -21,7 +21,8 @@ var browser = "dist/index.umd.js";
|
|
|
21
21
|
var scripts = {
|
|
22
22
|
build: "rimraf dist && rollup -c",
|
|
23
23
|
"build:watch": "yarn build -w --environment DEVELOPMENT",
|
|
24
|
-
lint: "eslint . --
|
|
24
|
+
lint: "eslint . --max-warnings=0",
|
|
25
|
+
format: "prettier . --check"
|
|
25
26
|
};
|
|
26
27
|
var dependencies = {
|
|
27
28
|
"@babel/runtime": "^7.21.0",
|
package/dist/index.js
CHANGED
|
@@ -13,7 +13,7 @@ var mousetrap__default = /*#__PURE__*/_interopDefaultLegacy(mousetrap);
|
|
|
13
13
|
var videojs__default = /*#__PURE__*/_interopDefaultLegacy(videojs);
|
|
14
14
|
|
|
15
15
|
var name = "@vidispine/vdt-videojs";
|
|
16
|
-
var version = "23.
|
|
16
|
+
var version = "23.2.0-pre.1";
|
|
17
17
|
var license = "SEE LICENSE IN LICENSE.md";
|
|
18
18
|
var publishConfig = {
|
|
19
19
|
access: "public"
|
|
@@ -31,7 +31,8 @@ var browser = "dist/index.umd.js";
|
|
|
31
31
|
var scripts = {
|
|
32
32
|
build: "rimraf dist && rollup -c",
|
|
33
33
|
"build:watch": "yarn build -w --environment DEVELOPMENT",
|
|
34
|
-
lint: "eslint . --
|
|
34
|
+
lint: "eslint . --max-warnings=0",
|
|
35
|
+
format: "prettier . --check"
|
|
35
36
|
};
|
|
36
37
|
var dependencies = {
|
|
37
38
|
"@babel/runtime": "^7.21.0",
|
package/dist/index.umd.js
CHANGED
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
var videojs__default = /*#__PURE__*/_interopDefaultLegacy(videojs);
|
|
12
12
|
|
|
13
13
|
var name = "@vidispine/vdt-videojs";
|
|
14
|
-
var version = "23.
|
|
14
|
+
var version = "23.2.0-pre.1";
|
|
15
15
|
var license = "SEE LICENSE IN LICENSE.md";
|
|
16
16
|
var publishConfig = {
|
|
17
17
|
access: "public"
|
|
@@ -29,7 +29,8 @@
|
|
|
29
29
|
var scripts = {
|
|
30
30
|
build: "rimraf dist && rollup -c",
|
|
31
31
|
"build:watch": "yarn build -w --environment DEVELOPMENT",
|
|
32
|
-
lint: "eslint . --
|
|
32
|
+
lint: "eslint . --max-warnings=0",
|
|
33
|
+
format: "prettier . --check"
|
|
33
34
|
};
|
|
34
35
|
var dependencies = {
|
|
35
36
|
"@babel/runtime": "^7.21.0",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vidispine/vdt-videojs",
|
|
3
|
-
"version": "23.
|
|
3
|
+
"version": "23.2.0-pre.1",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -18,7 +18,8 @@
|
|
|
18
18
|
"scripts": {
|
|
19
19
|
"build": "rimraf dist && rollup -c",
|
|
20
20
|
"build:watch": "yarn build -w --environment DEVELOPMENT",
|
|
21
|
-
"lint": "eslint . --
|
|
21
|
+
"lint": "eslint . --max-warnings=0",
|
|
22
|
+
"format": "prettier . --check"
|
|
22
23
|
},
|
|
23
24
|
"dependencies": {
|
|
24
25
|
"@babel/runtime": "^7.21.0",
|
|
@@ -32,10 +33,10 @@
|
|
|
32
33
|
"@rollup/plugin-commonjs": "21.1.0",
|
|
33
34
|
"@rollup/plugin-json": "4.1.0",
|
|
34
35
|
"@rollup/plugin-node-resolve": "13.3.0",
|
|
35
|
-
"@vidispine/eslint-config-base": "23.
|
|
36
|
-
"@vidispine/eslint-config-mdx": "23.
|
|
37
|
-
"@vidispine/eslint-config-storybook": "23.
|
|
38
|
-
"@vidispine/prettier-config": "23.
|
|
36
|
+
"@vidispine/eslint-config-base": "23.2.0-pre.1",
|
|
37
|
+
"@vidispine/eslint-config-mdx": "23.2.0-pre.1",
|
|
38
|
+
"@vidispine/eslint-config-storybook": "23.2.0-pre.1",
|
|
39
|
+
"@vidispine/prettier-config": "23.2.0-pre.1",
|
|
39
40
|
"eslint": "8.34.0",
|
|
40
41
|
"prettier": "2.8.4",
|
|
41
42
|
"rimraf": "3.0.2",
|