@vkontakte/videoplayer 1.1.56-dev.d9cc5791.0 → 1.1.56-dev.e4e56351.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.56-dev.d9cc5791.0",
3
+ "version": "1.1.56-dev.e4e56351.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.126-dev.2bdf3b93.0",
54
- "@vkontakte/videoplayer-interactive": "1.0.31-dev.df8a8fea.0",
55
- "@vkontakte/videoplayer-shared": "1.0.54-dev.ba2dd100.0",
56
- "@vkontakte/videoplayer-statistics": "1.0.71-dev.d6872101.0"
53
+ "@vkontakte/videoplayer-core": "2.0.126-dev.ec90973a.0",
54
+ "@vkontakte/videoplayer-interactive": "1.0.31-dev.ac6e06f2.0",
55
+ "@vkontakte/videoplayer-shared": "1.0.54-dev.1f76ace8.0",
56
+ "@vkontakte/videoplayer-statistics": "1.0.71-dev.30f1c59c.0"
57
57
  }
58
58
  }
package/types/config.d.ts CHANGED
@@ -123,18 +123,6 @@ export interface IUIConfig {
123
123
  historyMaxLength: number;
124
124
  noInteractionEventTimeout: number;
125
125
  };
126
- view: {
127
- timelineSliderColor: string | null;
128
- timelineSliderHandleColor: string | null;
129
- timelineSliderFilledColor: string | null;
130
- timelineSliderLoadedColor: string | null;
131
- volumeSliderColor: string | null;
132
- volumeSliderHandleColor: string | null;
133
- volumeSliderFilledColor: string | null;
134
- controlsTimeColor: string | null;
135
- timelineSliderHandleActiveLiveColor: string | null;
136
- timelineSliderFilledActiveLiveColor: string | null;
137
- };
138
126
  }
139
127
  export declare const defaultConfig: IUIConfig;
140
128
  export type IOptionalUIConfig = RecursivePartial<IUIConfig>;
@@ -1,2 +0,0 @@
1
- import type { IUIConfig } from '../../config';
2
- export declare function mapConfigStyle(options: IUIConfig['view']): string | undefined;