@gcorevideo/player 2.26.7 → 2.26.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 +1189 -1189
- package/dist/index.embed.js +1 -0
- package/dist/index.js +2 -1
- package/dist/player.d.ts +18 -2
- package/docs/api/player.md +11 -11
- package/docs/api/player.thumbnails.md +1 -0
- package/docs/api/player.thumbnailspluginsettings.backdropheight.md +11 -0
- package/docs/api/player.thumbnailspluginsettings.backdropmaxopacity.md +11 -0
- package/docs/api/player.thumbnailspluginsettings.backdropminopacity.md +11 -0
- package/docs/api/player.thumbnailspluginsettings.md +154 -9
- package/docs/api/player.thumbnailspluginsettings.spotlightheight.md +11 -0
- package/docs/api/player.thumbnailspluginsettings.sprite.md +11 -0
- package/docs/api/player.thumbnailspluginsettings.vtt.md +13 -0
- package/lib/plugins/thumbnails/Thumbnails.d.ts +18 -2
- package/lib/plugins/thumbnails/Thumbnails.d.ts.map +1 -1
- package/lib/plugins/thumbnails/Thumbnails.js +1 -0
- package/package.json +1 -1
- package/src/plugins/thumbnails/Thumbnails.ts +20 -3
- package/temp/player.api.json +170 -16
- package/tsconfig.tsbuildinfo +1 -1
package/dist/core.js
CHANGED
|
@@ -43179,7 +43179,7 @@ class Player {
|
|
|
43179
43179
|
}
|
|
43180
43180
|
}
|
|
43181
43181
|
|
|
43182
|
-
var version$1 = "2.26.
|
|
43182
|
+
var version$1 = "2.26.9";
|
|
43183
43183
|
|
|
43184
43184
|
var packages = {
|
|
43185
43185
|
"node_modules/@clappr/core": {
|