@vkontakte/videoplayer 1.1.59-dev.e4f494c3.0 → 1.1.59-dev.e600d23b.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.59-dev.e4f494c3.0",
3
+ "version": "1.1.59-dev.e600d23b.0",
4
4
  "author": "vk.com",
5
5
  "description": "Videoplayer based on the vk.com platform",
6
6
  "homepage": "https://vk.com",
@@ -50,9 +50,9 @@
50
50
  ],
51
51
  "dependencies": {
52
52
  "@adtech/rbadman": "2.2.57",
53
- "@vkontakte/videoplayer-core": "2.0.129-dev.17be96f1.0",
54
- "@vkontakte/videoplayer-interactive": "1.0.34-dev.b4faf968.0",
55
- "@vkontakte/videoplayer-shared": "1.0.57-dev.51bbdbb8.0",
56
- "@vkontakte/videoplayer-statistics": "1.0.75-dev.1d11f4b9.0"
53
+ "@vkontakte/videoplayer-core": "2.0.129-dev.576d1524.0",
54
+ "@vkontakte/videoplayer-interactive": "1.0.34-dev.453c6855.0",
55
+ "@vkontakte/videoplayer-shared": "1.0.57-dev.9d001c3c.0",
56
+ "@vkontakte/videoplayer-statistics": "1.0.75-dev.5de63ea3.0"
57
57
  }
58
58
  }
@@ -182,7 +182,6 @@ export interface IStore {
182
182
  showInteractiveTimeIndicator: boolean;
183
183
  isInteractiveTime$: Readable<boolean>;
184
184
  interactiveEpisodes$: Readable<IVideoEpisode[]>;
185
- graphIsOpened$: Writable<boolean>;
186
185
  isInteractiveExpectation$: Writable<boolean>;
187
186
  hasInteractiveBranches?: boolean;
188
187
  playPrevChapterDisabledTooltip: PlayPrevChapterDisabledTooltipKey;
@@ -1,2 +0,0 @@
1
- export declare const isVertical: (angle: number) => boolean;
2
- export declare const isVerticallyAligned: (angle: number) => boolean;