@desynova-digital/player 4.0.17 → 4.0.18
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.
|
@@ -47,15 +47,18 @@ var ProgressControlBlock = _styledComponents["default"].div(_templateObject || (
|
|
|
47
47
|
}, _colors["default"].common.base.black, function (props) {
|
|
48
48
|
return props.player === 'panel' && props.active ? '50px' : 'initial';
|
|
49
49
|
});
|
|
50
|
-
var SeekControlBar = _styledComponents["default"].div(_templateObject2 || (_templateObject2 = _taggedTemplateLiteral(["\n width: 100%;\n height: 100%;\n position: relative;\n cursor: pointer;\n overflow: hidden;\n z-index: ", ";\n .timeline-content {\n
|
|
50
|
+
var SeekControlBar = _styledComponents["default"].div(_templateObject2 || (_templateObject2 = _taggedTemplateLiteral(["\n width: 100%;\n height: 100%;\n position: relative;\n cursor: pointer;\n overflow: hidden;\n z-index: ", ";\n .timeline-content {\n white-space: nowrap;\n }\n"])), function (props) {
|
|
51
51
|
return props.controlType === 'advanced' && !props.isFullscreen ? '2' : '1';
|
|
52
52
|
});
|
|
53
53
|
var MarkerTagsBlock = _styledComponents["default"].div(_templateObject3 || (_templateObject3 = _taggedTemplateLiteral(["\n min-width: 100px;\n max-width: 100px;\n position: relative;\n height: 60px;\n .empty-block {\n height: calc(100% - 20px);\n }\n .tags-block {\n height: 20px;\n font-family: SFUIText-Medium;\n font-size: 12px;\n color: #ffffff;\n text-transform: uppercase;\n border-top: 1px solid #333333;\n border-bottom: 1px solid #333333;\n p {\n line-height: 18px;\n padding-left: 10px;\n }\n }\n"])));
|
|
54
|
-
var ScrollStyledDiv = _styledComponents["default"].div(_templateObject4 || (_templateObject4 = _taggedTemplateLiteral(["\n display: flex;\n flex-direction: column;\n max-height: 101px;\n overflow-y: ", ";\n margin-top: ", ";\n"])), function (_ref) {
|
|
54
|
+
var ScrollStyledDiv = _styledComponents["default"].div(_templateObject4 || (_templateObject4 = _taggedTemplateLiteral(["\n display: flex;\n flex-direction: column;\n max-height: 101px;\n overflow-y: ", ";\n overflow-x: ", ";\n margin-top: ", ";\n"])), function (_ref) {
|
|
55
55
|
var markers = _ref.markers;
|
|
56
56
|
return markers.length > 3 ? 'hidden' : 'visible';
|
|
57
57
|
}, function (_ref2) {
|
|
58
58
|
var markers = _ref2.markers;
|
|
59
|
+
return markers.length > 3 ? 'hidden' : 'visible';
|
|
60
|
+
}, function (_ref3) {
|
|
61
|
+
var markers = _ref3.markers;
|
|
59
62
|
return markers.length > 3 ? '37px' : '1px';
|
|
60
63
|
});
|
|
61
64
|
var CoverDiv = _styledComponents["default"].div(_templateObject5 || (_templateObject5 = _taggedTemplateLiteral(["\n background-color: black;\n z-index: 2;\n position: absolute;\n height: 60px;\n width: 89px;\n left: 0px;\n top: 20px;\n"])));
|