zarebin-player-library 1.0.32 → 1.0.33
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.
|
@@ -69156,7 +69156,7 @@ var Advertisement = () => {
|
|
|
69156
69156
|
className: `pl-relative pl-flex pl-h-full pl-w-full pl-flex-col pl-justify-between ${conditions(ConditionName.isTouchScreen) ? "pl-pb-3 pl-pt-4 lg:pl-pb-4" : "pl-pb-5 pl-pt-[30px]"}`,
|
|
69157
69157
|
children: [
|
|
69158
69158
|
/* @__PURE__ */ jsx("div", {
|
|
69159
|
-
className: `pl-relative pl-z-[
|
|
69159
|
+
className: `pl-relative pl-z-[3] pl-px-3 pl-flex pl-items-center pl-gap-5 pl-self-end ${conditions(ConditionName.isTouchScreenPortrait) && "!pl-h-max !pl-flex-col-reverse !pl-items-start !pl-gap-0 !pl-self-start"} ${conditions(ConditionName.isTouchScreenLandscape) && "!pl-flex-row-reverse !pl-justify-between !pl-self-stretch"}`,
|
|
69160
69160
|
children: firstMute && /* @__PURE__ */ jsx(UnMuteVideo, { advertisement: true })
|
|
69161
69161
|
}),
|
|
69162
69162
|
/* @__PURE__ */ jsx("div", {
|