@kkcompany/player 2.25.0-canary.15 → 2.25.0-canary.16

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/CHANGELOG.md CHANGED
@@ -2,11 +2,12 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
- ## [2.25.0-canary.15](https://gitlab.kkinternal.com/playback/web-playcraft/compare/v2.25.0-canary.9...v2.25.0-canary.15) (2025-12-15)
5
+ ## [2.25.0-canary.16](https://gitlab.kkinternal.com/playback/web-playcraft/compare/v2.25.0-canary.9...v2.25.0-canary.16) (2025-12-15)
6
6
 
7
7
 
8
8
  ### Features
9
9
 
10
+ * add export OverlayPanel ([f76f508](https://gitlab.kkinternal.com/playback/web-playcraft/commit/f76f50836a3a55ee23ee910c0f310a66a25f29e5))
10
11
  * override track display name in language menu ([338f5cc](https://gitlab.kkinternal.com/playback/web-playcraft/commit/338f5cc232d488eb36a07cdc339402cb9bd5d886))
11
12
 
12
13
  ## [2.25.0-canary.9](https://gitlab.kkinternal.com/playback/web-playcraft/compare/v2.25.0-canary.8...v2.25.0-canary.9) (2025-12-04)
package/dist/core.mjs CHANGED
@@ -37,7 +37,7 @@ const waitFor = (check, handler) => {
37
37
  function getVersion() {
38
38
  try {
39
39
  // eslint-disable-next-line no-undef
40
- return "2.25.0-canary.15";
40
+ return "2.25.0-canary.16";
41
41
  } catch (e) {
42
42
  return undefined;
43
43
  }
package/dist/index.js CHANGED
@@ -5746,7 +5746,7 @@ $$4({ target: 'Array', proto: true, forced: FORCED }, {
5746
5746
  function getVersion() {
5747
5747
  try {
5748
5748
  // eslint-disable-next-line no-undef
5749
- return "2.25.0-canary.15";
5749
+ return "2.25.0-canary.16";
5750
5750
  } catch (e) {
5751
5751
  return undefined;
5752
5752
  }
package/dist/index.mjs CHANGED
@@ -812,7 +812,7 @@ function convertToSeconds(timeString) {
812
812
  function getVersion() {
813
813
  try {
814
814
  // eslint-disable-next-line no-undef
815
- return "2.25.0-canary.15";
815
+ return "2.25.0-canary.16";
816
816
  } catch (e) {
817
817
  return undefined;
818
818
  }
package/dist/modules.mjs CHANGED
@@ -991,7 +991,7 @@ const mapLogEvents$1 = ({
991
991
  function getVersion() {
992
992
  try {
993
993
  // eslint-disable-next-line no-undef
994
- return "2.25.0-canary.15";
994
+ return "2.25.0-canary.16";
995
995
  } catch (e) {
996
996
  return undefined;
997
997
  }
@@ -1413,7 +1413,7 @@ const createAnalytics = ({
1413
1413
  const logTarget = mapLogEvents({
1414
1414
  video,
1415
1415
  playerName: 'shaka',
1416
- version: "2.25.0-canary.15"
1416
+ version: "2.25.0-canary.16"
1417
1417
  });
1418
1418
  logTarget.all((type, data) => {
1419
1419
  const payload = {
package/dist/react.mjs CHANGED
@@ -2420,7 +2420,7 @@ function convertToSeconds(timeString) {
2420
2420
  function getVersion() {
2421
2421
  try {
2422
2422
  // eslint-disable-next-line no-undef
2423
- return "2.25.0-canary.15";
2423
+ return "2.25.0-canary.16";
2424
2424
  } catch (e) {
2425
2425
  return undefined;
2426
2426
  }
@@ -11123,7 +11123,7 @@ const PremiumPlusPlayer = ({
11123
11123
  const restPlayerName = ['shaka', 'bitmovin'].find(name => name in rest);
11124
11124
  logTarget.current = mapLogEvents({
11125
11125
  playerName: restPlayerName || 'shaka',
11126
- version: "2.25.0-canary.15",
11126
+ version: "2.25.0-canary.16",
11127
11127
  video: videoRef.current,
11128
11128
  getPlaybackStatus: () => getMediaTime(videoRef.current, {
11129
11129
  player: corePlayerRef.current,
@@ -12323,4 +12323,4 @@ const CastSessionControl = props => {
12323
12323
  });
12324
12324
  };
12325
12325
 
12326
- export { Addons, AutoplayPrompt, Backdrop, Button, CastButton$1 as CastButton, CastSender, CastSessionControl, ClassicSettingsContainer, CoverImage, DEBUG_OPTIONS, FunctionBarExtension, InfoBarExtension, LiveEnd, MenuItem, PremiumPlayer, PremiumPlusPlayer, RecommendationPanel, SkipButton, TitleBarExtension, Video$1 as Video, setupDebugOption, setupLicenseServerOverride };
12326
+ export { Addons, AutoplayPrompt, Backdrop, Button, CastButton$1 as CastButton, CastSender, CastSessionControl, ClassicSettingsContainer, CoverImage, DEBUG_OPTIONS, FunctionBarExtension, InfoBarExtension, LiveEnd, MenuItem, OverlayPanel, PremiumPlayer, PremiumPlusPlayer, RecommendationPanel, SkipButton, TitleBarExtension, Video$1 as Video, setupDebugOption, setupLicenseServerOverride };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kkcompany/player",
3
- "version": "2.25.0-canary.15",
3
+ "version": "2.25.0-canary.16",
4
4
  "module": "dist/index.mjs",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",