zarebin-player-library 1.1.13 → 1.1.14
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.
|
@@ -13293,9 +13293,6 @@ video {
|
|
|
13293
13293
|
height: 2.75rem;
|
|
13294
13294
|
}.lg\:pl-w-\[40\%\]{
|
|
13295
13295
|
width: 40%;
|
|
13296
|
-
}.lg\:pl-px-3{
|
|
13297
|
-
padding-left: 0.75rem;
|
|
13298
|
-
padding-right: 0.75rem;
|
|
13299
13296
|
}.lg\:pl-pb-4{
|
|
13300
13297
|
padding-bottom: 1rem;
|
|
13301
13298
|
}.lg\:pl-text-\[14px\]{
|
|
@@ -69138,8 +69138,8 @@ var Advertisement = () => {
|
|
|
69138
69138
|
await handleFullScreen();
|
|
69139
69139
|
await handleLockOrientation();
|
|
69140
69140
|
},
|
|
69141
|
-
className: `pl-flex pl-h-full pl-
|
|
69142
|
-
style: { zIndex:
|
|
69141
|
+
className: `pl-relative pl-flex pl-h-full pl-w-full pl-flex-col pl-justify-end pl-bg-dark-1 ${conditions(ConditionName.isFullScreen) && "!pl-fixed !pl-right-0 !pl-top-0 !pl-h-screen !pl-w-screen"}`,
|
|
69142
|
+
style: { zIndex: 100005 },
|
|
69143
69143
|
children: [
|
|
69144
69144
|
/* @__PURE__ */ jsx("video", {
|
|
69145
69145
|
id: "player-tag",
|
|
@@ -69152,7 +69152,7 @@ var Advertisement = () => {
|
|
|
69152
69152
|
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]"}`,
|
|
69153
69153
|
children: [
|
|
69154
69154
|
/* @__PURE__ */ jsx("div", {
|
|
69155
|
-
className: `pl-z-[3] pl-flex pl-items-center pl-gap-5 pl-self-end pl-px-
|
|
69155
|
+
className: `pl-relative pl-z-[3] pl-flex pl-items-center pl-gap-5 pl-self-end pl-px-3 ${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"}`,
|
|
69156
69156
|
children: firstMute && /* @__PURE__ */ jsx(UnMuteVideo, {})
|
|
69157
69157
|
}),
|
|
69158
69158
|
/* @__PURE__ */ jsx("div", {
|