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.
- package/README.md +5 -45
- package/dist/zarebin-player-library.css +11576 -11574
- package/dist/zarebin-player-library.js +1 -2
- package/dist/zarebin-player-library.js.map +1 -1
- package/package.json +93 -93
|
@@ -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
|
-
|
|
80603
|
-
height: 14
|
|
80602
|
+
className: "pl-h-[14px] pl-w-[14px]"
|
|
80604
80603
|
})
|
|
80605
80604
|
}),
|
|
80606
80605
|
conditions(ConditionName.hasMovieContentType) && /* @__PURE__ */ jsx("span", {
|