@gcorevideo/player 2.28.6 → 2.28.8
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.
- package/dist/core.js +1 -1
- package/dist/index.css +242 -242
- package/dist/index.js +1 -1
- package/package.json +1 -1
- package/tsconfig.tsbuildinfo +1 -1
package/dist/core.js
CHANGED
|
@@ -49957,7 +49957,7 @@ class Player {
|
|
|
49957
49957
|
}
|
|
49958
49958
|
}
|
|
49959
49959
|
|
|
49960
|
-
var version$1 = "2.28.
|
|
49960
|
+
var version$1 = "2.28.8";
|
|
49961
49961
|
|
|
49962
49962
|
var packages = {
|
|
49963
49963
|
"node_modules/@clappr/core": {
|
package/dist/index.css
CHANGED
|
@@ -122,6 +122,51 @@
|
|
|
122
122
|
.gplayer-lite-btn::-moz-focus-inner {
|
|
123
123
|
border: 0;
|
|
124
124
|
padding: 0;
|
|
125
|
+
}.media-control-skin-1 .media-control-item.media-control-gear {
|
|
126
|
+
order: 99;
|
|
127
|
+
}
|
|
128
|
+
.media-control-skin-1 .media-control-item.media-control-gear .gear-wrapper {
|
|
129
|
+
position: absolute;
|
|
130
|
+
right: 16px;
|
|
131
|
+
bottom: 52px;
|
|
132
|
+
width: 250px;
|
|
133
|
+
min-height: 48px;
|
|
134
|
+
z-index: 9999;
|
|
135
|
+
border-radius: 4px;
|
|
136
|
+
box-shadow: 0 0 1px 1px var(--gplayer-mc-popup-border-color);
|
|
137
|
+
}
|
|
138
|
+
.media-control-skin-1 .media-control-item.media-control-gear .gear-options-list {
|
|
139
|
+
padding: 8px 0;
|
|
140
|
+
}
|
|
141
|
+
.media-control-skin-1 .media-control-item.media-control-gear .gear-option {
|
|
142
|
+
margin: 0;
|
|
143
|
+
text-align: left;
|
|
144
|
+
line-height: 22px;
|
|
145
|
+
padding: 5px 14px;
|
|
146
|
+
width: 250px;
|
|
147
|
+
font-size: 12px;
|
|
148
|
+
display: flex;
|
|
149
|
+
align-items: center;
|
|
150
|
+
justify-content: flex-start;
|
|
151
|
+
gap: 8px;
|
|
152
|
+
}
|
|
153
|
+
.media-control-skin-1 .media-control-item.media-control-gear .gear-option_icon {
|
|
154
|
+
flex: 24px 0 0;
|
|
155
|
+
height: 24px;
|
|
156
|
+
}
|
|
157
|
+
.media-control-skin-1 .media-control-item.media-control-gear .gear-option_icon.hidden {
|
|
158
|
+
visibility: hidden;
|
|
159
|
+
display: inline-block;
|
|
160
|
+
}
|
|
161
|
+
.media-control-skin-1 .media-control-item.media-control-gear .gear-option_label {
|
|
162
|
+
flex: 0 1 100%;
|
|
163
|
+
}
|
|
164
|
+
.media-control-skin-1 .media-control-item.media-control-gear .gear-option_arrow-right-icon {
|
|
165
|
+
flex: 0 0 14px;
|
|
166
|
+
height: 24px;
|
|
167
|
+
}
|
|
168
|
+
.media-control-skin-1 .media-control-item.media-control-gear .gear-option_value {
|
|
169
|
+
flex: 1 0 auto;
|
|
125
170
|
}*, :focus, :visited {
|
|
126
171
|
outline: none !important;
|
|
127
172
|
}
|
|
@@ -180,51 +225,6 @@
|
|
|
180
225
|
}
|
|
181
226
|
.gear-wrapper ul.gear-sub-menu li.current a .check-icon svg {
|
|
182
227
|
display: inline;
|
|
183
|
-
}.media-control-skin-1 .media-control-item.media-control-gear {
|
|
184
|
-
order: 99;
|
|
185
|
-
}
|
|
186
|
-
.media-control-skin-1 .media-control-item.media-control-gear .gear-wrapper {
|
|
187
|
-
position: absolute;
|
|
188
|
-
right: 16px;
|
|
189
|
-
bottom: 52px;
|
|
190
|
-
width: 250px;
|
|
191
|
-
min-height: 48px;
|
|
192
|
-
z-index: 9999;
|
|
193
|
-
border-radius: 4px;
|
|
194
|
-
box-shadow: 0 0 1px 1px var(--gplayer-mc-popup-border-color);
|
|
195
|
-
}
|
|
196
|
-
.media-control-skin-1 .media-control-item.media-control-gear .gear-options-list {
|
|
197
|
-
padding: 8px 0;
|
|
198
|
-
}
|
|
199
|
-
.media-control-skin-1 .media-control-item.media-control-gear .gear-option {
|
|
200
|
-
margin: 0;
|
|
201
|
-
text-align: left;
|
|
202
|
-
line-height: 22px;
|
|
203
|
-
padding: 5px 14px;
|
|
204
|
-
width: 250px;
|
|
205
|
-
font-size: 12px;
|
|
206
|
-
display: flex;
|
|
207
|
-
align-items: center;
|
|
208
|
-
justify-content: flex-start;
|
|
209
|
-
gap: 8px;
|
|
210
|
-
}
|
|
211
|
-
.media-control-skin-1 .media-control-item.media-control-gear .gear-option_icon {
|
|
212
|
-
flex: 24px 0 0;
|
|
213
|
-
height: 24px;
|
|
214
|
-
}
|
|
215
|
-
.media-control-skin-1 .media-control-item.media-control-gear .gear-option_icon.hidden {
|
|
216
|
-
visibility: hidden;
|
|
217
|
-
display: inline-block;
|
|
218
|
-
}
|
|
219
|
-
.media-control-skin-1 .media-control-item.media-control-gear .gear-option_label {
|
|
220
|
-
flex: 0 1 100%;
|
|
221
|
-
}
|
|
222
|
-
.media-control-skin-1 .media-control-item.media-control-gear .gear-option_arrow-right-icon {
|
|
223
|
-
flex: 0 0 14px;
|
|
224
|
-
height: 24px;
|
|
225
|
-
}
|
|
226
|
-
.media-control-skin-1 .media-control-item.media-control-gear .gear-option_value {
|
|
227
|
-
flex: 1 0 auto;
|
|
228
228
|
}.big-mute-icon-wrapper[data-big-mute] {
|
|
229
229
|
position: absolute;
|
|
230
230
|
z-index: 9998;
|
|
@@ -661,6 +661,42 @@
|
|
|
661
661
|
}
|
|
662
662
|
.gplayer-mc-clips .gplayer-mc-clips-text.compact {
|
|
663
663
|
max-width: 100px;
|
|
664
|
+
}.context-menu {
|
|
665
|
+
z-index: 999;
|
|
666
|
+
position: absolute;
|
|
667
|
+
top: 0;
|
|
668
|
+
left: 0;
|
|
669
|
+
text-align: center;
|
|
670
|
+
}
|
|
671
|
+
.context-menu .context-menu-list {
|
|
672
|
+
font-family: "Proxima Nova", sans-serif;
|
|
673
|
+
font-size: 12px;
|
|
674
|
+
line-height: 12px;
|
|
675
|
+
list-style-type: none;
|
|
676
|
+
text-align: left;
|
|
677
|
+
padding: 5px;
|
|
678
|
+
margin-left: auto;
|
|
679
|
+
margin-right: auto;
|
|
680
|
+
background-color: rgba(0, 0, 0, 0.75);
|
|
681
|
+
border: 1px solid #666;
|
|
682
|
+
border-radius: 4px;
|
|
683
|
+
}
|
|
684
|
+
.context-menu .context-menu-list-item button {
|
|
685
|
+
border: none;
|
|
686
|
+
background-color: transparent;
|
|
687
|
+
padding: 0;
|
|
688
|
+
color: white;
|
|
689
|
+
display: flex;
|
|
690
|
+
gap: 8px;
|
|
691
|
+
align-items: center;
|
|
692
|
+
justify-content: center;
|
|
693
|
+
cursor: pointer;
|
|
694
|
+
padding: 5px;
|
|
695
|
+
width: 100%;
|
|
696
|
+
}
|
|
697
|
+
.context-menu .context-menu-list-item_icon {
|
|
698
|
+
width: 20px;
|
|
699
|
+
height: 20px;
|
|
664
700
|
}.dvr-controls {
|
|
665
701
|
--disabled-opacity: 0.3;
|
|
666
702
|
--circle-radius: 5px;
|
|
@@ -718,42 +754,6 @@
|
|
|
718
754
|
.dvr-controls .live-button:hover {
|
|
719
755
|
opacity: 1;
|
|
720
756
|
text-shadow: rgba(255, 255, 255, 0.75) 0 0 5px;
|
|
721
|
-
}.context-menu {
|
|
722
|
-
z-index: 999;
|
|
723
|
-
position: absolute;
|
|
724
|
-
top: 0;
|
|
725
|
-
left: 0;
|
|
726
|
-
text-align: center;
|
|
727
|
-
}
|
|
728
|
-
.context-menu .context-menu-list {
|
|
729
|
-
font-family: "Proxima Nova", sans-serif;
|
|
730
|
-
font-size: 12px;
|
|
731
|
-
line-height: 12px;
|
|
732
|
-
list-style-type: none;
|
|
733
|
-
text-align: left;
|
|
734
|
-
padding: 5px;
|
|
735
|
-
margin-left: auto;
|
|
736
|
-
margin-right: auto;
|
|
737
|
-
background-color: rgba(0, 0, 0, 0.75);
|
|
738
|
-
border: 1px solid #666;
|
|
739
|
-
border-radius: 4px;
|
|
740
|
-
}
|
|
741
|
-
.context-menu .context-menu-list-item button {
|
|
742
|
-
border: none;
|
|
743
|
-
background-color: transparent;
|
|
744
|
-
padding: 0;
|
|
745
|
-
color: white;
|
|
746
|
-
display: flex;
|
|
747
|
-
gap: 8px;
|
|
748
|
-
align-items: center;
|
|
749
|
-
justify-content: center;
|
|
750
|
-
cursor: pointer;
|
|
751
|
-
padding: 5px;
|
|
752
|
-
width: 100%;
|
|
753
|
-
}
|
|
754
|
-
.context-menu .context-menu-list-item_icon {
|
|
755
|
-
width: 20px;
|
|
756
|
-
height: 20px;
|
|
757
757
|
}div.player-error-screen, [data-player] div.player-error-screen {
|
|
758
758
|
color: #CCCACA;
|
|
759
759
|
position: absolute;
|
|
@@ -923,6 +923,48 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
|
|
|
923
923
|
}
|
|
924
924
|
.multicamera[data-multicamera] li.current a {
|
|
925
925
|
color: #f00;
|
|
926
|
+
}.player-poster {
|
|
927
|
+
display: flex;
|
|
928
|
+
justify-content: center;
|
|
929
|
+
align-items: center;
|
|
930
|
+
position: absolute;
|
|
931
|
+
height: 100%;
|
|
932
|
+
width: 100%;
|
|
933
|
+
z-index: 998;
|
|
934
|
+
top: 0;
|
|
935
|
+
left: 0;
|
|
936
|
+
background-color: #000;
|
|
937
|
+
background-size: cover;
|
|
938
|
+
background-repeat: no-repeat;
|
|
939
|
+
background-position: 50% 50%;
|
|
940
|
+
}
|
|
941
|
+
.player-poster.clickable {
|
|
942
|
+
cursor: pointer;
|
|
943
|
+
}
|
|
944
|
+
.player-poster:hover .play-wrapper {
|
|
945
|
+
opacity: 1;
|
|
946
|
+
}
|
|
947
|
+
.player-poster .play-wrapper {
|
|
948
|
+
width: 100%;
|
|
949
|
+
height: 25%;
|
|
950
|
+
margin: 0 auto;
|
|
951
|
+
opacity: 0.75;
|
|
952
|
+
transition: opacity 0.1s ease;
|
|
953
|
+
}
|
|
954
|
+
.player-poster .play-wrapper svg {
|
|
955
|
+
height: 100%;
|
|
956
|
+
display: inline;
|
|
957
|
+
}
|
|
958
|
+
.player-poster .play-wrapper svg path {
|
|
959
|
+
fill: #fff;
|
|
960
|
+
}.media-control-skin-1 .media-control-item.media-control-pip {
|
|
961
|
+
order: 95;
|
|
962
|
+
}
|
|
963
|
+
.media-control-skin-1 .media-control-item.media-control-pip button {
|
|
964
|
+
height: 20px;
|
|
965
|
+
}
|
|
966
|
+
.media-control-skin-1 .media-control-item.media-control-pip button svg {
|
|
967
|
+
height: 20px;
|
|
926
968
|
}[data-player] {
|
|
927
969
|
--bottom-panel: 40px;
|
|
928
970
|
}
|
|
@@ -1544,131 +1586,6 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
|
|
|
1544
1586
|
100% {
|
|
1545
1587
|
color: #B80000;
|
|
1546
1588
|
}
|
|
1547
|
-
}.player-poster {
|
|
1548
|
-
display: flex;
|
|
1549
|
-
justify-content: center;
|
|
1550
|
-
align-items: center;
|
|
1551
|
-
position: absolute;
|
|
1552
|
-
height: 100%;
|
|
1553
|
-
width: 100%;
|
|
1554
|
-
z-index: 998;
|
|
1555
|
-
top: 0;
|
|
1556
|
-
left: 0;
|
|
1557
|
-
background-color: #000;
|
|
1558
|
-
background-size: cover;
|
|
1559
|
-
background-repeat: no-repeat;
|
|
1560
|
-
background-position: 50% 50%;
|
|
1561
|
-
}
|
|
1562
|
-
.player-poster.clickable {
|
|
1563
|
-
cursor: pointer;
|
|
1564
|
-
}
|
|
1565
|
-
.player-poster:hover .play-wrapper {
|
|
1566
|
-
opacity: 1;
|
|
1567
|
-
}
|
|
1568
|
-
.player-poster .play-wrapper {
|
|
1569
|
-
width: 100%;
|
|
1570
|
-
height: 25%;
|
|
1571
|
-
margin: 0 auto;
|
|
1572
|
-
opacity: 0.75;
|
|
1573
|
-
transition: opacity 0.1s ease;
|
|
1574
|
-
}
|
|
1575
|
-
.player-poster .play-wrapper svg {
|
|
1576
|
-
height: 100%;
|
|
1577
|
-
display: inline;
|
|
1578
|
-
}
|
|
1579
|
-
.player-poster .play-wrapper svg path {
|
|
1580
|
-
fill: #fff;
|
|
1581
|
-
}.media-control-skin-1 .media-control-item.media-control-pip {
|
|
1582
|
-
order: 95;
|
|
1583
|
-
}
|
|
1584
|
-
.media-control-skin-1 .media-control-item.media-control-pip button {
|
|
1585
|
-
height: 20px;
|
|
1586
|
-
}
|
|
1587
|
-
.media-control-skin-1 .media-control-item.media-control-pip button svg {
|
|
1588
|
-
height: 20px;
|
|
1589
|
-
}.share_plugin[data-share] {
|
|
1590
|
-
pointer-events: auto;
|
|
1591
|
-
z-index: 5;
|
|
1592
|
-
font-family: Roboto, "Open Sans", Arial, sans-serif !important;
|
|
1593
|
-
}
|
|
1594
|
-
.share_plugin[data-share].share-hide .share-button-container {
|
|
1595
|
-
right: -50px;
|
|
1596
|
-
}
|
|
1597
|
-
.share_plugin[data-share] .share-button-container {
|
|
1598
|
-
cursor: pointer;
|
|
1599
|
-
width: 36px;
|
|
1600
|
-
height: 36px;
|
|
1601
|
-
background-color: rgba(74, 74, 74, 0.6);
|
|
1602
|
-
border-radius: 4px;
|
|
1603
|
-
position: absolute;
|
|
1604
|
-
right: 10px;
|
|
1605
|
-
top: 10px;
|
|
1606
|
-
padding-top: 6px;
|
|
1607
|
-
transition: all 0.3s ease-out;
|
|
1608
|
-
}
|
|
1609
|
-
.share_plugin[data-share] .share-button-container button[data-share-button] {
|
|
1610
|
-
background-color: transparent;
|
|
1611
|
-
border: 0;
|
|
1612
|
-
margin: 0 6px;
|
|
1613
|
-
padding: 0;
|
|
1614
|
-
cursor: pointer;
|
|
1615
|
-
display: inline-block;
|
|
1616
|
-
width: 19px;
|
|
1617
|
-
height: 20px;
|
|
1618
|
-
}
|
|
1619
|
-
.share_plugin[data-share] .share-container {
|
|
1620
|
-
pointer-events: auto;
|
|
1621
|
-
position: absolute;
|
|
1622
|
-
width: 280px;
|
|
1623
|
-
background-color: white;
|
|
1624
|
-
transform: translate(0, 50%);
|
|
1625
|
-
transform: translate(-50%, -50%);
|
|
1626
|
-
left: 50%;
|
|
1627
|
-
/* margin-left: -140px; */
|
|
1628
|
-
top: calc(50% - 20px);
|
|
1629
|
-
/* margin-top: -170px; */
|
|
1630
|
-
}
|
|
1631
|
-
.share_plugin[data-share] .share-container .share-container-header {
|
|
1632
|
-
text-align: left;
|
|
1633
|
-
border-bottom: 1px solid rgba(155, 155, 155, 0.25);
|
|
1634
|
-
}
|
|
1635
|
-
.share_plugin[data-share] .share-container .share-container-header .share-container-header--title {
|
|
1636
|
-
display: inline-block;
|
|
1637
|
-
font-size: 16px;
|
|
1638
|
-
margin: 5px;
|
|
1639
|
-
}
|
|
1640
|
-
.share_plugin[data-share] .share-container .share-container-header .share-container-header--close {
|
|
1641
|
-
display: inline-block;
|
|
1642
|
-
width: 24px;
|
|
1643
|
-
float: right;
|
|
1644
|
-
margin: 5px;
|
|
1645
|
-
cursor: pointer;
|
|
1646
|
-
}
|
|
1647
|
-
.share_plugin[data-share] .share-container .share-container-main {
|
|
1648
|
-
margin-bottom: 8px;
|
|
1649
|
-
}
|
|
1650
|
-
.share_plugin[data-share] .share-container .share-container-main > div {
|
|
1651
|
-
text-align: left;
|
|
1652
|
-
font-size: 14px;
|
|
1653
|
-
padding: 5px;
|
|
1654
|
-
}
|
|
1655
|
-
.share_plugin[data-share] .share-container .share-container-main .share-container-header--link, .share_plugin[data-share] .share-container .share-container-main .share-container-header--embed {
|
|
1656
|
-
overflow: hidden;
|
|
1657
|
-
text-overflow: ellipsis;
|
|
1658
|
-
color: #818181;
|
|
1659
|
-
border: solid 1px #d3d3d3;
|
|
1660
|
-
width: calc(100% - 10px);
|
|
1661
|
-
padding: 5px;
|
|
1662
|
-
}
|
|
1663
|
-
.share_plugin[data-share] .share-container .share-container-main .share-container-header--embed {
|
|
1664
|
-
max-height: 90px;
|
|
1665
|
-
resize: none;
|
|
1666
|
-
}
|
|
1667
|
-
.share_plugin[data-share] .share-container .share-container-main .share-container-header--socialicon > div {
|
|
1668
|
-
width: 32px;
|
|
1669
|
-
display: inline-block;
|
|
1670
|
-
margin-right: 5px;
|
|
1671
|
-
cursor: pointer;
|
|
1672
1589
|
}.quality-levels li.disabled {
|
|
1673
1590
|
opacity: 0.5;
|
|
1674
1591
|
pointer-events: none;
|
|
@@ -1767,53 +1684,89 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
|
|
|
1767
1684
|
40% {
|
|
1768
1685
|
transform: scale(1);
|
|
1769
1686
|
}
|
|
1770
|
-
}.
|
|
1771
|
-
|
|
1772
|
-
|
|
1773
|
-
|
|
1774
|
-
align-items: center;
|
|
1775
|
-
vertical-align: top;
|
|
1687
|
+
}.share_plugin[data-share] {
|
|
1688
|
+
pointer-events: auto;
|
|
1689
|
+
z-index: 5;
|
|
1690
|
+
font-family: Roboto, "Open Sans", Arial, sans-serif !important;
|
|
1776
1691
|
}
|
|
1777
|
-
.
|
|
1778
|
-
|
|
1692
|
+
.share_plugin[data-share].share-hide .share-button-container {
|
|
1693
|
+
right: -50px;
|
|
1779
1694
|
}
|
|
1780
|
-
.
|
|
1781
|
-
|
|
1695
|
+
.share_plugin[data-share] .share-button-container {
|
|
1696
|
+
cursor: pointer;
|
|
1697
|
+
width: 36px;
|
|
1698
|
+
height: 36px;
|
|
1699
|
+
background-color: rgba(74, 74, 74, 0.6);
|
|
1700
|
+
border-radius: 4px;
|
|
1701
|
+
position: absolute;
|
|
1702
|
+
right: 10px;
|
|
1703
|
+
top: 10px;
|
|
1704
|
+
padding-top: 6px;
|
|
1705
|
+
transition: all 0.3s ease-out;
|
|
1782
1706
|
}
|
|
1783
|
-
.
|
|
1784
|
-
|
|
1785
|
-
|
|
1786
|
-
|
|
1707
|
+
.share_plugin[data-share] .share-button-container button[data-share-button] {
|
|
1708
|
+
background-color: transparent;
|
|
1709
|
+
border: 0;
|
|
1710
|
+
margin: 0 6px;
|
|
1711
|
+
padding: 0;
|
|
1712
|
+
cursor: pointer;
|
|
1713
|
+
display: inline-block;
|
|
1714
|
+
width: 19px;
|
|
1715
|
+
height: 20px;
|
|
1787
1716
|
}
|
|
1788
|
-
.
|
|
1789
|
-
|
|
1717
|
+
.share_plugin[data-share] .share-container {
|
|
1718
|
+
pointer-events: auto;
|
|
1719
|
+
position: absolute;
|
|
1720
|
+
width: 280px;
|
|
1721
|
+
background-color: white;
|
|
1722
|
+
transform: translate(0, 50%);
|
|
1723
|
+
transform: translate(-50%, -50%);
|
|
1724
|
+
left: 50%;
|
|
1725
|
+
/* margin-left: -140px; */
|
|
1726
|
+
top: calc(50% - 20px);
|
|
1727
|
+
/* margin-top: -170px; */
|
|
1790
1728
|
}
|
|
1791
|
-
.
|
|
1792
|
-
|
|
1729
|
+
.share_plugin[data-share] .share-container .share-container-header {
|
|
1730
|
+
text-align: left;
|
|
1731
|
+
border-bottom: 1px solid rgba(155, 155, 155, 0.25);
|
|
1793
1732
|
}
|
|
1794
|
-
.
|
|
1795
|
-
|
|
1796
|
-
|
|
1733
|
+
.share_plugin[data-share] .share-container .share-container-header .share-container-header--title {
|
|
1734
|
+
display: inline-block;
|
|
1735
|
+
font-size: 16px;
|
|
1736
|
+
margin: 5px;
|
|
1797
1737
|
}
|
|
1798
|
-
.
|
|
1799
|
-
|
|
1800
|
-
|
|
1738
|
+
.share_plugin[data-share] .share-container .share-container-header .share-container-header--close {
|
|
1739
|
+
display: inline-block;
|
|
1740
|
+
width: 24px;
|
|
1741
|
+
float: right;
|
|
1742
|
+
margin: 5px;
|
|
1743
|
+
cursor: pointer;
|
|
1801
1744
|
}
|
|
1802
|
-
.
|
|
1803
|
-
|
|
1804
|
-
order: 85;
|
|
1745
|
+
.share_plugin[data-share] .share-container .share-container-main {
|
|
1746
|
+
margin-bottom: 8px;
|
|
1805
1747
|
}
|
|
1806
|
-
|
|
1807
|
-
|
|
1808
|
-
|
|
1809
|
-
|
|
1810
|
-
width: 100%;
|
|
1748
|
+
.share_plugin[data-share] .share-container .share-container-main > div {
|
|
1749
|
+
text-align: left;
|
|
1750
|
+
font-size: 14px;
|
|
1751
|
+
padding: 5px;
|
|
1811
1752
|
}
|
|
1812
|
-
.container .
|
|
1813
|
-
|
|
1814
|
-
|
|
1815
|
-
color:
|
|
1753
|
+
.share_plugin[data-share] .share-container .share-container-main .share-container-header--link, .share_plugin[data-share] .share-container .share-container-main .share-container-header--embed {
|
|
1754
|
+
overflow: hidden;
|
|
1755
|
+
text-overflow: ellipsis;
|
|
1756
|
+
color: #818181;
|
|
1757
|
+
border: solid 1px #d3d3d3;
|
|
1758
|
+
width: calc(100% - 10px);
|
|
1759
|
+
padding: 5px;
|
|
1760
|
+
}
|
|
1761
|
+
.share_plugin[data-share] .share-container .share-container-main .share-container-header--embed {
|
|
1762
|
+
max-height: 90px;
|
|
1763
|
+
resize: none;
|
|
1764
|
+
}
|
|
1765
|
+
.share_plugin[data-share] .share-container .share-container-main .share-container-header--socialicon > div {
|
|
1766
|
+
width: 32px;
|
|
1816
1767
|
display: inline-block;
|
|
1768
|
+
margin-right: 5px;
|
|
1769
|
+
cursor: pointer;
|
|
1817
1770
|
}.scrub-thumbnails {
|
|
1818
1771
|
position: absolute;
|
|
1819
1772
|
bottom: 52px;
|
|
@@ -1877,6 +1830,53 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
|
|
|
1877
1830
|
}
|
|
1878
1831
|
.scrub-thumbnails .backdrop .carousel img {
|
|
1879
1832
|
width: auto;
|
|
1833
|
+
}.media-control-skin-1 .media-control-cc button.media-control-button {
|
|
1834
|
+
display: flex;
|
|
1835
|
+
justify-content: center;
|
|
1836
|
+
padding: 0;
|
|
1837
|
+
align-items: center;
|
|
1838
|
+
vertical-align: top;
|
|
1839
|
+
}
|
|
1840
|
+
.media-control-skin-1 .media-control-cc button.media-control-button:hover {
|
|
1841
|
+
color: white;
|
|
1842
|
+
}
|
|
1843
|
+
.media-control-skin-1 .media-control-cc ul li {
|
|
1844
|
+
text-align: center;
|
|
1845
|
+
}
|
|
1846
|
+
.media-control-skin-1 .media-control-cc ul li a {
|
|
1847
|
+
height: 30px;
|
|
1848
|
+
padding: 5px 10px;
|
|
1849
|
+
color: #fffffe;
|
|
1850
|
+
}
|
|
1851
|
+
.media-control-skin-1 .media-control-cc ul li a:hover {
|
|
1852
|
+
background-color: rgba(0, 0, 0, 0.4);
|
|
1853
|
+
}
|
|
1854
|
+
.media-control-skin-1 .media-control-cc ul li.current a {
|
|
1855
|
+
background-color: rgba(0, 0, 0, 0.4);
|
|
1856
|
+
}
|
|
1857
|
+
.media-control-skin-1 .media-control-cc ul li:first-child a {
|
|
1858
|
+
border-bottom-left-radius: 4px;
|
|
1859
|
+
border-bottom-right-radius: 4px;
|
|
1860
|
+
}
|
|
1861
|
+
.media-control-skin-1 .media-control-cc ul li:last-child a {
|
|
1862
|
+
border-top-left-radius: 4px;
|
|
1863
|
+
border-top-right-radius: 4px;
|
|
1864
|
+
}
|
|
1865
|
+
.media-control-skin-1 .media-control-cc {
|
|
1866
|
+
position: relative;
|
|
1867
|
+
order: 85;
|
|
1868
|
+
}
|
|
1869
|
+
|
|
1870
|
+
.container .gplayer-cc-line {
|
|
1871
|
+
position: absolute;
|
|
1872
|
+
bottom: calc(var(--bottom-panel) + 5px);
|
|
1873
|
+
width: 100%;
|
|
1874
|
+
}
|
|
1875
|
+
.container .gplayer-cc-line p {
|
|
1876
|
+
width: auto;
|
|
1877
|
+
background-color: rgba(0, 0, 0, 0.4);
|
|
1878
|
+
color: white;
|
|
1879
|
+
display: inline-block;
|
|
1880
1880
|
}.player-logo[data-logo] {
|
|
1881
1881
|
position: absolute;
|
|
1882
1882
|
z-index: 2;
|
package/dist/index.js
CHANGED
|
@@ -50043,7 +50043,7 @@ class Player {
|
|
|
50043
50043
|
}
|
|
50044
50044
|
}
|
|
50045
50045
|
|
|
50046
|
-
var version$1 = "2.28.
|
|
50046
|
+
var version$1 = "2.28.8";
|
|
50047
50047
|
|
|
50048
50048
|
var packages = {
|
|
50049
50049
|
"node_modules/@clappr/core": {
|