cueplayer-react
Advanced tools
Comparing version 0.3.7 to 0.3.8
@@ -0,1 +1,6 @@ | ||
<a name="0.3.8"></a> | ||
## [0.3.8](https://github.com/joelhooks/cueplayer-react/compare/0.0.6...0.3.8) (2021-06-11) | ||
<a name="0.3.7"></a> | ||
@@ -2,0 +7,0 @@ ## [0.3.7](https://github.com/joelhooks/cueplayer-react/compare/0.0.6...0.3.7) (2021-06-11) |
@@ -41,3 +41,3 @@ "use strict"; | ||
var defaultProps = { | ||
position: 'left' | ||
position: 'center' | ||
}; | ||
@@ -44,0 +44,0 @@ |
@@ -30,2 +30,4 @@ "use strict"; | ||
var _fullscreen = _interopRequireDefault(require("../../utils/fullscreen")); | ||
function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = (0, _getPrototypeOf2["default"])(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = (0, _getPrototypeOf2["default"])(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return (0, _possibleConstructorReturn2["default"])(this, result); }; } | ||
@@ -64,2 +66,6 @@ | ||
actions.toggleFullscreen(player, fullscreenElement); | ||
if (fullscreenElement) { | ||
actions.handleFullscreenChange(_fullscreen["default"].isFullscreen); | ||
} | ||
} | ||
@@ -66,0 +72,0 @@ }, { |
@@ -202,2 +202,8 @@ "use strict"; | ||
}); | ||
Object.defineProperty(exports, "fullscreen", { | ||
enumerable: true, | ||
get: function get() { | ||
return _fullscreen["default"]; | ||
} | ||
}); | ||
exports.videoActions = exports.playerActions = void 0; | ||
@@ -269,2 +275,4 @@ | ||
var _reducers = require("./reducers"); | ||
var _reducers = require("./reducers"); | ||
var _fullscreen = _interopRequireDefault(require("./utils/fullscreen")); |
{ | ||
"name": "cueplayer-react", | ||
"version": "0.3.7", | ||
"version": "0.3.8", | ||
"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
3119982
28055