zarebin-player-library 1.1.5 → 1.1.6

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.
@@ -68927,7 +68927,7 @@ var useVideoControls = (ad, params) => {
68927
68927
  setIsCounting(true);
68928
68928
  setIsPaused(false);
68929
68929
  if (firstPlayRef.current) {
68930
- params.ad.onAdView();
68930
+ params.ad.onAdView(ad);
68931
68931
  setFirstPlay(false);
68932
68932
  }
68933
68933
  };
@@ -69039,7 +69039,7 @@ var SkipButton = ({ skipCounter }) => {
69039
69039
  //#endregion
69040
69040
  //#region src/videoPlayerLibrary/shared/ui/src/components/advertisement/UnMuteVideo.tsx
69041
69041
  var UnMuteVideo = ({ advertisement }) => /* @__PURE__ */ jsxs("div", {
69042
- className: `pl-flex pl-cursor-pointer pl-items-center pl-rounded-[4px] pl-bg-gray-500 ${!advertisement ? "pl-absolute -pl-left-2 pl-top-[60px]" : ""} ${conditions(ConditionName.isTouchScreen) ? "pl-gap-1 pl-px-2 pl-py-[10px]" : "!pl-left-8 pl-gap-2 pl-p-3"} ${conditions(ConditionName.isTouchScreen) && "pl-mx-4"}`,
69042
+ className: `pl-flex pl-cursor-pointer pl-items-center pl-rounded-lg pl-bg-gray-500 ${!advertisement ? "pl-absolute -pl-left-2 pl-top-[60px]" : ""} ${conditions(ConditionName.isTouchScreen) ? "pl-gap-1 pl-px-2 pl-py-[10px]" : "!pl-left-8 pl-gap-2 pl-p-3"} ${conditions(ConditionName.isTouchScreen) && "pl-mx-4"}`,
69043
69043
  children: [/* @__PURE__ */ jsx("img", {
69044
69044
  src: IMAGES.mute,
69045
69045
  alt: "mute icon",