zarebin-player-library 1.0.26 → 1.0.27
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.
|
@@ -81835,7 +81835,7 @@ var LiveAndVodPlayer = () => {
|
|
|
81835
81835
|
description: notActiveText.description,
|
|
81836
81836
|
type: params.type
|
|
81837
81837
|
})
|
|
81838
|
-
}) : /* @__PURE__ */ jsx("div", { className: `${!!params.height ? params.height : "pl-h-screen"} ${!!params.width ? params.width : "pl-h-screen"} pl-bg-black` }) });
|
|
81838
|
+
}) : /* @__PURE__ */ jsx("div", { className: `${!!params.height ? params.height : "pl-h-screen"} ${!!params.width ? params.width : "pl-h-screen"} pl-bg-white dark:pl-bg-black` }) });
|
|
81839
81839
|
};
|
|
81840
81840
|
//#endregion
|
|
81841
81841
|
//#region src/videoPlayerLibrary/shared/ui/src/components/modules/video-player-library/videoPlayer.tsx
|