@desynova-digital/player 4.1.10 → 4.1.11
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.
|
@@ -50,7 +50,7 @@ var HeaderIcon = _styledComponents["default"].span(_templateObject5 || (_templat
|
|
|
50
50
|
return props.isOpen ? 'rotate(180deg)' : 'rotate(0deg)';
|
|
51
51
|
});
|
|
52
52
|
var AccordionContent = _styledComponents["default"].div(_templateObject6 || (_templateObject6 = _taggedTemplateLiteral(["\n overflow: hidden;\n transition: max-height 0.25s ease-in-out;\n max-height: ", ";\n"])), function (props) {
|
|
53
|
-
return props.isOpen ? '
|
|
53
|
+
return props.isOpen ? 'fit-content' : '0';
|
|
54
54
|
});
|
|
55
55
|
var NowPlayingContainer = _styledComponents["default"].div(_templateObject7 || (_templateObject7 = _taggedTemplateLiteral(["\n padding: 12px 15px;\n border-bottom: 1px solid #eeeeee;\n margin-bottom: 4px;\n"])));
|
|
56
56
|
var NowPlayingLabel = _styledComponents["default"].div(_templateObject8 || (_templateObject8 = _taggedTemplateLiteral(["\n font-family: SFUIText-Medium;\n font-size: 11px;\n letter-spacing: 0.5px;\n color: #999999;\n margin-bottom: 6px;\n"])));
|