@gcorevideo/player 2.24.8 → 2.24.9
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/dist/core.js +1 -1
- package/dist/index.css +1493 -1493
- package/dist/index.embed.js +1 -0
- package/dist/index.js +1 -1
- package/lib/index.embed.d.ts.map +1 -1
- package/lib/index.embed.js +2 -1
- package/package.json +1 -1
- package/src/index.embed.ts +2 -0
- package/tsconfig.tsbuildinfo +1 -1
package/dist/index.embed.js
CHANGED
|
@@ -50946,6 +50946,7 @@ var VolumeFadeEvents;
|
|
|
50946
50946
|
* @packageDocumentation
|
|
50947
50947
|
*/
|
|
50948
50948
|
Player.registerPlugin(AudioTracks);
|
|
50949
|
+
Player.registerPlugin(BigMuteButton);
|
|
50949
50950
|
Player.registerPlugin(BottomGear);
|
|
50950
50951
|
Player.registerPlugin(ClickToPause);
|
|
50951
50952
|
Player.registerPlugin(CmcdConfig);
|
package/dist/index.js
CHANGED
|
@@ -43303,7 +43303,7 @@ class Player {
|
|
|
43303
43303
|
}
|
|
43304
43304
|
}
|
|
43305
43305
|
|
|
43306
|
-
var version$1 = "2.24.
|
|
43306
|
+
var version$1 = "2.24.9";
|
|
43307
43307
|
|
|
43308
43308
|
var packages = {
|
|
43309
43309
|
"node_modules/@clappr/core": {
|
package/lib/index.embed.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.embed.d.ts","sourceRoot":"","sources":["../src/index.embed.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;GA0BG;AACH,OAAO,EAAU,iBAAiB,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAA;
|
|
1
|
+
{"version":3,"file":"index.embed.d.ts","sourceRoot":"","sources":["../src/index.embed.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;GA0BG;AACH,OAAO,EAAU,iBAAiB,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAA;AAgCzE,KAAK,OAAO,GAAG,OAAO,CAAC,IAAI,CAAC,YAAY,EAAE,SAAS,CAAC,CAAC,GAAG;IACtD,OAAO,EAAE,iBAAiB,EAAE,CAAA;CAC7B,CAAA;AAED,MAAM,CAAC,OAAO,UAAU,IAAI,CAAC,OAAO,EAAE,WAAW,EAAE,OAAO,EAAE,OAAO,QAelE"}
|
package/lib/index.embed.js
CHANGED
|
@@ -26,8 +26,9 @@
|
|
|
26
26
|
* @packageDocumentation
|
|
27
27
|
*/
|
|
28
28
|
import { Player } from './index.core.js';
|
|
29
|
-
import { AudioTracks, BottomGear, MediaControl, ErrorScreen, SourceController, Subtitles, CmcdConfig, ClickToPause, DvrControls, PictureInPicture, PlaybackRate, Poster, Spinner, } from './index.plugins.js';
|
|
29
|
+
import { AudioTracks, BigMuteButton, BottomGear, MediaControl, ErrorScreen, SourceController, Subtitles, CmcdConfig, ClickToPause, DvrControls, PictureInPicture, PlaybackRate, Poster, Spinner, } from './index.plugins.js';
|
|
30
30
|
Player.registerPlugin(AudioTracks);
|
|
31
|
+
Player.registerPlugin(BigMuteButton);
|
|
31
32
|
Player.registerPlugin(BottomGear);
|
|
32
33
|
Player.registerPlugin(ClickToPause);
|
|
33
34
|
Player.registerPlugin(CmcdConfig);
|
package/package.json
CHANGED
package/src/index.embed.ts
CHANGED
|
@@ -28,6 +28,7 @@
|
|
|
28
28
|
import { Player, PlayerMediaSource, PlayerConfig } from './index.core.js'
|
|
29
29
|
import {
|
|
30
30
|
AudioTracks,
|
|
31
|
+
BigMuteButton,
|
|
31
32
|
BottomGear,
|
|
32
33
|
MediaControl,
|
|
33
34
|
ErrorScreen,
|
|
@@ -43,6 +44,7 @@ import {
|
|
|
43
44
|
} from './index.plugins.js'
|
|
44
45
|
|
|
45
46
|
Player.registerPlugin(AudioTracks)
|
|
47
|
+
Player.registerPlugin(BigMuteButton)
|
|
46
48
|
Player.registerPlugin(BottomGear)
|
|
47
49
|
Player.registerPlugin(ClickToPause)
|
|
48
50
|
Player.registerPlugin(CmcdConfig)
|