cueplayer-react
Advanced tools
Comparing version 0.3.5 to 0.3.6
@@ -0,1 +1,6 @@ | ||
<a name="0.3.6"></a> | ||
## [0.3.6](https://github.com/joelhooks/cueplayer-react/compare/0.0.6...0.3.6) (2021-06-03) | ||
<a name="0.3.5"></a> | ||
@@ -2,0 +7,0 @@ ## [0.3.5](https://github.com/joelhooks/cueplayer-react/compare/0.0.6...0.3.5) (2021-06-03) |
@@ -142,8 +142,2 @@ "use strict"; | ||
}); | ||
Object.defineProperty(exports, "SidePanel", { | ||
enumerable: true, | ||
get: function get() { | ||
return _SidePanel["default"]; | ||
} | ||
}); | ||
Object.defineProperty(exports, "CueBar", { | ||
@@ -261,4 +255,2 @@ enumerable: true, | ||
var _SidePanel = _interopRequireDefault(require("../docs/lib/Components/side-panel/SidePanel")); | ||
var _CueBar = _interopRequireDefault(require("./components/cue-bar/CueBar")); | ||
@@ -265,0 +257,0 @@ |
@@ -10,3 +10,2 @@ "use strict"; | ||
exports.isVideoChild = isVideoChild; | ||
exports.isSidePanelChild = isSidePanelChild; | ||
exports.mergeAndSortChildren = mergeAndSortChildren; | ||
@@ -86,14 +85,2 @@ exports.deprecatedWarning = deprecatedWarning; | ||
return c.type === 'source' || c.type === 'track'; | ||
} // Check if the element belongs to a video element | ||
// only accept <source />, <track />, | ||
// <MyComponent isVideoChild /> | ||
// elements | ||
function isSidePanelChild(c) { | ||
if (c.props && c.props.isSidePanelChild) { | ||
return true; | ||
} | ||
return c.type === 'SideBar'; | ||
} | ||
@@ -100,0 +87,0 @@ |
{ | ||
"name": "cueplayer-react", | ||
"version": "0.3.5", | ||
"version": "0.3.6", | ||
"description": "cueplayer-react is a web video player built from the ground up for an HTML5 world using React library.", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3178953
28627