zarebin-player-library 1.0.19 → 1.0.21

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.
@@ -80599,8 +80599,7 @@ var MovieDetail = () => {
80599
80599
  children: /* @__PURE__ */ jsx("img", {
80600
80600
  src: conditions(ConditionName.isDarkMode) ? IMAGES.videoWhite : IMAGES.videoBlack,
80601
80601
  alt: "video-icon",
80602
- width: 14,
80603
- height: 14
80602
+ className: "pl-h-[14px] pl-w-[14px]"
80604
80603
  })
80605
80604
  }),
80606
80605
  conditions(ConditionName.hasMovieContentType) && /* @__PURE__ */ jsx("span", {