@gcorevideo/player 2.28.12 → 2.28.13
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 +311 -179
- package/dist/index.css +96 -96
- package/dist/index.embed.js +315 -179
- package/dist/index.js +317 -181
- package/package.json +2 -2
- package/tsconfig.tsbuildinfo +1 -1
- package/vitest.config.ts +1 -1
package/dist/index.css
CHANGED
|
@@ -1409,6 +1409,14 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
|
|
|
1409
1409
|
100% {
|
|
1410
1410
|
color: #B80000;
|
|
1411
1411
|
}
|
|
1412
|
+
}.media-control-skin-1 .media-control-item.media-control-pip {
|
|
1413
|
+
order: 95;
|
|
1414
|
+
}
|
|
1415
|
+
.media-control-skin-1 .media-control-item.media-control-pip button {
|
|
1416
|
+
height: 20px;
|
|
1417
|
+
}
|
|
1418
|
+
.media-control-skin-1 .media-control-item.media-control-pip button svg {
|
|
1419
|
+
height: 20px;
|
|
1412
1420
|
}*,
|
|
1413
1421
|
:focus,
|
|
1414
1422
|
:visited {
|
|
@@ -1544,12 +1552,6 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
|
|
|
1544
1552
|
}
|
|
1545
1553
|
.multicamera[data-multicamera] li.current a {
|
|
1546
1554
|
color: #f00;
|
|
1547
|
-
}.quality-levels li.disabled {
|
|
1548
|
-
opacity: 0.5;
|
|
1549
|
-
pointer-events: none;
|
|
1550
|
-
}
|
|
1551
|
-
.quality-levels li.current {
|
|
1552
|
-
background-color: #000;
|
|
1553
1555
|
}.player-poster {
|
|
1554
1556
|
display: flex;
|
|
1555
1557
|
justify-content: center;
|
|
@@ -1584,14 +1586,12 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
|
|
|
1584
1586
|
}
|
|
1585
1587
|
.player-poster .play-wrapper svg path {
|
|
1586
1588
|
fill: #fff;
|
|
1587
|
-
}.
|
|
1588
|
-
|
|
1589
|
-
|
|
1590
|
-
.media-control-skin-1 .media-control-item.media-control-pip button {
|
|
1591
|
-
height: 20px;
|
|
1589
|
+
}.quality-levels li.disabled {
|
|
1590
|
+
opacity: 0.5;
|
|
1591
|
+
pointer-events: none;
|
|
1592
1592
|
}
|
|
1593
|
-
.
|
|
1594
|
-
|
|
1593
|
+
.quality-levels li.current {
|
|
1594
|
+
background-color: #000;
|
|
1595
1595
|
}.seek-time {
|
|
1596
1596
|
position: absolute;
|
|
1597
1597
|
white-space: nowrap;
|
|
@@ -1625,6 +1625,89 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
|
|
|
1625
1625
|
.seek-time .seek-time__duration::before {
|
|
1626
1626
|
content: "|";
|
|
1627
1627
|
margin-right: 7px;
|
|
1628
|
+
}.share_plugin[data-share] {
|
|
1629
|
+
pointer-events: auto;
|
|
1630
|
+
z-index: 5;
|
|
1631
|
+
font-family: Roboto, "Open Sans", Arial, sans-serif !important;
|
|
1632
|
+
}
|
|
1633
|
+
.share_plugin[data-share].share-hide .share-button-container {
|
|
1634
|
+
right: -50px;
|
|
1635
|
+
}
|
|
1636
|
+
.share_plugin[data-share] .share-button-container {
|
|
1637
|
+
cursor: pointer;
|
|
1638
|
+
width: 36px;
|
|
1639
|
+
height: 36px;
|
|
1640
|
+
background-color: rgba(74, 74, 74, 0.6);
|
|
1641
|
+
border-radius: 4px;
|
|
1642
|
+
position: absolute;
|
|
1643
|
+
right: 10px;
|
|
1644
|
+
top: 10px;
|
|
1645
|
+
padding-top: 6px;
|
|
1646
|
+
transition: all 0.3s ease-out;
|
|
1647
|
+
}
|
|
1648
|
+
.share_plugin[data-share] .share-button-container button[data-share-button] {
|
|
1649
|
+
background-color: transparent;
|
|
1650
|
+
border: 0;
|
|
1651
|
+
margin: 0 6px;
|
|
1652
|
+
padding: 0;
|
|
1653
|
+
cursor: pointer;
|
|
1654
|
+
display: inline-block;
|
|
1655
|
+
width: 19px;
|
|
1656
|
+
height: 20px;
|
|
1657
|
+
}
|
|
1658
|
+
.share_plugin[data-share] .share-container {
|
|
1659
|
+
pointer-events: auto;
|
|
1660
|
+
position: absolute;
|
|
1661
|
+
width: 280px;
|
|
1662
|
+
background-color: white;
|
|
1663
|
+
transform: translate(0, 50%);
|
|
1664
|
+
transform: translate(-50%, -50%);
|
|
1665
|
+
left: 50%;
|
|
1666
|
+
/* margin-left: -140px; */
|
|
1667
|
+
top: calc(50% - 20px);
|
|
1668
|
+
/* margin-top: -170px; */
|
|
1669
|
+
}
|
|
1670
|
+
.share_plugin[data-share] .share-container .share-container-header {
|
|
1671
|
+
text-align: left;
|
|
1672
|
+
border-bottom: 1px solid rgba(155, 155, 155, 0.25);
|
|
1673
|
+
}
|
|
1674
|
+
.share_plugin[data-share] .share-container .share-container-header .share-container-header--title {
|
|
1675
|
+
display: inline-block;
|
|
1676
|
+
font-size: 16px;
|
|
1677
|
+
margin: 5px;
|
|
1678
|
+
}
|
|
1679
|
+
.share_plugin[data-share] .share-container .share-container-header .share-container-header--close {
|
|
1680
|
+
display: inline-block;
|
|
1681
|
+
width: 24px;
|
|
1682
|
+
float: right;
|
|
1683
|
+
margin: 5px;
|
|
1684
|
+
cursor: pointer;
|
|
1685
|
+
}
|
|
1686
|
+
.share_plugin[data-share] .share-container .share-container-main {
|
|
1687
|
+
margin-bottom: 8px;
|
|
1688
|
+
}
|
|
1689
|
+
.share_plugin[data-share] .share-container .share-container-main > div {
|
|
1690
|
+
text-align: left;
|
|
1691
|
+
font-size: 14px;
|
|
1692
|
+
padding: 5px;
|
|
1693
|
+
}
|
|
1694
|
+
.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 {
|
|
1695
|
+
overflow: hidden;
|
|
1696
|
+
text-overflow: ellipsis;
|
|
1697
|
+
color: #818181;
|
|
1698
|
+
border: solid 1px #d3d3d3;
|
|
1699
|
+
width: calc(100% - 10px);
|
|
1700
|
+
padding: 5px;
|
|
1701
|
+
}
|
|
1702
|
+
.share_plugin[data-share] .share-container .share-container-main .share-container-header--embed {
|
|
1703
|
+
max-height: 90px;
|
|
1704
|
+
resize: none;
|
|
1705
|
+
}
|
|
1706
|
+
.share_plugin[data-share] .share-container .share-container-main .share-container-header--socialicon > div {
|
|
1707
|
+
width: 32px;
|
|
1708
|
+
display: inline-block;
|
|
1709
|
+
margin-right: 5px;
|
|
1710
|
+
cursor: pointer;
|
|
1628
1711
|
}.container-with-poster-clickable .mc-skip-time {
|
|
1629
1712
|
height: 0;
|
|
1630
1713
|
}
|
|
@@ -1731,89 +1814,6 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
|
|
|
1731
1814
|
background-color: rgba(0, 0, 0, 0.4);
|
|
1732
1815
|
color: white;
|
|
1733
1816
|
display: inline-block;
|
|
1734
|
-
}.share_plugin[data-share] {
|
|
1735
|
-
pointer-events: auto;
|
|
1736
|
-
z-index: 5;
|
|
1737
|
-
font-family: Roboto, "Open Sans", Arial, sans-serif !important;
|
|
1738
|
-
}
|
|
1739
|
-
.share_plugin[data-share].share-hide .share-button-container {
|
|
1740
|
-
right: -50px;
|
|
1741
|
-
}
|
|
1742
|
-
.share_plugin[data-share] .share-button-container {
|
|
1743
|
-
cursor: pointer;
|
|
1744
|
-
width: 36px;
|
|
1745
|
-
height: 36px;
|
|
1746
|
-
background-color: rgba(74, 74, 74, 0.6);
|
|
1747
|
-
border-radius: 4px;
|
|
1748
|
-
position: absolute;
|
|
1749
|
-
right: 10px;
|
|
1750
|
-
top: 10px;
|
|
1751
|
-
padding-top: 6px;
|
|
1752
|
-
transition: all 0.3s ease-out;
|
|
1753
|
-
}
|
|
1754
|
-
.share_plugin[data-share] .share-button-container button[data-share-button] {
|
|
1755
|
-
background-color: transparent;
|
|
1756
|
-
border: 0;
|
|
1757
|
-
margin: 0 6px;
|
|
1758
|
-
padding: 0;
|
|
1759
|
-
cursor: pointer;
|
|
1760
|
-
display: inline-block;
|
|
1761
|
-
width: 19px;
|
|
1762
|
-
height: 20px;
|
|
1763
|
-
}
|
|
1764
|
-
.share_plugin[data-share] .share-container {
|
|
1765
|
-
pointer-events: auto;
|
|
1766
|
-
position: absolute;
|
|
1767
|
-
width: 280px;
|
|
1768
|
-
background-color: white;
|
|
1769
|
-
transform: translate(0, 50%);
|
|
1770
|
-
transform: translate(-50%, -50%);
|
|
1771
|
-
left: 50%;
|
|
1772
|
-
/* margin-left: -140px; */
|
|
1773
|
-
top: calc(50% - 20px);
|
|
1774
|
-
/* margin-top: -170px; */
|
|
1775
|
-
}
|
|
1776
|
-
.share_plugin[data-share] .share-container .share-container-header {
|
|
1777
|
-
text-align: left;
|
|
1778
|
-
border-bottom: 1px solid rgba(155, 155, 155, 0.25);
|
|
1779
|
-
}
|
|
1780
|
-
.share_plugin[data-share] .share-container .share-container-header .share-container-header--title {
|
|
1781
|
-
display: inline-block;
|
|
1782
|
-
font-size: 16px;
|
|
1783
|
-
margin: 5px;
|
|
1784
|
-
}
|
|
1785
|
-
.share_plugin[data-share] .share-container .share-container-header .share-container-header--close {
|
|
1786
|
-
display: inline-block;
|
|
1787
|
-
width: 24px;
|
|
1788
|
-
float: right;
|
|
1789
|
-
margin: 5px;
|
|
1790
|
-
cursor: pointer;
|
|
1791
|
-
}
|
|
1792
|
-
.share_plugin[data-share] .share-container .share-container-main {
|
|
1793
|
-
margin-bottom: 8px;
|
|
1794
|
-
}
|
|
1795
|
-
.share_plugin[data-share] .share-container .share-container-main > div {
|
|
1796
|
-
text-align: left;
|
|
1797
|
-
font-size: 14px;
|
|
1798
|
-
padding: 5px;
|
|
1799
|
-
}
|
|
1800
|
-
.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 {
|
|
1801
|
-
overflow: hidden;
|
|
1802
|
-
text-overflow: ellipsis;
|
|
1803
|
-
color: #818181;
|
|
1804
|
-
border: solid 1px #d3d3d3;
|
|
1805
|
-
width: calc(100% - 10px);
|
|
1806
|
-
padding: 5px;
|
|
1807
|
-
}
|
|
1808
|
-
.share_plugin[data-share] .share-container .share-container-main .share-container-header--embed {
|
|
1809
|
-
max-height: 90px;
|
|
1810
|
-
resize: none;
|
|
1811
|
-
}
|
|
1812
|
-
.share_plugin[data-share] .share-container .share-container-main .share-container-header--socialicon > div {
|
|
1813
|
-
width: 32px;
|
|
1814
|
-
display: inline-block;
|
|
1815
|
-
margin-right: 5px;
|
|
1816
|
-
cursor: pointer;
|
|
1817
1817
|
}.scrub-thumbnails {
|
|
1818
1818
|
position: absolute;
|
|
1819
1819
|
bottom: 52px;
|