@vkontakte/videoplayer 1.1.48-dev.5b1950dd.0 → 1.1.48-dev.783deb6f.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vkontakte/videoplayer",
3
- "version": "1.1.48-dev.5b1950dd.0",
3
+ "version": "1.1.48-dev.783deb6f.0",
4
4
  "author": "vk.com",
5
5
  "description": "Videoplayer based on the vk.com platform",
6
6
  "homepage": "https://vk.com",
@@ -49,9 +49,9 @@
49
49
  "**/*.d.ts"
50
50
  ],
51
51
  "dependencies": {
52
- "@vkontakte/videoplayer-core": "2.0.115-dev.48742ddd.0",
53
- "@vkontakte/videoplayer-interactive": "1.0.23-dev.d304b9b3.0",
54
- "@vkontakte/videoplayer-shared": "1.0.47-dev.536f9d94.0",
55
- "@vkontakte/videoplayer-statistics": "1.0.62-dev.924ff046.0"
52
+ "@vkontakte/videoplayer-core": "2.0.115-dev.84a10c24.0",
53
+ "@vkontakte/videoplayer-interactive": "1.0.23-dev.95184edf.0",
54
+ "@vkontakte/videoplayer-shared": "1.0.47-dev.985cc397.0",
55
+ "@vkontakte/videoplayer-statistics": "1.0.62-dev.9fbaaf86.0"
56
56
  }
57
57
  }
package/types/config.d.ts CHANGED
@@ -110,6 +110,7 @@ export interface IUIConfig {
110
110
  saveRate: boolean;
111
111
  fullscreenInternalTargetPlayerContainer: boolean;
112
112
  autoplayNext: boolean;
113
+ previewNoEmptySpace: boolean;
113
114
  };
114
115
  interactive: {
115
116
  historyMaxLength: number;