zarebin-player-library 1.0.24 → 1.0.25
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.
|
@@ -10627,50 +10627,50 @@
|
|
|
10627
10627
|
}
|
|
10628
10628
|
}.animate__slideOutUp {
|
|
10629
10629
|
animation-name: slideOutUp;
|
|
10630
|
-
}* {
|
|
10631
|
-
box-sizing: border-box !important;
|
|
10632
|
-
-webkit-tap-highlight-color: transparent;
|
|
10633
|
-
-webkit-user-select: none;
|
|
10634
|
-
-moz-user-select: none;
|
|
10635
|
-
user-select: none;
|
|
10636
|
-
}.dvh {
|
|
10637
|
-
height: 100vh;
|
|
10638
|
-
}@supports (height: 100dvh) {
|
|
10639
|
-
.dvh {
|
|
10640
|
-
height: 100dvh !important;
|
|
10641
|
-
}
|
|
10642
|
-
}#video-player-container {
|
|
10643
|
-
padding: 0;
|
|
10644
|
-
margin: 0;
|
|
10645
|
-
font-family:
|
|
10646
|
-
"IranYekanFaMobile",
|
|
10647
|
-
-apple-system,
|
|
10648
|
-
BlinkMacSystemFont,
|
|
10649
|
-
Segoe UI,
|
|
10650
|
-
Roboto,
|
|
10651
|
-
Oxygen,
|
|
10652
|
-
Ubuntu,
|
|
10653
|
-
Cantarell,
|
|
10654
|
-
Fira Sans,
|
|
10655
|
-
Droid Sans,
|
|
10656
|
-
Helvetica Neue,
|
|
10657
|
-
sans-serif !important;
|
|
10658
|
-
direction: rtl;
|
|
10659
|
-
touch-action: pan-y;
|
|
10660
|
-
max-height: 100dvh;
|
|
10661
|
-
overflow-x: hidden;
|
|
10662
|
-
}@media print {
|
|
10663
|
-
#video-player-container {
|
|
10664
|
-
print-color-adjust: exact;
|
|
10665
|
-
-webkit-print-color-adjust: exact;
|
|
10666
|
-
}
|
|
10667
|
-
}::-webkit-outer-spin-button,
|
|
10668
|
-
::-webkit-inner-spin-button {
|
|
10669
|
-
-webkit-appearance: none;
|
|
10670
|
-
appearance: none;
|
|
10671
|
-
}a {
|
|
10672
|
-
color: inherit;
|
|
10673
|
-
text-decoration: none;
|
|
10630
|
+
}* {
|
|
10631
|
+
box-sizing: border-box !important;
|
|
10632
|
+
-webkit-tap-highlight-color: transparent;
|
|
10633
|
+
-webkit-user-select: none;
|
|
10634
|
+
-moz-user-select: none;
|
|
10635
|
+
user-select: none;
|
|
10636
|
+
}.dvh {
|
|
10637
|
+
height: 100vh;
|
|
10638
|
+
}@supports (height: 100dvh) {
|
|
10639
|
+
.dvh {
|
|
10640
|
+
height: 100dvh !important;
|
|
10641
|
+
}
|
|
10642
|
+
}#video-player-container {
|
|
10643
|
+
padding: 0;
|
|
10644
|
+
margin: 0;
|
|
10645
|
+
font-family:
|
|
10646
|
+
"IranYekanFaMobile",
|
|
10647
|
+
-apple-system,
|
|
10648
|
+
BlinkMacSystemFont,
|
|
10649
|
+
Segoe UI,
|
|
10650
|
+
Roboto,
|
|
10651
|
+
Oxygen,
|
|
10652
|
+
Ubuntu,
|
|
10653
|
+
Cantarell,
|
|
10654
|
+
Fira Sans,
|
|
10655
|
+
Droid Sans,
|
|
10656
|
+
Helvetica Neue,
|
|
10657
|
+
sans-serif !important;
|
|
10658
|
+
direction: rtl;
|
|
10659
|
+
touch-action: pan-y;
|
|
10660
|
+
max-height: 100dvh;
|
|
10661
|
+
overflow-x: hidden;
|
|
10662
|
+
}@media print {
|
|
10663
|
+
#video-player-container {
|
|
10664
|
+
print-color-adjust: exact;
|
|
10665
|
+
-webkit-print-color-adjust: exact;
|
|
10666
|
+
}
|
|
10667
|
+
}::-webkit-outer-spin-button,
|
|
10668
|
+
::-webkit-inner-spin-button {
|
|
10669
|
+
-webkit-appearance: none;
|
|
10670
|
+
appearance: none;
|
|
10671
|
+
}a {
|
|
10672
|
+
color: inherit;
|
|
10673
|
+
text-decoration: none;
|
|
10674
10674
|
}*, ::before, ::after{
|
|
10675
10675
|
--tw-border-spacing-x: 0;
|
|
10676
10676
|
--tw-border-spacing-y: 0;
|
|
@@ -81895,7 +81895,7 @@ var VideoPlayer = ({ params }) => {
|
|
|
81895
81895
|
theme: conditions(ConditionName.isDarkMode) ? "dark" : "light"
|
|
81896
81896
|
}), /* @__PURE__ */ jsx("div", {
|
|
81897
81897
|
id: "video-player-container",
|
|
81898
|
-
className: "pl-
|
|
81898
|
+
className: "pl-h-full pl-w-full pl-text-black dark:pl-text-white",
|
|
81899
81899
|
children: element
|
|
81900
81900
|
})] });
|
|
81901
81901
|
};
|