zarebin-player-library 1.0.34 → 1.0.35
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.
|
@@ -11072,8 +11072,6 @@ video {
|
|
|
11072
11072
|
bottom: 85px !important;
|
|
11073
11073
|
}.\!pl-left-0{
|
|
11074
11074
|
left: 0px !important;
|
|
11075
|
-
}.\!pl-left-10{
|
|
11076
|
-
left: 2.5rem !important;
|
|
11077
11075
|
}.\!pl-left-8{
|
|
11078
11076
|
left: 2rem !important;
|
|
11079
11077
|
}.\!pl-right-0{
|
|
@@ -11082,6 +11080,8 @@ video {
|
|
|
11082
11080
|
right: -10px !important;
|
|
11083
11081
|
}.\!pl-right-\[-38px\]{
|
|
11084
11082
|
right: -38px !important;
|
|
11083
|
+
}.\!pl-right-\[-40px\]{
|
|
11084
|
+
right: -40px !important;
|
|
11085
11085
|
}.\!pl-right-\[-48px\]{
|
|
11086
11086
|
right: -48px !important;
|
|
11087
11087
|
}.\!pl-right-\[10px\]{
|
|
@@ -11442,6 +11442,8 @@ video {
|
|
|
11442
11442
|
margin-right: 6px;
|
|
11443
11443
|
}.pl-mr-auto{
|
|
11444
11444
|
margin-right: auto;
|
|
11445
|
+
}.pl-ms-1{
|
|
11446
|
+
margin-inline-start: 0.25rem;
|
|
11445
11447
|
}.pl-mt-0\.5{
|
|
11446
11448
|
margin-top: 0.125rem;
|
|
11447
11449
|
}.pl-mt-1{
|
|
@@ -52209,7 +52209,7 @@ var FullRate = () => {
|
|
|
52209
52209
|
className: `animate__animated pl-flex pl-h-[38px] pl-items-center ${fullRateStyles()} pl-border pl-border-secondary-300`,
|
|
52210
52210
|
style: { zIndex: zIndex.fullrate },
|
|
52211
52211
|
children: [/* @__PURE__ */ jsxs("div", {
|
|
52212
|
-
className: `pl-flex pl-h-full pl-w-
|
|
52212
|
+
className: `pl-flex pl-h-full pl-w-fit pl-flex-col pl-items-center pl-gap-[4px] pl-rounded-r-[4px] pl-bg-secondary-100 pl-px-2 pl-py-[10px] dark:pl-bg-gray-800`,
|
|
52213
52213
|
children: [/* @__PURE__ */ jsx("p", {
|
|
52214
52214
|
className: `pl-w-max pl-text-[11px] pl-font-medium pl-text-black dark:pl-text-white`,
|
|
52215
52215
|
children: translate().fullRateInternetTraffic
|
|
@@ -66770,7 +66770,7 @@ var SoundVolume = () => {
|
|
|
66770
66770
|
onMouseOver: () => !conditions(ConditionName.isTouchScreen) && setShowTooltip(true),
|
|
66771
66771
|
onMouseLeave: () => !conditions(ConditionName.isTouchScreen) && setShowTooltip(false)
|
|
66772
66772
|
}), showTooltip && /* @__PURE__ */ jsx(Suspense, { children: /* @__PURE__ */ jsx(ControllbarTooltip, {
|
|
66773
|
-
className: `${conditions(ConditionName.isStaticFormat) && "
|
|
66773
|
+
className: `${(conditions(ConditionName.isStaticFormat) || conditions(ConditionName.hasAd)) && "!pl-right-[-40px]"}`,
|
|
66774
66774
|
title: `${conditions(ConditionName.hasSound) ? translate().unmute : translate().mute} (m)`
|
|
66775
66775
|
}) })]
|
|
66776
66776
|
})]
|
|
@@ -68842,7 +68842,7 @@ var ContinuousPlayback = () => {
|
|
|
68842
68842
|
const { videoSettings } = useAppSelector(({ user: { videoSettings } }) => ({ videoSettings }), shallowEqual);
|
|
68843
68843
|
const timer = useContinuousePlaybackTimer();
|
|
68844
68844
|
return /* @__PURE__ */ jsxs("div", {
|
|
68845
|
-
className: "no-scrollbar pl-absolute pl-flex pl-h-full pl-w-full pl-flex-col pl-items-center pl-justify-center pl-overflow-y-auto pl-bg-white/[0.8] pl-px-6 dark:pl-bg-dark-1/[0.8]",
|
|
68845
|
+
className: "no-scrollbar pl-absolute pl-flex pl-h-full z-[100000] pl-w-full pl-pb-1 pl-flex-col pl-items-center pl-justify-center pl-overflow-y-auto pl-bg-white/[0.8] pl-px-6 dark:pl-bg-dark-1/[0.8]",
|
|
68846
68846
|
style: { zIndex: zIndex.continuousPlayback },
|
|
68847
68847
|
children: [
|
|
68848
68848
|
/* @__PURE__ */ jsxs("div", {
|
|
@@ -72942,7 +72942,7 @@ var PlayListCard = ({ playListCardInfo }) => {
|
|
|
72942
72942
|
}) : /* @__PURE__ */ jsx(Suspense, { children: /* @__PURE__ */ jsx(TruncateMarkup, {
|
|
72943
72943
|
ellipsis: () => /* @__PURE__ */ jsx("span", {
|
|
72944
72944
|
onClick: () => setShowAllDescription(true),
|
|
72945
|
-
className: "pl-text-primary-600",
|
|
72945
|
+
className: "pl-ms-1 pl-text-primary-600",
|
|
72946
72946
|
children: `${translate().more}...`
|
|
72947
72947
|
}),
|
|
72948
72948
|
lines: 2,
|
|
@@ -81176,7 +81176,7 @@ var Trailer = () => {
|
|
|
81176
81176
|
}) : /* @__PURE__ */ jsx(Suspense, { children: /* @__PURE__ */ jsx(TruncateMarkup, {
|
|
81177
81177
|
ellipsis: () => /* @__PURE__ */ jsx("span", {
|
|
81178
81178
|
onClick: () => setShowCompleteDescription(true),
|
|
81179
|
-
className: "pl-text-primary-600",
|
|
81179
|
+
className: "pl-ms-1 pl-text-primary-600",
|
|
81180
81180
|
children: `${translate().more}...`
|
|
81181
81181
|
}),
|
|
81182
81182
|
lines: 2,
|
|
@@ -81273,7 +81273,7 @@ var ComplexPortrait = () => {
|
|
|
81273
81273
|
}) : /* @__PURE__ */ jsx(Suspense, { children: /* @__PURE__ */ jsx(TruncateMarkup, {
|
|
81274
81274
|
ellipsis: () => /* @__PURE__ */ jsx("span", {
|
|
81275
81275
|
onClick: () => setShowCompleteDescription(true),
|
|
81276
|
-
className: "pl-text-primary-600",
|
|
81276
|
+
className: "pl-text-primary-600 pl-ms-1",
|
|
81277
81277
|
children: `${translate().more}...`
|
|
81278
81278
|
}),
|
|
81279
81279
|
lines: 2,
|