@x-edu/live-player 0.0.44 → 0.0.45

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.
@@ -62607,7 +62607,7 @@ function list_arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
62607
62607
 
62608
62608
 
62609
62609
 
62610
- var PageSize = 7;
62610
+ var PageSize = 12;
62611
62611
  var ViewModes = {
62612
62612
  LIST: 'list',
62613
62613
  CARD: 'card'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@x-edu/live-player",
3
- "version": "0.0.44",
3
+ "version": "0.0.45",
4
4
  "main": "dist/XEduLivePlayer.common.js",
5
5
  "files": [
6
6
  "dist/*"