@gcorevideo/player 2.21.6 → 2.22.0

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.
@@ -85,7 +85,7 @@
85
85
  renderVR(setting)
86
86
  } else if (setting === "clipsText") {
87
87
  renderClipsText(setting)
88
- } else if (setting === "fullscreen") {
88
+ } else if (["playpause", "playstop", "fullscreen"].includes(setting)) {
89
89
  renderButton(setting);
90
90
  }
91
91
  });
package/dist/core.js CHANGED
@@ -43214,7 +43214,7 @@ class Player {
43214
43214
  }
43215
43215
  }
43216
43216
 
43217
- var version$1 = "2.21.6";
43217
+ var version$1 = "2.22.0";
43218
43218
 
43219
43219
  var packages = {
43220
43220
  "node_modules/@clappr/core": {