@gcorevideo/player 2.22.11 → 2.22.12
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 +893 -893
- package/dist/index.js +2 -2
- package/dist/plugins/index.css +589 -589
- package/dist/plugins/index.js +2 -2
- package/lib/plugins/playback-rate/PlaybackRate.js +1 -1
- package/package.json +1 -1
- package/src/plugins/playback-rate/PlaybackRate.ts +1 -1
- package/tsconfig.tsbuildinfo +1 -1
package/dist/plugins/index.js
CHANGED
|
@@ -13320,7 +13320,7 @@ class ClipsPlugin extends UICorePlugin {
|
|
|
13320
13320
|
|
|
13321
13321
|
const templateHtml$1 = "<ul class=\"context-menu-list\">\n <% if(options) { %>\n <% for (var i = 0; i < options.length; i++) { %>\n <li class=\"context-menu-list-item <%= options[i].class %>\"\n data-<%= options[i].name %>><%= options[i].label %></li>\n <% } %>\n <% } %>\n</ul>\n";
|
|
13322
13322
|
|
|
13323
|
-
var version$1 = "2.22.
|
|
13323
|
+
var version$1 = "2.22.12";
|
|
13324
13324
|
|
|
13325
13325
|
var packages = {
|
|
13326
13326
|
"node_modules/@clappr/core": {
|
|
@@ -16182,7 +16182,7 @@ class PlaybackRate extends UICorePlugin {
|
|
|
16182
16182
|
i18n: this.core.i18n,
|
|
16183
16183
|
playbackRates: this.playbackRates,
|
|
16184
16184
|
}));
|
|
16185
|
-
this.mount()
|
|
16185
|
+
// this.mount()
|
|
16186
16186
|
return this;
|
|
16187
16187
|
}
|
|
16188
16188
|
/**
|
package/package.json
CHANGED