react-responsive
Advanced tools
Comparing version 4.0.2 to 4.0.3
## Change Log | ||
### upcoming (2017/11/21 19:55 +00:00) | ||
### upcoming (2017/11/22 03:26 +00:00) | ||
- [a035cc5](https://github.com/contra/react-responsive/commit/a035cc5be9e01dc42bffacb0d8b68c916a8d0637) closes #134 (@contra) | ||
### v4.0.2 (2017/11/21 19:55 +00:00) | ||
- [6e1a359](https://github.com/contra/react-responsive/commit/6e1a359f4f0c55db6823d321c86c10a2b76052a3) 4.0.2 (@contra) | ||
### v4.0.1 (2017/11/21 15:54 +00:00) | ||
- [2aa6b94](https://github.com/contra/react-responsive/commit/2aa6b94dfb6104d111f38c07eb99b13b9616ac37) 4.0.1 (@contra) | ||
- [6908332](https://github.com/contra/react-responsive/commit/6908332218359646416d568c75bf6ef7e974b82f) maybe fixes #134 (@contra) | ||
@@ -47,7 +54,7 @@ | ||
- [e78cab9](https://github.com/contra/react-responsive/commit/e78cab9fafceb30195ffca6858df35560f3675b6) bump sinon (@whatknight) | ||
- [8380bd9](https://github.com/contra/react-responsive/commit/8380bd91c3fbb73957f7410bd2512266f7c7053a) update webpack (@whatknight) | ||
- [9429386](https://github.com/contra/react-responsive/commit/9429386ce0891c1904baadf725837e0a3f282746) remove transform runtime (@whatknight) | ||
- [8380bd9](https://github.com/contra/react-responsive/commit/8380bd91c3fbb73957f7410bd2512266f7c7053a) update webpack (@whatknight) | ||
- [81d9d18](https://github.com/contra/react-responsive/commit/81d9d181d08634527b49bb62c66f5b2c72e606f1) update eslint (@whatknight) | ||
- [307b31d](https://github.com/contra/react-responsive/commit/307b31d16cf4d336f50ad4c53739166e4bd1d80e) update babel config (@whatknight) | ||
- [48b2a33](https://github.com/contra/react-responsive/commit/48b2a33ad9a6c61fbbbac6dad6f54838f949d61a) update test deps (@whatknight) | ||
- [307b31d](https://github.com/contra/react-responsive/commit/307b31d16cf4d336f50ad4c53739166e4bd1d80e) update babel config (@whatknight) | ||
- [81d9d18](https://github.com/contra/react-responsive/commit/81d9d181d08634527b49bb62c66f5b2c72e606f1) update eslint (@whatknight) | ||
- [#117](https://github.com/contra/react-responsive/pull/117) Update README.md (@modosc) | ||
@@ -248,4 +255,4 @@ - [0b4d019](https://github.com/contra/react-responsive/commit/0b4d0197d1011c3e5899cc6003556a6526350bc1) Update README.md (@modosc) | ||
- [7d05ab6](https://github.com/contra/react-responsive/commit/7d05ab60e7feb53d118ea94f92e5103bdae08627) change names to MediaQuery and add `all` type (@phated) | ||
- [6c6054a](https://github.com/contra/react-responsive/commit/6c6054a48df4620c301f31ffe6e456f0a2000142) update readme (@phated) | ||
- [39ab71d](https://github.com/contra/react-responsive/commit/39ab71d2f60a238ae3ac78bc485f804f2e2fc07e) add type property (@phated) | ||
- [6c6054a](https://github.com/contra/react-responsive/commit/6c6054a48df4620c301f31ffe6e456f0a2000142) update readme (@phated) | ||
- [48e6c5d](https://github.com/contra/react-responsive/commit/48e6c5d6c3b8360603f2aeabb599b3c601cb74b9) update reactify, add example, use React.PropTypes.shape to define values (@phated) | ||
@@ -252,0 +259,0 @@ - [759154b](https://github.com/contra/react-responsive/commit/759154bfb098aed3be707086d0448ec39cc42ffe) switch to matchmedia module for client/server abstraction (@phated) |
@@ -1,1173 +0,529 @@ | ||
(function webpackUniversalModuleDefinition(root, factory) { | ||
if(typeof exports === 'object' && typeof module === 'object') | ||
module.exports = factory(require("react")); | ||
else if(typeof define === 'function' && define.amd) | ||
define(["react"], factory); | ||
else if(typeof exports === 'object') | ||
exports["MediaQuery"] = factory(require("react")); | ||
else | ||
root["MediaQuery"] = factory(root["react"]); | ||
})(this, function(__WEBPACK_EXTERNAL_MODULE_8__) { | ||
return /******/ (function(modules) { // webpackBootstrap | ||
/******/ // The module cache | ||
/******/ var installedModules = {}; | ||
/******/ | ||
/******/ // The require function | ||
/******/ function __webpack_require__(moduleId) { | ||
/******/ | ||
/******/ // Check if module is in cache | ||
/******/ if(installedModules[moduleId]) { | ||
/******/ return installedModules[moduleId].exports; | ||
/******/ } | ||
/******/ // Create a new module (and put it into the cache) | ||
/******/ var module = installedModules[moduleId] = { | ||
/******/ i: moduleId, | ||
/******/ l: false, | ||
/******/ exports: {} | ||
/******/ }; | ||
/******/ | ||
/******/ // Execute the module function | ||
/******/ modules[moduleId].call(module.exports, module, module.exports, __webpack_require__); | ||
/******/ | ||
/******/ // Flag the module as loaded | ||
/******/ module.l = true; | ||
/******/ | ||
/******/ // Return the exports of the module | ||
/******/ return module.exports; | ||
/******/ } | ||
/******/ | ||
/******/ | ||
/******/ // expose the modules object (__webpack_modules__) | ||
/******/ __webpack_require__.m = modules; | ||
/******/ | ||
/******/ // expose the module cache | ||
/******/ __webpack_require__.c = installedModules; | ||
/******/ | ||
/******/ // define getter function for harmony exports | ||
/******/ __webpack_require__.d = function(exports, name, getter) { | ||
/******/ if(!__webpack_require__.o(exports, name)) { | ||
/******/ Object.defineProperty(exports, name, { | ||
/******/ configurable: false, | ||
/******/ enumerable: true, | ||
/******/ get: getter | ||
/******/ }); | ||
/******/ } | ||
/******/ }; | ||
/******/ | ||
/******/ // getDefaultExport function for compatibility with non-harmony modules | ||
/******/ __webpack_require__.n = function(module) { | ||
/******/ var getter = module && module.__esModule ? | ||
/******/ function getDefault() { return module['default']; } : | ||
/******/ function getModuleExports() { return module; }; | ||
/******/ __webpack_require__.d(getter, 'a', getter); | ||
/******/ return getter; | ||
/******/ }; | ||
/******/ | ||
/******/ // Object.prototype.hasOwnProperty.call | ||
/******/ __webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); }; | ||
/******/ | ||
/******/ // __webpack_public_path__ | ||
/******/ __webpack_require__.p = ""; | ||
/******/ | ||
/******/ // Load entry module and return exports | ||
/******/ return __webpack_require__(__webpack_require__.s = 7); | ||
/******/ }) | ||
/************************************************************************/ | ||
/******/ ([ | ||
/* 0 */ | ||
/***/ (function(module, exports, __webpack_require__) { | ||
/** | ||
* Copyright (c) 2013-present, Facebook, Inc. | ||
* | ||
* This source code is licensed under the MIT license found in the | ||
* LICENSE file in the root directory of this source tree. | ||
*/ | ||
if (true) { | ||
var REACT_ELEMENT_TYPE = (typeof Symbol === 'function' && | ||
Symbol.for && | ||
Symbol.for('react.element')) || | ||
0xeac7; | ||
var isValidElement = function(object) { | ||
return typeof object === 'object' && | ||
object !== null && | ||
object.$$typeof === REACT_ELEMENT_TYPE; | ||
}; | ||
// By explicitly using `prop-types` you are opting into new development behavior. | ||
// http://fb.me/prop-types-in-prod | ||
var throwOnDirectAccess = true; | ||
module.exports = __webpack_require__(9)(isValidElement, throwOnDirectAccess); | ||
} else { | ||
// By explicitly using `prop-types` you are opting into new production behavior. | ||
// http://fb.me/prop-types-in-prod | ||
module.exports = require('./factoryWithThrowingShims')(); | ||
} | ||
/***/ }), | ||
/* 1 */ | ||
/***/ (function(module, exports, __webpack_require__) { | ||
"use strict"; | ||
/** | ||
* Copyright (c) 2013-present, Facebook, Inc. | ||
* | ||
* This source code is licensed under the MIT license found in the | ||
* LICENSE file in the root directory of this source tree. | ||
* | ||
* | ||
*/ | ||
function makeEmptyFunction(arg) { | ||
return function () { | ||
return arg; | ||
}; | ||
} | ||
/** | ||
* This function accepts and discards inputs; it has no side effects. This is | ||
* primarily useful idiomatically for overridable function endpoints which | ||
* always need to be callable, since JS lacks a null-call idiom ala Cocoa. | ||
*/ | ||
var emptyFunction = function emptyFunction() {}; | ||
emptyFunction.thatReturns = makeEmptyFunction; | ||
emptyFunction.thatReturnsFalse = makeEmptyFunction(false); | ||
emptyFunction.thatReturnsTrue = makeEmptyFunction(true); | ||
emptyFunction.thatReturnsNull = makeEmptyFunction(null); | ||
emptyFunction.thatReturnsThis = function () { | ||
return this; | ||
}; | ||
emptyFunction.thatReturnsArgument = function (arg) { | ||
return arg; | ||
}; | ||
module.exports = emptyFunction; | ||
/***/ }), | ||
/* 2 */ | ||
/***/ (function(module, exports, __webpack_require__) { | ||
"use strict"; | ||
/** | ||
* Copyright (c) 2013-present, Facebook, Inc. | ||
* | ||
* This source code is licensed under the MIT license found in the | ||
* LICENSE file in the root directory of this source tree. | ||
* | ||
*/ | ||
/** | ||
* Use invariant() to assert state which your program assumes to be true. | ||
* | ||
* Provide sprintf-style format (only %s is supported) and arguments | ||
* to provide information about what broke and what you were | ||
* expecting. | ||
* | ||
* The invariant message will be stripped in production, but the invariant | ||
* will remain to ensure logic does not differ in production. | ||
*/ | ||
var validateFormat = function validateFormat(format) {}; | ||
if (true) { | ||
validateFormat = function validateFormat(format) { | ||
if (format === undefined) { | ||
throw new Error('invariant requires an error message argument'); | ||
} | ||
}; | ||
} | ||
function invariant(condition, format, a, b, c, d, e, f) { | ||
validateFormat(format); | ||
if (!condition) { | ||
var error; | ||
if (format === undefined) { | ||
error = new Error('Minified exception occurred; use the non-minified dev environment ' + 'for the full error message and additional helpful warnings.'); | ||
} else { | ||
var args = [a, b, c, d, e, f]; | ||
var argIndex = 0; | ||
error = new Error(format.replace(/%s/g, function () { | ||
return args[argIndex++]; | ||
})); | ||
error.name = 'Invariant Violation'; | ||
} | ||
error.framesToPop = 1; // we don't care about invariant's own frame | ||
throw error; | ||
} | ||
} | ||
module.exports = invariant; | ||
/***/ }), | ||
/* 3 */ | ||
/***/ (function(module, exports, __webpack_require__) { | ||
"use strict"; | ||
/** | ||
* Copyright (c) 2014-present, Facebook, Inc. | ||
* | ||
* This source code is licensed under the MIT license found in the | ||
* LICENSE file in the root directory of this source tree. | ||
* | ||
*/ | ||
var emptyFunction = __webpack_require__(1); | ||
/** | ||
* Similar to invariant but only logs a warning if the condition is not met. | ||
* This can be used to log issues in development environments in critical | ||
* paths. Removing the logging code for production environments will keep the | ||
* same logic and follow the same code paths. | ||
*/ | ||
var warning = emptyFunction; | ||
if (true) { | ||
var printWarning = function printWarning(format) { | ||
for (var _len = arguments.length, args = Array(_len > 1 ? _len - 1 : 0), _key = 1; _key < _len; _key++) { | ||
args[_key - 1] = arguments[_key]; | ||
} | ||
var argIndex = 0; | ||
var message = 'Warning: ' + format.replace(/%s/g, function () { | ||
return args[argIndex++]; | ||
}); | ||
if (typeof console !== 'undefined') { | ||
console.error(message); | ||
} | ||
try { | ||
// --- Welcome to debugging React --- | ||
// This error was thrown as a convenience so that you can use this stack | ||
// to find the callsite that caused this warning to fire. | ||
throw new Error(message); | ||
} catch (x) {} | ||
}; | ||
warning = function warning(condition, format) { | ||
if (format === undefined) { | ||
throw new Error('`warning(condition, format, ...args)` requires a warning ' + 'message argument'); | ||
} | ||
if (format.indexOf('Failed Composite propType: ') === 0) { | ||
return; // Ignore CompositeComponent proptype check. | ||
} | ||
if (!condition) { | ||
for (var _len2 = arguments.length, args = Array(_len2 > 2 ? _len2 - 2 : 0), _key2 = 2; _key2 < _len2; _key2++) { | ||
args[_key2 - 2] = arguments[_key2]; | ||
} | ||
printWarning.apply(undefined, [format].concat(args)); | ||
} | ||
}; | ||
} | ||
module.exports = warning; | ||
/***/ }), | ||
/* 4 */ | ||
/***/ (function(module, exports, __webpack_require__) { | ||
"use strict"; | ||
/** | ||
* Copyright (c) 2013-present, Facebook, Inc. | ||
* | ||
* This source code is licensed under the MIT license found in the | ||
* LICENSE file in the root directory of this source tree. | ||
*/ | ||
var ReactPropTypesSecret = 'SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED'; | ||
module.exports = ReactPropTypesSecret; | ||
/***/ }), | ||
/* 5 */ | ||
/***/ (function(module, exports, __webpack_require__) { | ||
"use strict"; | ||
var uppercasePattern = /[A-Z]/g; | ||
var msPattern = /^ms-/; | ||
var cache = {}; | ||
function hyphenateStyleName(string) { | ||
return string in cache | ||
? cache[string] | ||
: cache[string] = string | ||
.replace(uppercasePattern, '-$&') | ||
.toLowerCase() | ||
.replace(msPattern, '-ms-'); | ||
} | ||
module.exports = hyphenateStyleName; | ||
/***/ }), | ||
/* 6 */ | ||
/***/ (function(module, exports, __webpack_require__) { | ||
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { | ||
value: true | ||
}); | ||
var _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; | ||
var _propTypes = __webpack_require__(0); | ||
var _propTypes2 = _interopRequireDefault(_propTypes); | ||
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } | ||
var stringOrNumber = _propTypes2.default.oneOfType([_propTypes2.default.string, _propTypes2.default.number]); | ||
// properties that match media queries | ||
var matchers = { | ||
orientation: _propTypes2.default.oneOf(['portrait', 'landscape']), | ||
scan: _propTypes2.default.oneOf(['progressive', 'interlace']), | ||
aspectRatio: _propTypes2.default.string, | ||
deviceAspectRatio: _propTypes2.default.string, | ||
height: stringOrNumber, | ||
deviceHeight: stringOrNumber, | ||
width: stringOrNumber, | ||
deviceWidth: stringOrNumber, | ||
color: _propTypes2.default.bool, | ||
colorIndex: _propTypes2.default.bool, | ||
monochrome: _propTypes2.default.bool, | ||
resolution: stringOrNumber | ||
// media features | ||
};var features = _extends({ | ||
minAspectRatio: _propTypes2.default.string, | ||
maxAspectRatio: _propTypes2.default.string, | ||
minDeviceAspectRatio: _propTypes2.default.string, | ||
maxDeviceAspectRatio: _propTypes2.default.string, | ||
minHeight: stringOrNumber, | ||
maxHeight: stringOrNumber, | ||
minDeviceHeight: stringOrNumber, | ||
maxDeviceHeight: stringOrNumber, | ||
minWidth: stringOrNumber, | ||
maxWidth: stringOrNumber, | ||
minDeviceWidth: stringOrNumber, | ||
maxDeviceWidth: stringOrNumber, | ||
minColor: _propTypes2.default.number, | ||
maxColor: _propTypes2.default.number, | ||
minColorIndex: _propTypes2.default.number, | ||
maxColorIndex: _propTypes2.default.number, | ||
minMonochrome: _propTypes2.default.number, | ||
maxMonochrome: _propTypes2.default.number, | ||
minResolution: stringOrNumber, | ||
maxResolution: stringOrNumber | ||
}, matchers); | ||
// media types | ||
var types = { | ||
all: _propTypes2.default.bool, | ||
grid: _propTypes2.default.bool, | ||
aural: _propTypes2.default.bool, | ||
braille: _propTypes2.default.bool, | ||
handheld: _propTypes2.default.bool, | ||
print: _propTypes2.default.bool, | ||
projection: _propTypes2.default.bool, | ||
screen: _propTypes2.default.bool, | ||
tty: _propTypes2.default.bool, | ||
tv: _propTypes2.default.bool, | ||
embossed: _propTypes2.default.bool | ||
}; | ||
var all = _extends({}, types, features); | ||
// add the type property | ||
matchers.type = Object.keys(types); | ||
exports.default = { | ||
all: all, | ||
types: types, | ||
matchers: matchers, | ||
features: features | ||
}; | ||
module.exports = exports['default']; | ||
/***/ }), | ||
/* 7 */ | ||
/***/ (function(module, exports, __webpack_require__) { | ||
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { | ||
value: true | ||
}); | ||
exports.toQuery = exports.default = undefined; | ||
var _createClass = function () { function defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } return function (Constructor, protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if (staticProps) defineProperties(Constructor, staticProps); return Constructor; }; }(); | ||
var _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; | ||
var _react = __webpack_require__(8); | ||
var _react2 = _interopRequireDefault(_react); | ||
var _propTypes = __webpack_require__(0); | ||
var _propTypes2 = _interopRequireDefault(_propTypes); | ||
var _matchmediaquery = __webpack_require__(12); | ||
var _matchmediaquery2 = _interopRequireDefault(_matchmediaquery); | ||
var _hyphenateStyleName = __webpack_require__(5); | ||
var _hyphenateStyleName2 = _interopRequireDefault(_hyphenateStyleName); | ||
var _mediaQuery = __webpack_require__(6); | ||
var _mediaQuery2 = _interopRequireDefault(_mediaQuery); | ||
var _toQuery = __webpack_require__(14); | ||
var _toQuery2 = _interopRequireDefault(_toQuery); | ||
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } | ||
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } } | ||
function _possibleConstructorReturn(self, call) { if (!self) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return call && (typeof call === "object" || typeof call === "function") ? call : self; } | ||
function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function, not " + typeof superClass); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, enumerable: false, writable: true, configurable: true } }); if (superClass) Object.setPrototypeOf ? Object.setPrototypeOf(subClass, superClass) : subClass.__proto__ = superClass; } | ||
var defaultTypes = { | ||
component: _propTypes2.default.node, | ||
query: _propTypes2.default.string, | ||
values: _propTypes2.default.shape(_mediaQuery2.default.matchers), | ||
children: _propTypes2.default.oneOfType([_propTypes2.default.node, _propTypes2.default.func]), | ||
onChange: _propTypes2.default.func, | ||
onBeforeChange: _propTypes2.default.func | ||
}; | ||
var mediaKeys = Object.keys(_mediaQuery2.default.all); | ||
var excludedQueryKeys = Object.keys(defaultTypes); | ||
var excludedPropKeys = excludedQueryKeys.concat(mediaKeys); | ||
function omit(object, keys) { | ||
var newObject = _extends({}, object); | ||
keys.forEach(function (key) { | ||
return delete newObject[key]; | ||
}); | ||
return newObject; | ||
} | ||
var MediaQuery = function (_React$Component) { | ||
_inherits(MediaQuery, _React$Component); | ||
function MediaQuery() { | ||
var _ref; | ||
var _temp, _this, _ret; | ||
_classCallCheck(this, MediaQuery); | ||
for (var _len = arguments.length, args = Array(_len), _key = 0; _key < _len; _key++) { | ||
args[_key] = arguments[_key]; | ||
} | ||
return _ret = (_temp = (_this = _possibleConstructorReturn(this, (_ref = MediaQuery.__proto__ || Object.getPrototypeOf(MediaQuery)).call.apply(_ref, [this].concat(args))), _this), _this.state = { matches: false }, _this.updateMatches = function () { | ||
if (_this._mql.matches === _this.state.matches) { | ||
return; | ||
} | ||
_this.setState({ | ||
matches: _this._mql.matches | ||
}); | ||
}, _this.removeMql = function () { | ||
if (_this._mql) { | ||
_this._mql.removeListener(_this.updateMatches); | ||
_this._mql.dispose(); | ||
} | ||
}, _temp), _possibleConstructorReturn(_this, _ret); | ||
} | ||
_createClass(MediaQuery, [{ | ||
key: 'componentWillMount', | ||
value: function componentWillMount() { | ||
this.updateQuery(this.props); | ||
} | ||
}, { | ||
key: 'componentWillReceiveProps', | ||
value: function componentWillReceiveProps(nextProps) { | ||
this.updateQuery(nextProps); | ||
} | ||
}, { | ||
key: 'updateQuery', | ||
value: function updateQuery(props) { | ||
var values = void 0; | ||
if (props.query) { | ||
this.query = props.query; | ||
} else { | ||
this.query = (0, _toQuery2.default)(omit(props, excludedQueryKeys)); | ||
} | ||
if (!this.query) { | ||
throw new Error('Invalid or missing MediaQuery!'); | ||
} | ||
if (props.values) { | ||
values = Object.keys(props.values).reduce(function (result, key) { | ||
result[(0, _hyphenateStyleName2.default)(key)] = props.values[key]; | ||
return result; | ||
}, {}); | ||
} | ||
this.removeMql(); | ||
this._mql = (0, _matchmediaquery2.default)(this.query, values); | ||
this._mql.addListener(this.updateMatches); | ||
this.updateMatches(); | ||
} | ||
}, { | ||
key: 'componentWillUpdate', | ||
value: function componentWillUpdate(_, nextState) { | ||
if (this.props.onBeforeChange && this.state.matches !== nextState.matches) { | ||
this.props.onBeforeChange(this.state.matches); | ||
} | ||
} | ||
}, { | ||
key: 'componentDidUpdate', | ||
value: function componentDidUpdate(_, prevState) { | ||
if (this.props.onChange && prevState.matches !== this.state.matches) { | ||
this.props.onChange(this.state.matches); | ||
} | ||
} | ||
}, { | ||
key: 'componentWillUnmount', | ||
value: function componentWillUnmount() { | ||
this.removeMql(); | ||
} | ||
}, { | ||
key: 'render', | ||
value: function render() { | ||
if (typeof this.props.children === 'function') { | ||
return this.props.children(this.state.matches); | ||
} | ||
if (this.state.matches === false) { | ||
return null; | ||
} | ||
var props = omit(this.props, excludedPropKeys); | ||
var hasMergeProps = Object.keys(props).length > 0; | ||
var childrenCount = _react2.default.Children.count(this.props.children); | ||
var wrapChildren = this.props.component || this.props.children === undefined; | ||
if (wrapChildren) { | ||
return _react2.default.createElement(this.props.component || 'div', props, this.props.children); | ||
} else if (hasMergeProps) { | ||
return _react2.default.cloneElement(this.props.children, props); | ||
} else if (childrenCount) { | ||
return this.props.children; | ||
} else { | ||
return null; | ||
} | ||
} | ||
}]); | ||
return MediaQuery; | ||
}(_react2.default.Component); | ||
MediaQuery.displayName = 'MediaQuery'; | ||
MediaQuery.defaultProps = { | ||
values: {} | ||
}; | ||
exports.default = MediaQuery; | ||
exports.toQuery = _toQuery2.default; | ||
/***/ }), | ||
/* 8 */ | ||
/***/ (function(module, exports) { | ||
module.exports = __WEBPACK_EXTERNAL_MODULE_8__; | ||
/***/ }), | ||
/* 9 */ | ||
/***/ (function(module, exports, __webpack_require__) { | ||
"use strict"; | ||
/** | ||
* Copyright (c) 2013-present, Facebook, Inc. | ||
* | ||
* This source code is licensed under the MIT license found in the | ||
* LICENSE file in the root directory of this source tree. | ||
*/ | ||
var emptyFunction = __webpack_require__(1); | ||
var invariant = __webpack_require__(2); | ||
var warning = __webpack_require__(3); | ||
var assign = __webpack_require__(10); | ||
var ReactPropTypesSecret = __webpack_require__(4); | ||
var checkPropTypes = __webpack_require__(11); | ||
module.exports = function(isValidElement, throwOnDirectAccess) { | ||
/* global Symbol */ | ||
var ITERATOR_SYMBOL = typeof Symbol === 'function' && Symbol.iterator; | ||
var FAUX_ITERATOR_SYMBOL = '@@iterator'; // Before Symbol spec. | ||
/** | ||
* Returns the iterator method function contained on the iterable object. | ||
* | ||
* Be sure to invoke the function with the iterable as context: | ||
* | ||
* var iteratorFn = getIteratorFn(myIterable); | ||
* if (iteratorFn) { | ||
* var iterator = iteratorFn.call(myIterable); | ||
* ... | ||
* } | ||
* | ||
* @param {?object} maybeIterable | ||
* @return {?function} | ||
*/ | ||
function getIteratorFn(maybeIterable) { | ||
var iteratorFn = maybeIterable && (ITERATOR_SYMBOL && maybeIterable[ITERATOR_SYMBOL] || maybeIterable[FAUX_ITERATOR_SYMBOL]); | ||
if (typeof iteratorFn === 'function') { | ||
return iteratorFn; | ||
} | ||
} | ||
/** | ||
* Collection of methods that allow declaration and validation of props that are | ||
* supplied to React components. Example usage: | ||
* | ||
* var Props = require('ReactPropTypes'); | ||
* var MyArticle = React.createClass({ | ||
* propTypes: { | ||
* // An optional string prop named "description". | ||
* description: Props.string, | ||
* | ||
* // A required enum prop named "category". | ||
* category: Props.oneOf(['News','Photos']).isRequired, | ||
* | ||
* // A prop named "dialog" that requires an instance of Dialog. | ||
* dialog: Props.instanceOf(Dialog).isRequired | ||
* }, | ||
* render: function() { ... } | ||
* }); | ||
* | ||
* A more formal specification of how these methods are used: | ||
* | ||
* type := array|bool|func|object|number|string|oneOf([...])|instanceOf(...) | ||
* decl := ReactPropTypes.{type}(.isRequired)? | ||
* | ||
* Each and every declaration produces a function with the same signature. This | ||
* allows the creation of custom validation functions. For example: | ||
* | ||
* var MyLink = React.createClass({ | ||
* propTypes: { | ||
* // An optional string or URI prop named "href". | ||
* href: function(props, propName, componentName) { | ||
* var propValue = props[propName]; | ||
* if (propValue != null && typeof propValue !== 'string' && | ||
* !(propValue instanceof URI)) { | ||
* return new Error( | ||
* 'Expected a string or an URI for ' + propName + ' in ' + | ||
* componentName | ||
* ); | ||
* } | ||
* } | ||
* }, | ||
* render: function() {...} | ||
* }); | ||
* | ||
* @internal | ||
*/ | ||
var ANONYMOUS = '<<anonymous>>'; | ||
// Important! | ||
// Keep this list in sync with production version in `./factoryWithThrowingShims.js`. | ||
var ReactPropTypes = { | ||
array: createPrimitiveTypeChecker('array'), | ||
bool: createPrimitiveTypeChecker('boolean'), | ||
func: createPrimitiveTypeChecker('function'), | ||
number: createPrimitiveTypeChecker('number'), | ||
object: createPrimitiveTypeChecker('object'), | ||
string: createPrimitiveTypeChecker('string'), | ||
symbol: createPrimitiveTypeChecker('symbol'), | ||
any: createAnyTypeChecker(), | ||
arrayOf: createArrayOfTypeChecker, | ||
element: createElementTypeChecker(), | ||
instanceOf: createInstanceTypeChecker, | ||
node: createNodeChecker(), | ||
objectOf: createObjectOfTypeChecker, | ||
oneOf: createEnumTypeChecker, | ||
oneOfType: createUnionTypeChecker, | ||
shape: createShapeTypeChecker, | ||
exact: createStrictShapeTypeChecker, | ||
}; | ||
/** | ||
* inlined Object.is polyfill to avoid requiring consumers ship their own | ||
* https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/is | ||
*/ | ||
/*eslint-disable no-self-compare*/ | ||
function is(x, y) { | ||
// SameValue algorithm | ||
if (x === y) { | ||
// Steps 1-5, 7-10 | ||
// Steps 6.b-6.e: +0 != -0 | ||
return x !== 0 || 1 / x === 1 / y; | ||
} else { | ||
// Step 6.a: NaN == NaN | ||
return x !== x && y !== y; | ||
} | ||
} | ||
/*eslint-enable no-self-compare*/ | ||
/** | ||
* We use an Error-like object for backward compatibility as people may call | ||
* PropTypes directly and inspect their output. However, we don't use real | ||
* Errors anymore. We don't inspect their stack anyway, and creating them | ||
* is prohibitively expensive if they are created too often, such as what | ||
* happens in oneOfType() for any type before the one that matched. | ||
*/ | ||
function PropTypeError(message) { | ||
this.message = message; | ||
this.stack = ''; | ||
} | ||
// Make `instanceof Error` still work for returned errors. | ||
PropTypeError.prototype = Error.prototype; | ||
function createChainableTypeChecker(validate) { | ||
if (true) { | ||
var manualPropTypeCallCache = {}; | ||
var manualPropTypeWarningCount = 0; | ||
} | ||
function checkType(isRequired, props, propName, componentName, location, propFullName, secret) { | ||
componentName = componentName || ANONYMOUS; | ||
propFullName = propFullName || propName; | ||
if (secret !== ReactPropTypesSecret) { | ||
if (throwOnDirectAccess) { | ||
// New behavior only for users of `prop-types` package | ||
invariant( | ||
false, | ||
'Calling PropTypes validators directly is not supported by the `prop-types` package. ' + | ||
'Use `PropTypes.checkPropTypes()` to call them. ' + | ||
'Read more at http://fb.me/use-check-prop-types' | ||
); | ||
} else if ("development" !== 'production' && typeof console !== 'undefined') { | ||
// Old behavior for people using React.PropTypes | ||
var cacheKey = componentName + ':' + propName; | ||
if ( | ||
!manualPropTypeCallCache[cacheKey] && | ||
// Avoid spamming the console because they are often not actionable except for lib authors | ||
manualPropTypeWarningCount < 3 | ||
) { | ||
warning( | ||
false, | ||
'You are manually calling a React.PropTypes validation ' + | ||
'function for the `%s` prop on `%s`. This is deprecated ' + | ||
'and will throw in the standalone `prop-types` package. ' + | ||
'You may be seeing this warning due to a third-party PropTypes ' + | ||
'library. See https://fb.me/react-warning-dont-call-proptypes ' + 'for details.', | ||
propFullName, | ||
componentName | ||
); | ||
manualPropTypeCallCache[cacheKey] = true; | ||
manualPropTypeWarningCount++; | ||
} | ||
!function(root, factory) { | ||
"object" == typeof exports && "object" == typeof module ? module.exports = factory(require("react")) : "function" == typeof define && define.amd ? define([ "react" ], factory) : "object" == typeof exports ? exports.MediaQuery = factory(require("react")) : root.MediaQuery = factory(root.react); | ||
}(this, function(__WEBPACK_EXTERNAL_MODULE_8__) { | ||
return function(modules) { | ||
function __webpack_require__(moduleId) { | ||
if (installedModules[moduleId]) return installedModules[moduleId].exports; | ||
var module = installedModules[moduleId] = { | ||
i: moduleId, | ||
l: !1, | ||
exports: {} | ||
}; | ||
return modules[moduleId].call(module.exports, module, module.exports, __webpack_require__), | ||
module.l = !0, module.exports; | ||
} | ||
} | ||
if (props[propName] == null) { | ||
if (isRequired) { | ||
if (props[propName] === null) { | ||
return new PropTypeError('The ' + location + ' `' + propFullName + '` is marked as required ' + ('in `' + componentName + '`, but its value is `null`.')); | ||
} | ||
return new PropTypeError('The ' + location + ' `' + propFullName + '` is marked as required in ' + ('`' + componentName + '`, but its value is `undefined`.')); | ||
var installedModules = {}; | ||
return __webpack_require__.m = modules, __webpack_require__.c = installedModules, | ||
__webpack_require__.d = function(exports, name, getter) { | ||
__webpack_require__.o(exports, name) || Object.defineProperty(exports, name, { | ||
configurable: !1, | ||
enumerable: !0, | ||
get: getter | ||
}); | ||
}, __webpack_require__.n = function(module) { | ||
var getter = module && module.__esModule ? function() { | ||
return module.default; | ||
} : function() { | ||
return module; | ||
}; | ||
return __webpack_require__.d(getter, "a", getter), getter; | ||
}, __webpack_require__.o = function(object, property) { | ||
return Object.prototype.hasOwnProperty.call(object, property); | ||
}, __webpack_require__.p = "", __webpack_require__(__webpack_require__.s = 7); | ||
}([ function(module, exports, __webpack_require__) { | ||
var REACT_ELEMENT_TYPE = "function" == typeof Symbol && Symbol.for && Symbol.for("react.element") || 60103, isValidElement = function(object) { | ||
return "object" == typeof object && null !== object && object.$$typeof === REACT_ELEMENT_TYPE; | ||
}; | ||
module.exports = __webpack_require__(9)(isValidElement, !0); | ||
}, function(module, exports, __webpack_require__) { | ||
"use strict"; | ||
function makeEmptyFunction(arg) { | ||
return function() { | ||
return arg; | ||
}; | ||
} | ||
return null; | ||
} else { | ||
return validate(props, propName, componentName, location, propFullName); | ||
} | ||
} | ||
var chainedCheckType = checkType.bind(null, false); | ||
chainedCheckType.isRequired = checkType.bind(null, true); | ||
return chainedCheckType; | ||
} | ||
function createPrimitiveTypeChecker(expectedType) { | ||
function validate(props, propName, componentName, location, propFullName, secret) { | ||
var propValue = props[propName]; | ||
var propType = getPropType(propValue); | ||
if (propType !== expectedType) { | ||
// `propValue` being instance of, say, date/regexp, pass the 'object' | ||
// check, but we can offer a more precise error message here rather than | ||
// 'of type `object`'. | ||
var preciseType = getPreciseType(propValue); | ||
return new PropTypeError('Invalid ' + location + ' `' + propFullName + '` of type ' + ('`' + preciseType + '` supplied to `' + componentName + '`, expected ') + ('`' + expectedType + '`.')); | ||
} | ||
return null; | ||
} | ||
return createChainableTypeChecker(validate); | ||
} | ||
function createAnyTypeChecker() { | ||
return createChainableTypeChecker(emptyFunction.thatReturnsNull); | ||
} | ||
function createArrayOfTypeChecker(typeChecker) { | ||
function validate(props, propName, componentName, location, propFullName) { | ||
if (typeof typeChecker !== 'function') { | ||
return new PropTypeError('Property `' + propFullName + '` of component `' + componentName + '` has invalid PropType notation inside arrayOf.'); | ||
} | ||
var propValue = props[propName]; | ||
if (!Array.isArray(propValue)) { | ||
var propType = getPropType(propValue); | ||
return new PropTypeError('Invalid ' + location + ' `' + propFullName + '` of type ' + ('`' + propType + '` supplied to `' + componentName + '`, expected an array.')); | ||
} | ||
for (var i = 0; i < propValue.length; i++) { | ||
var error = typeChecker(propValue, i, componentName, location, propFullName + '[' + i + ']', ReactPropTypesSecret); | ||
if (error instanceof Error) { | ||
return error; | ||
var emptyFunction = function() {}; | ||
emptyFunction.thatReturns = makeEmptyFunction, emptyFunction.thatReturnsFalse = makeEmptyFunction(!1), | ||
emptyFunction.thatReturnsTrue = makeEmptyFunction(!0), emptyFunction.thatReturnsNull = makeEmptyFunction(null), | ||
emptyFunction.thatReturnsThis = function() { | ||
return this; | ||
}, emptyFunction.thatReturnsArgument = function(arg) { | ||
return arg; | ||
}, module.exports = emptyFunction; | ||
}, function(module, exports, __webpack_require__) { | ||
"use strict"; | ||
function invariant(condition, format, a, b, c, d, e, f) { | ||
if (validateFormat(format), !condition) { | ||
var error; | ||
if (void 0 === format) error = new Error("Minified exception occurred; use the non-minified dev environment for the full error message and additional helpful warnings."); else { | ||
var args = [ a, b, c, d, e, f ], argIndex = 0; | ||
error = new Error(format.replace(/%s/g, function() { | ||
return args[argIndex++]; | ||
})), error.name = "Invariant Violation"; | ||
} | ||
throw error.framesToPop = 1, error; | ||
} | ||
} | ||
} | ||
return null; | ||
} | ||
return createChainableTypeChecker(validate); | ||
} | ||
function createElementTypeChecker() { | ||
function validate(props, propName, componentName, location, propFullName) { | ||
var propValue = props[propName]; | ||
if (!isValidElement(propValue)) { | ||
var propType = getPropType(propValue); | ||
return new PropTypeError('Invalid ' + location + ' `' + propFullName + '` of type ' + ('`' + propType + '` supplied to `' + componentName + '`, expected a single ReactElement.')); | ||
} | ||
return null; | ||
} | ||
return createChainableTypeChecker(validate); | ||
} | ||
function createInstanceTypeChecker(expectedClass) { | ||
function validate(props, propName, componentName, location, propFullName) { | ||
if (!(props[propName] instanceof expectedClass)) { | ||
var expectedClassName = expectedClass.name || ANONYMOUS; | ||
var actualClassName = getClassName(props[propName]); | ||
return new PropTypeError('Invalid ' + location + ' `' + propFullName + '` of type ' + ('`' + actualClassName + '` supplied to `' + componentName + '`, expected ') + ('instance of `' + expectedClassName + '`.')); | ||
} | ||
return null; | ||
} | ||
return createChainableTypeChecker(validate); | ||
} | ||
function createEnumTypeChecker(expectedValues) { | ||
if (!Array.isArray(expectedValues)) { | ||
true ? warning(false, 'Invalid argument supplied to oneOf, expected an instance of array.') : void 0; | ||
return emptyFunction.thatReturnsNull; | ||
} | ||
function validate(props, propName, componentName, location, propFullName) { | ||
var propValue = props[propName]; | ||
for (var i = 0; i < expectedValues.length; i++) { | ||
if (is(propValue, expectedValues[i])) { | ||
return null; | ||
var validateFormat = function(format) {}; | ||
validateFormat = function(format) { | ||
if (void 0 === format) throw new Error("invariant requires an error message argument"); | ||
}, module.exports = invariant; | ||
}, function(module, exports, __webpack_require__) { | ||
"use strict"; | ||
var emptyFunction = __webpack_require__(1), warning = emptyFunction, printWarning = function(format) { | ||
for (var _len = arguments.length, args = Array(_len > 1 ? _len - 1 : 0), _key = 1; _key < _len; _key++) args[_key - 1] = arguments[_key]; | ||
var argIndex = 0, message = "Warning: " + format.replace(/%s/g, function() { | ||
return args[argIndex++]; | ||
}); | ||
"undefined" != typeof console && console.error(message); | ||
try { | ||
throw new Error(message); | ||
} catch (x) {} | ||
}; | ||
warning = function(condition, format) { | ||
if (void 0 === format) throw new Error("`warning(condition, format, ...args)` requires a warning message argument"); | ||
if (0 !== format.indexOf("Failed Composite propType: ") && !condition) { | ||
for (var _len2 = arguments.length, args = Array(_len2 > 2 ? _len2 - 2 : 0), _key2 = 2; _key2 < _len2; _key2++) args[_key2 - 2] = arguments[_key2]; | ||
printWarning.apply(void 0, [ format ].concat(args)); | ||
} | ||
}, module.exports = warning; | ||
}, function(module, exports, __webpack_require__) { | ||
"use strict"; | ||
module.exports = "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED"; | ||
}, function(module, exports, __webpack_require__) { | ||
"use strict"; | ||
function hyphenateStyleName(string) { | ||
return string in cache ? cache[string] : cache[string] = string.replace(uppercasePattern, "-$&").toLowerCase().replace(msPattern, "-ms-"); | ||
} | ||
} | ||
var valuesString = JSON.stringify(expectedValues); | ||
return new PropTypeError('Invalid ' + location + ' `' + propFullName + '` of value `' + propValue + '` ' + ('supplied to `' + componentName + '`, expected one of ' + valuesString + '.')); | ||
} | ||
return createChainableTypeChecker(validate); | ||
} | ||
function createObjectOfTypeChecker(typeChecker) { | ||
function validate(props, propName, componentName, location, propFullName) { | ||
if (typeof typeChecker !== 'function') { | ||
return new PropTypeError('Property `' + propFullName + '` of component `' + componentName + '` has invalid PropType notation inside objectOf.'); | ||
} | ||
var propValue = props[propName]; | ||
var propType = getPropType(propValue); | ||
if (propType !== 'object') { | ||
return new PropTypeError('Invalid ' + location + ' `' + propFullName + '` of type ' + ('`' + propType + '` supplied to `' + componentName + '`, expected an object.')); | ||
} | ||
for (var key in propValue) { | ||
if (propValue.hasOwnProperty(key)) { | ||
var error = typeChecker(propValue, key, componentName, location, propFullName + '.' + key, ReactPropTypesSecret); | ||
if (error instanceof Error) { | ||
return error; | ||
} | ||
var uppercasePattern = /[A-Z]/g, msPattern = /^ms-/, cache = {}; | ||
module.exports = hyphenateStyleName; | ||
}, function(module, exports, __webpack_require__) { | ||
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { | ||
value: !0 | ||
}); | ||
var _extends = Object.assign || function(target) { | ||
for (var i = 1; i < arguments.length; i++) { | ||
var source = arguments[i]; | ||
for (var key in source) Object.prototype.hasOwnProperty.call(source, key) && (target[key] = source[key]); | ||
} | ||
return target; | ||
}, _propTypes = __webpack_require__(0), _propTypes2 = function(obj) { | ||
return obj && obj.__esModule ? obj : { | ||
default: obj | ||
}; | ||
}(_propTypes), stringOrNumber = _propTypes2.default.oneOfType([ _propTypes2.default.string, _propTypes2.default.number ]), matchers = { | ||
orientation: _propTypes2.default.oneOf([ "portrait", "landscape" ]), | ||
scan: _propTypes2.default.oneOf([ "progressive", "interlace" ]), | ||
aspectRatio: _propTypes2.default.string, | ||
deviceAspectRatio: _propTypes2.default.string, | ||
height: stringOrNumber, | ||
deviceHeight: stringOrNumber, | ||
width: stringOrNumber, | ||
deviceWidth: stringOrNumber, | ||
color: _propTypes2.default.bool, | ||
colorIndex: _propTypes2.default.bool, | ||
monochrome: _propTypes2.default.bool, | ||
resolution: stringOrNumber | ||
}, features = _extends({ | ||
minAspectRatio: _propTypes2.default.string, | ||
maxAspectRatio: _propTypes2.default.string, | ||
minDeviceAspectRatio: _propTypes2.default.string, | ||
maxDeviceAspectRatio: _propTypes2.default.string, | ||
minHeight: stringOrNumber, | ||
maxHeight: stringOrNumber, | ||
minDeviceHeight: stringOrNumber, | ||
maxDeviceHeight: stringOrNumber, | ||
minWidth: stringOrNumber, | ||
maxWidth: stringOrNumber, | ||
minDeviceWidth: stringOrNumber, | ||
maxDeviceWidth: stringOrNumber, | ||
minColor: _propTypes2.default.number, | ||
maxColor: _propTypes2.default.number, | ||
minColorIndex: _propTypes2.default.number, | ||
maxColorIndex: _propTypes2.default.number, | ||
minMonochrome: _propTypes2.default.number, | ||
maxMonochrome: _propTypes2.default.number, | ||
minResolution: stringOrNumber, | ||
maxResolution: stringOrNumber | ||
}, matchers), types = { | ||
all: _propTypes2.default.bool, | ||
grid: _propTypes2.default.bool, | ||
aural: _propTypes2.default.bool, | ||
braille: _propTypes2.default.bool, | ||
handheld: _propTypes2.default.bool, | ||
print: _propTypes2.default.bool, | ||
projection: _propTypes2.default.bool, | ||
screen: _propTypes2.default.bool, | ||
tty: _propTypes2.default.bool, | ||
tv: _propTypes2.default.bool, | ||
embossed: _propTypes2.default.bool | ||
}, all = _extends({}, types, features); | ||
matchers.type = Object.keys(types), exports.default = { | ||
all: all, | ||
types: types, | ||
matchers: matchers, | ||
features: features | ||
}, module.exports = exports.default; | ||
}, function(module, exports, __webpack_require__) { | ||
"use strict"; | ||
function _interopRequireDefault(obj) { | ||
return obj && obj.__esModule ? obj : { | ||
default: obj | ||
}; | ||
} | ||
} | ||
return null; | ||
} | ||
return createChainableTypeChecker(validate); | ||
} | ||
function createUnionTypeChecker(arrayOfTypeCheckers) { | ||
if (!Array.isArray(arrayOfTypeCheckers)) { | ||
true ? warning(false, 'Invalid argument supplied to oneOfType, expected an instance of array.') : void 0; | ||
return emptyFunction.thatReturnsNull; | ||
} | ||
for (var i = 0; i < arrayOfTypeCheckers.length; i++) { | ||
var checker = arrayOfTypeCheckers[i]; | ||
if (typeof checker !== 'function') { | ||
warning( | ||
false, | ||
'Invalid argument supplied to oneOfType. Expected an array of check functions, but ' + | ||
'received %s at index %s.', | ||
getPostfixForTypeWarning(checker), | ||
i | ||
); | ||
return emptyFunction.thatReturnsNull; | ||
} | ||
} | ||
function validate(props, propName, componentName, location, propFullName) { | ||
for (var i = 0; i < arrayOfTypeCheckers.length; i++) { | ||
var checker = arrayOfTypeCheckers[i]; | ||
if (checker(props, propName, componentName, location, propFullName, ReactPropTypesSecret) == null) { | ||
return null; | ||
function _classCallCheck(instance, Constructor) { | ||
if (!(instance instanceof Constructor)) throw new TypeError("Cannot call a class as a function"); | ||
} | ||
} | ||
return new PropTypeError('Invalid ' + location + ' `' + propFullName + '` supplied to ' + ('`' + componentName + '`.')); | ||
} | ||
return createChainableTypeChecker(validate); | ||
} | ||
function createNodeChecker() { | ||
function validate(props, propName, componentName, location, propFullName) { | ||
if (!isNode(props[propName])) { | ||
return new PropTypeError('Invalid ' + location + ' `' + propFullName + '` supplied to ' + ('`' + componentName + '`, expected a ReactNode.')); | ||
} | ||
return null; | ||
} | ||
return createChainableTypeChecker(validate); | ||
} | ||
function createShapeTypeChecker(shapeTypes) { | ||
function validate(props, propName, componentName, location, propFullName) { | ||
var propValue = props[propName]; | ||
var propType = getPropType(propValue); | ||
if (propType !== 'object') { | ||
return new PropTypeError('Invalid ' + location + ' `' + propFullName + '` of type `' + propType + '` ' + ('supplied to `' + componentName + '`, expected `object`.')); | ||
} | ||
for (var key in shapeTypes) { | ||
var checker = shapeTypes[key]; | ||
if (!checker) { | ||
continue; | ||
function _possibleConstructorReturn(self, call) { | ||
if (!self) throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); | ||
return !call || "object" != typeof call && "function" != typeof call ? self : call; | ||
} | ||
var error = checker(propValue, key, componentName, location, propFullName + '.' + key, ReactPropTypesSecret); | ||
if (error) { | ||
return error; | ||
function _inherits(subClass, superClass) { | ||
if ("function" != typeof superClass && null !== superClass) throw new TypeError("Super expression must either be null or a function, not " + typeof superClass); | ||
subClass.prototype = Object.create(superClass && superClass.prototype, { | ||
constructor: { | ||
value: subClass, | ||
enumerable: !1, | ||
writable: !0, | ||
configurable: !0 | ||
} | ||
}), superClass && (Object.setPrototypeOf ? Object.setPrototypeOf(subClass, superClass) : subClass.__proto__ = superClass); | ||
} | ||
} | ||
return null; | ||
} | ||
return createChainableTypeChecker(validate); | ||
} | ||
function createStrictShapeTypeChecker(shapeTypes) { | ||
function validate(props, propName, componentName, location, propFullName) { | ||
var propValue = props[propName]; | ||
var propType = getPropType(propValue); | ||
if (propType !== 'object') { | ||
return new PropTypeError('Invalid ' + location + ' `' + propFullName + '` of type `' + propType + '` ' + ('supplied to `' + componentName + '`, expected `object`.')); | ||
} | ||
// We need to check all keys in case some are required but missing from | ||
// props. | ||
var allKeys = assign({}, props[propName], shapeTypes); | ||
for (var key in allKeys) { | ||
var checker = shapeTypes[key]; | ||
if (!checker) { | ||
return new PropTypeError( | ||
'Invalid ' + location + ' `' + propFullName + '` key `' + key + '` supplied to `' + componentName + '`.' + | ||
'\nBad object: ' + JSON.stringify(props[propName], null, ' ') + | ||
'\nValid keys: ' + JSON.stringify(Object.keys(shapeTypes), null, ' ') | ||
); | ||
function omit(object, keys) { | ||
var newObject = _extends({}, object); | ||
return keys.forEach(function(key) { | ||
return delete newObject[key]; | ||
}), newObject; | ||
} | ||
var error = checker(propValue, key, componentName, location, propFullName + '.' + key, ReactPropTypesSecret); | ||
if (error) { | ||
return error; | ||
} | ||
} | ||
return null; | ||
} | ||
Object.defineProperty(exports, "__esModule", { | ||
value: !0 | ||
}), exports.toQuery = exports.default = void 0; | ||
var _createClass = function() { | ||
function defineProperties(target, props) { | ||
for (var i = 0; i < props.length; i++) { | ||
var descriptor = props[i]; | ||
descriptor.enumerable = descriptor.enumerable || !1, descriptor.configurable = !0, | ||
"value" in descriptor && (descriptor.writable = !0), Object.defineProperty(target, descriptor.key, descriptor); | ||
} | ||
} | ||
return function(Constructor, protoProps, staticProps) { | ||
return protoProps && defineProperties(Constructor.prototype, protoProps), staticProps && defineProperties(Constructor, staticProps), | ||
Constructor; | ||
}; | ||
}(), _extends = Object.assign || function(target) { | ||
for (var i = 1; i < arguments.length; i++) { | ||
var source = arguments[i]; | ||
for (var key in source) Object.prototype.hasOwnProperty.call(source, key) && (target[key] = source[key]); | ||
} | ||
return target; | ||
}, _react = __webpack_require__(8), _react2 = _interopRequireDefault(_react), _propTypes = __webpack_require__(0), _propTypes2 = _interopRequireDefault(_propTypes), _matchmediaquery = __webpack_require__(12), _matchmediaquery2 = _interopRequireDefault(_matchmediaquery), _hyphenateStyleName = __webpack_require__(5), _hyphenateStyleName2 = _interopRequireDefault(_hyphenateStyleName), _mediaQuery = __webpack_require__(6), _mediaQuery2 = _interopRequireDefault(_mediaQuery), _toQuery = __webpack_require__(14), _toQuery2 = _interopRequireDefault(_toQuery), defaultTypes = { | ||
component: _propTypes2.default.node, | ||
query: _propTypes2.default.string, | ||
values: _propTypes2.default.shape(_mediaQuery2.default.matchers), | ||
children: _propTypes2.default.oneOfType([ _propTypes2.default.node, _propTypes2.default.func ]), | ||
onChange: _propTypes2.default.func, | ||
onBeforeChange: _propTypes2.default.func | ||
}, mediaKeys = Object.keys(_mediaQuery2.default.all), excludedQueryKeys = Object.keys(defaultTypes), excludedPropKeys = excludedQueryKeys.concat(mediaKeys), MediaQuery = function(_React$Component) { | ||
function MediaQuery() { | ||
var _ref, _temp, _this, _ret; | ||
_classCallCheck(this, MediaQuery); | ||
for (var _len = arguments.length, args = Array(_len), _key = 0; _key < _len; _key++) args[_key] = arguments[_key]; | ||
return _temp = _this = _possibleConstructorReturn(this, (_ref = MediaQuery.__proto__ || Object.getPrototypeOf(MediaQuery)).call.apply(_ref, [ this ].concat(args))), | ||
_this.state = { | ||
matches: !1 | ||
}, _this.updateMatches = function() { | ||
_this._mql.matches !== _this.state.matches && _this.setState({ | ||
matches: _this._mql.matches | ||
}); | ||
}, _this.removeMql = function() { | ||
_this._mql && (_this._mql.removeListener(_this.updateMatches), _this._mql.dispose()); | ||
}, _ret = _temp, _possibleConstructorReturn(_this, _ret); | ||
} | ||
return _inherits(MediaQuery, _React$Component), _createClass(MediaQuery, [ { | ||
key: "componentWillMount", | ||
value: function() { | ||
this.updateQuery(this.props); | ||
} | ||
}, { | ||
key: "componentWillReceiveProps", | ||
value: function(nextProps) { | ||
this.updateQuery(nextProps); | ||
} | ||
}, { | ||
key: "updateQuery", | ||
value: function(props) { | ||
var values = void 0; | ||
if (props.query ? this.query = props.query : this.query = (0, _toQuery2.default)(omit(props, excludedQueryKeys)), | ||
!this.query) throw new Error("Invalid or missing MediaQuery!"); | ||
props.values && (values = Object.keys(props.values).reduce(function(result, key) { | ||
return result[(0, _hyphenateStyleName2.default)(key)] = props.values[key], result; | ||
}, {})), this.removeMql(), this._mql = (0, _matchmediaquery2.default)(this.query, values), | ||
this._mql.addListener(this.updateMatches), this.updateMatches(); | ||
} | ||
}, { | ||
key: "componentWillUpdate", | ||
value: function(_, nextState) { | ||
this.props.onBeforeChange && this.state.matches !== nextState.matches && this.props.onBeforeChange(this.state.matches); | ||
} | ||
}, { | ||
key: "componentDidUpdate", | ||
value: function(_, prevState) { | ||
this.props.onChange && prevState.matches !== this.state.matches && this.props.onChange(this.state.matches); | ||
} | ||
}, { | ||
key: "componentWillUnmount", | ||
value: function() { | ||
this.removeMql(); | ||
} | ||
}, { | ||
key: "render", | ||
value: function() { | ||
if ("function" == typeof this.props.children) return this.props.children(this.state.matches); | ||
if (!1 === this.state.matches) return null; | ||
var props = omit(this.props, excludedPropKeys), hasMergeProps = Object.keys(props).length > 0, childrenCount = _react2.default.Children.count(this.props.children); | ||
return this.props.component || void 0 === this.props.children ? _react2.default.createElement(this.props.component || "div", props, this.props.children) : hasMergeProps ? _react2.default.cloneElement(this.props.children, props) : childrenCount ? this.props.children : null; | ||
} | ||
} ]), MediaQuery; | ||
}(_react2.default.Component); | ||
MediaQuery.displayName = "MediaQuery", MediaQuery.defaultProps = { | ||
values: {} | ||
}, exports.default = MediaQuery, exports.toQuery = _toQuery2.default; | ||
}, function(module, exports) { | ||
module.exports = __WEBPACK_EXTERNAL_MODULE_8__; | ||
}, function(module, exports, __webpack_require__) { | ||
"use strict"; | ||
var emptyFunction = __webpack_require__(1), invariant = __webpack_require__(2), warning = __webpack_require__(3), assign = __webpack_require__(10), ReactPropTypesSecret = __webpack_require__(4), checkPropTypes = __webpack_require__(11); | ||
module.exports = function(isValidElement, throwOnDirectAccess) { | ||
function getIteratorFn(maybeIterable) { | ||
var iteratorFn = maybeIterable && (ITERATOR_SYMBOL && maybeIterable[ITERATOR_SYMBOL] || maybeIterable[FAUX_ITERATOR_SYMBOL]); | ||
if ("function" == typeof iteratorFn) return iteratorFn; | ||
} | ||
function is(x, y) { | ||
return x === y ? 0 !== x || 1 / x == 1 / y : x !== x && y !== y; | ||
} | ||
function PropTypeError(message) { | ||
this.message = message, this.stack = ""; | ||
} | ||
function createChainableTypeChecker(validate) { | ||
function checkType(isRequired, props, propName, componentName, location, propFullName, secret) { | ||
if (componentName = componentName || ANONYMOUS, propFullName = propFullName || propName, | ||
secret !== ReactPropTypesSecret) if (throwOnDirectAccess) invariant(!1, "Calling PropTypes validators directly is not supported by the `prop-types` package. Use `PropTypes.checkPropTypes()` to call them. Read more at http://fb.me/use-check-prop-types"); else if ("undefined" != typeof console) { | ||
var cacheKey = componentName + ":" + propName; | ||
!manualPropTypeCallCache[cacheKey] && manualPropTypeWarningCount < 3 && (warning(!1, "You are manually calling a React.PropTypes validation function for the `%s` prop on `%s`. This is deprecated and will throw in the standalone `prop-types` package. You may be seeing this warning due to a third-party PropTypes library. See https://fb.me/react-warning-dont-call-proptypes for details.", propFullName, componentName), | ||
manualPropTypeCallCache[cacheKey] = !0, manualPropTypeWarningCount++); | ||
} | ||
return null == props[propName] ? isRequired ? new PropTypeError(null === props[propName] ? "The " + location + " `" + propFullName + "` is marked as required in `" + componentName + "`, but its value is `null`." : "The " + location + " `" + propFullName + "` is marked as required in `" + componentName + "`, but its value is `undefined`.") : null : validate(props, propName, componentName, location, propFullName); | ||
} | ||
var manualPropTypeCallCache = {}, manualPropTypeWarningCount = 0, chainedCheckType = checkType.bind(null, !1); | ||
return chainedCheckType.isRequired = checkType.bind(null, !0), chainedCheckType; | ||
} | ||
function createPrimitiveTypeChecker(expectedType) { | ||
function validate(props, propName, componentName, location, propFullName, secret) { | ||
var propValue = props[propName]; | ||
if (getPropType(propValue) !== expectedType) return new PropTypeError("Invalid " + location + " `" + propFullName + "` of type `" + getPreciseType(propValue) + "` supplied to `" + componentName + "`, expected `" + expectedType + "`."); | ||
return null; | ||
} | ||
return createChainableTypeChecker(validate); | ||
} | ||
function createArrayOfTypeChecker(typeChecker) { | ||
function validate(props, propName, componentName, location, propFullName) { | ||
if ("function" != typeof typeChecker) return new PropTypeError("Property `" + propFullName + "` of component `" + componentName + "` has invalid PropType notation inside arrayOf."); | ||
var propValue = props[propName]; | ||
if (!Array.isArray(propValue)) { | ||
return new PropTypeError("Invalid " + location + " `" + propFullName + "` of type `" + getPropType(propValue) + "` supplied to `" + componentName + "`, expected an array."); | ||
} | ||
for (var i = 0; i < propValue.length; i++) { | ||
var error = typeChecker(propValue, i, componentName, location, propFullName + "[" + i + "]", ReactPropTypesSecret); | ||
if (error instanceof Error) return error; | ||
} | ||
return null; | ||
} | ||
return createChainableTypeChecker(validate); | ||
} | ||
function createInstanceTypeChecker(expectedClass) { | ||
function validate(props, propName, componentName, location, propFullName) { | ||
if (!(props[propName] instanceof expectedClass)) { | ||
var expectedClassName = expectedClass.name || ANONYMOUS; | ||
return new PropTypeError("Invalid " + location + " `" + propFullName + "` of type `" + getClassName(props[propName]) + "` supplied to `" + componentName + "`, expected instance of `" + expectedClassName + "`."); | ||
} | ||
return null; | ||
} | ||
return createChainableTypeChecker(validate); | ||
} | ||
function createEnumTypeChecker(expectedValues) { | ||
function validate(props, propName, componentName, location, propFullName) { | ||
for (var propValue = props[propName], i = 0; i < expectedValues.length; i++) if (is(propValue, expectedValues[i])) return null; | ||
return new PropTypeError("Invalid " + location + " `" + propFullName + "` of value `" + propValue + "` supplied to `" + componentName + "`, expected one of " + JSON.stringify(expectedValues) + "."); | ||
} | ||
return Array.isArray(expectedValues) ? createChainableTypeChecker(validate) : (warning(!1, "Invalid argument supplied to oneOf, expected an instance of array."), | ||
emptyFunction.thatReturnsNull); | ||
} | ||
function createObjectOfTypeChecker(typeChecker) { | ||
function validate(props, propName, componentName, location, propFullName) { | ||
if ("function" != typeof typeChecker) return new PropTypeError("Property `" + propFullName + "` of component `" + componentName + "` has invalid PropType notation inside objectOf."); | ||
var propValue = props[propName], propType = getPropType(propValue); | ||
if ("object" !== propType) return new PropTypeError("Invalid " + location + " `" + propFullName + "` of type `" + propType + "` supplied to `" + componentName + "`, expected an object."); | ||
for (var key in propValue) if (propValue.hasOwnProperty(key)) { | ||
var error = typeChecker(propValue, key, componentName, location, propFullName + "." + key, ReactPropTypesSecret); | ||
if (error instanceof Error) return error; | ||
} | ||
return null; | ||
} | ||
return createChainableTypeChecker(validate); | ||
} | ||
function createUnionTypeChecker(arrayOfTypeCheckers) { | ||
function validate(props, propName, componentName, location, propFullName) { | ||
for (var i = 0; i < arrayOfTypeCheckers.length; i++) { | ||
if (null == (0, arrayOfTypeCheckers[i])(props, propName, componentName, location, propFullName, ReactPropTypesSecret)) return null; | ||
} | ||
return new PropTypeError("Invalid " + location + " `" + propFullName + "` supplied to `" + componentName + "`."); | ||
} | ||
if (!Array.isArray(arrayOfTypeCheckers)) return warning(!1, "Invalid argument supplied to oneOfType, expected an instance of array."), | ||
emptyFunction.thatReturnsNull; | ||
for (var i = 0; i < arrayOfTypeCheckers.length; i++) { | ||
var checker = arrayOfTypeCheckers[i]; | ||
if ("function" != typeof checker) return warning(!1, "Invalid argument supplied to oneOfType. Expected an array of check functions, but received %s at index %s.", getPostfixForTypeWarning(checker), i), | ||
emptyFunction.thatReturnsNull; | ||
} | ||
return createChainableTypeChecker(validate); | ||
} | ||
function createShapeTypeChecker(shapeTypes) { | ||
function validate(props, propName, componentName, location, propFullName) { | ||
var propValue = props[propName], propType = getPropType(propValue); | ||
if ("object" !== propType) return new PropTypeError("Invalid " + location + " `" + propFullName + "` of type `" + propType + "` supplied to `" + componentName + "`, expected `object`."); | ||
for (var key in shapeTypes) { | ||
var checker = shapeTypes[key]; | ||
if (checker) { | ||
var error = checker(propValue, key, componentName, location, propFullName + "." + key, ReactPropTypesSecret); | ||
if (error) return error; | ||
} | ||
} | ||
return null; | ||
} | ||
return createChainableTypeChecker(validate); | ||
} | ||
function createStrictShapeTypeChecker(shapeTypes) { | ||
function validate(props, propName, componentName, location, propFullName) { | ||
var propValue = props[propName], propType = getPropType(propValue); | ||
if ("object" !== propType) return new PropTypeError("Invalid " + location + " `" + propFullName + "` of type `" + propType + "` supplied to `" + componentName + "`, expected `object`."); | ||
var allKeys = assign({}, props[propName], shapeTypes); | ||
for (var key in allKeys) { | ||
var checker = shapeTypes[key]; | ||
if (!checker) return new PropTypeError("Invalid " + location + " `" + propFullName + "` key `" + key + "` supplied to `" + componentName + "`.\nBad object: " + JSON.stringify(props[propName], null, " ") + "\nValid keys: " + JSON.stringify(Object.keys(shapeTypes), null, " ")); | ||
var error = checker(propValue, key, componentName, location, propFullName + "." + key, ReactPropTypesSecret); | ||
if (error) return error; | ||
} | ||
return null; | ||
} | ||
return createChainableTypeChecker(validate); | ||
} | ||
function isNode(propValue) { | ||
switch (typeof propValue) { | ||
case "number": | ||
case "string": | ||
case "undefined": | ||
return !0; | ||
return createChainableTypeChecker(validate); | ||
} | ||
case "boolean": | ||
return !propValue; | ||
function isNode(propValue) { | ||
switch (typeof propValue) { | ||
case 'number': | ||
case 'string': | ||
case 'undefined': | ||
return true; | ||
case 'boolean': | ||
return !propValue; | ||
case 'object': | ||
if (Array.isArray(propValue)) { | ||
return propValue.every(isNode); | ||
} | ||
if (propValue === null || isValidElement(propValue)) { | ||
return true; | ||
} | ||
case "object": | ||
if (Array.isArray(propValue)) return propValue.every(isNode); | ||
if (null === propValue || isValidElement(propValue)) return !0; | ||
var iteratorFn = getIteratorFn(propValue); | ||
if (!iteratorFn) return !1; | ||
var step, iterator = iteratorFn.call(propValue); | ||
if (iteratorFn !== propValue.entries) { | ||
for (;!(step = iterator.next()).done; ) if (!isNode(step.value)) return !1; | ||
} else for (;!(step = iterator.next()).done; ) { | ||
var entry = step.value; | ||
if (entry && !isNode(entry[1])) return !1; | ||
} | ||
return !0; | ||
var iteratorFn = getIteratorFn(propValue); | ||
if (iteratorFn) { | ||
var iterator = iteratorFn.call(propValue); | ||
var step; | ||
if (iteratorFn !== propValue.entries) { | ||
while (!(step = iterator.next()).done) { | ||
if (!isNode(step.value)) { | ||
return false; | ||
} | ||
default: | ||
return !1; | ||
} | ||
} | ||
} else { | ||
// Iterator will provide entry [k,v] tuples rather than values. | ||
while (!(step = iterator.next()).done) { | ||
var entry = step.value; | ||
if (entry) { | ||
if (!isNode(entry[1])) { | ||
return false; | ||
function isSymbol(propType, propValue) { | ||
return "symbol" === propType || ("Symbol" === propValue["@@toStringTag"] || "function" == typeof Symbol && propValue instanceof Symbol); | ||
} | ||
function getPropType(propValue) { | ||
var propType = typeof propValue; | ||
return Array.isArray(propValue) ? "array" : propValue instanceof RegExp ? "object" : isSymbol(propType, propValue) ? "symbol" : propType; | ||
} | ||
function getPreciseType(propValue) { | ||
if (void 0 === propValue || null === propValue) return "" + propValue; | ||
var propType = getPropType(propValue); | ||
if ("object" === propType) { | ||
if (propValue instanceof Date) return "date"; | ||
if (propValue instanceof RegExp) return "regexp"; | ||
} | ||
} | ||
return propType; | ||
} | ||
} | ||
} else { | ||
return false; | ||
} | ||
function getPostfixForTypeWarning(value) { | ||
var type = getPreciseType(value); | ||
switch (type) { | ||
case "array": | ||
case "object": | ||
return "an " + type; | ||
return true; | ||
default: | ||
return false; | ||
} | ||
} | ||
case "boolean": | ||
case "date": | ||
case "regexp": | ||
return "a " + type; | ||
function isSymbol(propType, propValue) { | ||
// Native Symbol. | ||
if (propType === 'symbol') { | ||
return true; | ||
} | ||
// 19.4.3.5 Symbol.prototype[@@toStringTag] === 'Symbol' | ||
if (propValue['@@toStringTag'] === 'Symbol') { | ||
return true; | ||
} | ||
// Fallback for non-spec compliant Symbols which are polyfilled. | ||
if (typeof Symbol === 'function' && propValue instanceof Symbol) { | ||
return true; | ||
} | ||
return false; | ||
} | ||
// Equivalent of `typeof` but with special handling for array and regexp. | ||
function getPropType(propValue) { | ||
var propType = typeof propValue; | ||
if (Array.isArray(propValue)) { | ||
return 'array'; | ||
} | ||
if (propValue instanceof RegExp) { | ||
// Old webkits (at least until Android 4.0) return 'function' rather than | ||
// 'object' for typeof a RegExp. We'll normalize this here so that /bla/ | ||
// passes PropTypes.object. | ||
return 'object'; | ||
} | ||
if (isSymbol(propType, propValue)) { | ||
return 'symbol'; | ||
} | ||
return propType; | ||
} | ||
// This handles more types than `getPropType`. Only used for error messages. | ||
// See `createPrimitiveTypeChecker`. | ||
function getPreciseType(propValue) { | ||
if (typeof propValue === 'undefined' || propValue === null) { | ||
return '' + propValue; | ||
} | ||
var propType = getPropType(propValue); | ||
if (propType === 'object') { | ||
if (propValue instanceof Date) { | ||
return 'date'; | ||
} else if (propValue instanceof RegExp) { | ||
return 'regexp'; | ||
} | ||
} | ||
return propType; | ||
} | ||
// Returns a string that is postfixed to a warning about an invalid type. | ||
// For example, "undefined" or "of type array" | ||
function getPostfixForTypeWarning(value) { | ||
var type = getPreciseType(value); | ||
switch (type) { | ||
case 'array': | ||
case 'object': | ||
return 'an ' + type; | ||
case 'boolean': | ||
case 'date': | ||
case 'regexp': | ||
return 'a ' + type; | ||
default: | ||
return type; | ||
} | ||
} | ||
// Returns class name of the object, if any. | ||
function getClassName(propValue) { | ||
if (!propValue.constructor || !propValue.constructor.name) { | ||
return ANONYMOUS; | ||
} | ||
return propValue.constructor.name; | ||
} | ||
ReactPropTypes.checkPropTypes = checkPropTypes; | ||
ReactPropTypes.PropTypes = ReactPropTypes; | ||
return ReactPropTypes; | ||
}; | ||
/***/ }), | ||
/* 10 */ | ||
/***/ (function(module, exports, __webpack_require__) { | ||
"use strict"; | ||
/* | ||
default: | ||
return type; | ||
} | ||
} | ||
function getClassName(propValue) { | ||
return propValue.constructor && propValue.constructor.name ? propValue.constructor.name : ANONYMOUS; | ||
} | ||
var ITERATOR_SYMBOL = "function" == typeof Symbol && Symbol.iterator, FAUX_ITERATOR_SYMBOL = "@@iterator", ANONYMOUS = "<<anonymous>>", ReactPropTypes = { | ||
array: createPrimitiveTypeChecker("array"), | ||
bool: createPrimitiveTypeChecker("boolean"), | ||
func: createPrimitiveTypeChecker("function"), | ||
number: createPrimitiveTypeChecker("number"), | ||
object: createPrimitiveTypeChecker("object"), | ||
string: createPrimitiveTypeChecker("string"), | ||
symbol: createPrimitiveTypeChecker("symbol"), | ||
any: function() { | ||
return createChainableTypeChecker(emptyFunction.thatReturnsNull); | ||
}(), | ||
arrayOf: createArrayOfTypeChecker, | ||
element: function() { | ||
function validate(props, propName, componentName, location, propFullName) { | ||
var propValue = props[propName]; | ||
if (!isValidElement(propValue)) { | ||
return new PropTypeError("Invalid " + location + " `" + propFullName + "` of type `" + getPropType(propValue) + "` supplied to `" + componentName + "`, expected a single ReactElement."); | ||
} | ||
return null; | ||
} | ||
return createChainableTypeChecker(validate); | ||
}(), | ||
instanceOf: createInstanceTypeChecker, | ||
node: function() { | ||
function validate(props, propName, componentName, location, propFullName) { | ||
return isNode(props[propName]) ? null : new PropTypeError("Invalid " + location + " `" + propFullName + "` supplied to `" + componentName + "`, expected a ReactNode."); | ||
} | ||
return createChainableTypeChecker(validate); | ||
}(), | ||
objectOf: createObjectOfTypeChecker, | ||
oneOf: createEnumTypeChecker, | ||
oneOfType: createUnionTypeChecker, | ||
shape: createShapeTypeChecker, | ||
exact: createStrictShapeTypeChecker | ||
}; | ||
return PropTypeError.prototype = Error.prototype, ReactPropTypes.checkPropTypes = checkPropTypes, | ||
ReactPropTypes.PropTypes = ReactPropTypes, ReactPropTypes; | ||
}; | ||
}, function(module, exports, __webpack_require__) { | ||
"use strict"; | ||
function toObject(val) { | ||
if (null === val || void 0 === val) throw new TypeError("Object.assign cannot be called with null or undefined"); | ||
return Object(val); | ||
} | ||
/* | ||
object-assign | ||
@@ -1177,440 +533,219 @@ (c) Sindre Sorhus | ||
*/ | ||
var getOwnPropertySymbols = Object.getOwnPropertySymbols, hasOwnProperty = Object.prototype.hasOwnProperty, propIsEnumerable = Object.prototype.propertyIsEnumerable; | ||
module.exports = function() { | ||
try { | ||
if (!Object.assign) return !1; | ||
var test1 = new String("abc"); | ||
if (test1[5] = "de", "5" === Object.getOwnPropertyNames(test1)[0]) return !1; | ||
for (var test2 = {}, i = 0; i < 10; i++) test2["_" + String.fromCharCode(i)] = i; | ||
if ("0123456789" !== Object.getOwnPropertyNames(test2).map(function(n) { | ||
return test2[n]; | ||
}).join("")) return !1; | ||
var test3 = {}; | ||
return "abcdefghijklmnopqrst".split("").forEach(function(letter) { | ||
test3[letter] = letter; | ||
}), "abcdefghijklmnopqrst" === Object.keys(Object.assign({}, test3)).join(""); | ||
} catch (err) { | ||
return !1; | ||
} | ||
}() ? Object.assign : function(target, source) { | ||
for (var from, symbols, to = toObject(target), s = 1; s < arguments.length; s++) { | ||
from = Object(arguments[s]); | ||
for (var key in from) hasOwnProperty.call(from, key) && (to[key] = from[key]); | ||
if (getOwnPropertySymbols) { | ||
symbols = getOwnPropertySymbols(from); | ||
for (var i = 0; i < symbols.length; i++) propIsEnumerable.call(from, symbols[i]) && (to[symbols[i]] = from[symbols[i]]); | ||
} | ||
} | ||
return to; | ||
}; | ||
}, function(module, exports, __webpack_require__) { | ||
"use strict"; | ||
function checkPropTypes(typeSpecs, values, location, componentName, getStack) { | ||
for (var typeSpecName in typeSpecs) if (typeSpecs.hasOwnProperty(typeSpecName)) { | ||
var error; | ||
try { | ||
invariant("function" == typeof typeSpecs[typeSpecName], "%s: %s type `%s` is invalid; it must be a function, usually from the `prop-types` package, but received `%s`.", componentName || "React class", location, typeSpecName, typeof typeSpecs[typeSpecName]), | ||
error = typeSpecs[typeSpecName](values, typeSpecName, componentName, location, null, ReactPropTypesSecret); | ||
} catch (ex) { | ||
error = ex; | ||
} | ||
if (warning(!error || error instanceof Error, "%s: type specification of %s `%s` is invalid; the type checker function must return `null` or an `Error` but returned a %s. You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument).", componentName || "React class", location, typeSpecName, typeof error), | ||
error instanceof Error && !(error.message in loggedTypeFailures)) { | ||
loggedTypeFailures[error.message] = !0; | ||
var stack = getStack ? getStack() : ""; | ||
warning(!1, "Failed %s type: %s%s", location, error.message, null != stack ? stack : ""); | ||
} | ||
} | ||
} | ||
var invariant = __webpack_require__(2), warning = __webpack_require__(3), ReactPropTypesSecret = __webpack_require__(4), loggedTypeFailures = {}; | ||
module.exports = checkPropTypes; | ||
}, function(module, exports, __webpack_require__) { | ||
"use strict"; | ||
function Mql(query, values) { | ||
function addListener(listener) { | ||
mql && mql.addListener(listener); | ||
} | ||
function removeListener(listener) { | ||
mql && mql.removeListener(listener); | ||
} | ||
function update(evt) { | ||
self.matches = evt.matches, self.media = evt.media; | ||
} | ||
function dispose() { | ||
mql && mql.removeListener(update); | ||
} | ||
var self = this; | ||
if (dynamicMatch) { | ||
var mql = dynamicMatch.call(window, query); | ||
this.matches = mql.matches, this.media = mql.media, mql.addListener(update); | ||
} else this.matches = staticMatch(query, values), this.media = query; | ||
this.addListener = addListener, this.removeListener = removeListener, this.dispose = dispose; | ||
} | ||
function matchMedia(query, values) { | ||
return new Mql(query, values); | ||
} | ||
var staticMatch = __webpack_require__(13).match, dynamicMatch = "undefined" != typeof window ? window.matchMedia : null; | ||
module.exports = matchMedia; | ||
}, function(module, exports, __webpack_require__) { | ||
"use strict"; | ||
function matchQuery(mediaQuery, values) { | ||
return parseQuery(mediaQuery).some(function(query) { | ||
var inverse = query.inverse, typeMatch = "all" === query.type || values.type === query.type; | ||
if (typeMatch && inverse || !typeMatch && !inverse) return !1; | ||
var expressionsMatch = query.expressions.every(function(expression) { | ||
var feature = expression.feature, modifier = expression.modifier, expValue = expression.value, value = values[feature]; | ||
if (!value) return !1; | ||
switch (feature) { | ||
case "orientation": | ||
case "scan": | ||
return value.toLowerCase() === expValue.toLowerCase(); | ||
case "width": | ||
case "height": | ||
case "device-width": | ||
case "device-height": | ||
expValue = toPx(expValue), value = toPx(value); | ||
break; | ||
/* eslint-disable no-unused-vars */ | ||
var getOwnPropertySymbols = Object.getOwnPropertySymbols; | ||
var hasOwnProperty = Object.prototype.hasOwnProperty; | ||
var propIsEnumerable = Object.prototype.propertyIsEnumerable; | ||
case "resolution": | ||
expValue = toDpi(expValue), value = toDpi(value); | ||
break; | ||
function toObject(val) { | ||
if (val === null || val === undefined) { | ||
throw new TypeError('Object.assign cannot be called with null or undefined'); | ||
} | ||
case "aspect-ratio": | ||
case "device-aspect-ratio": | ||
case "device-pixel-ratio": | ||
expValue = toDecimal(expValue), value = toDecimal(value); | ||
break; | ||
return Object(val); | ||
} | ||
case "grid": | ||
case "color": | ||
case "color-index": | ||
case "monochrome": | ||
expValue = parseInt(expValue, 10) || 1, value = parseInt(value, 10) || 0; | ||
} | ||
switch (modifier) { | ||
case "min": | ||
return value >= expValue; | ||
function shouldUseNative() { | ||
try { | ||
if (!Object.assign) { | ||
return false; | ||
} | ||
case "max": | ||
return value <= expValue; | ||
// Detect buggy property enumeration order in older V8 versions. | ||
// https://bugs.chromium.org/p/v8/issues/detail?id=4118 | ||
var test1 = new String('abc'); // eslint-disable-line no-new-wrappers | ||
test1[5] = 'de'; | ||
if (Object.getOwnPropertyNames(test1)[0] === '5') { | ||
return false; | ||
} | ||
// https://bugs.chromium.org/p/v8/issues/detail?id=3056 | ||
var test2 = {}; | ||
for (var i = 0; i < 10; i++) { | ||
test2['_' + String.fromCharCode(i)] = i; | ||
} | ||
var order2 = Object.getOwnPropertyNames(test2).map(function (n) { | ||
return test2[n]; | ||
}); | ||
if (order2.join('') !== '0123456789') { | ||
return false; | ||
} | ||
// https://bugs.chromium.org/p/v8/issues/detail?id=3056 | ||
var test3 = {}; | ||
'abcdefghijklmnopqrst'.split('').forEach(function (letter) { | ||
test3[letter] = letter; | ||
}); | ||
if (Object.keys(Object.assign({}, test3)).join('') !== | ||
'abcdefghijklmnopqrst') { | ||
return false; | ||
} | ||
return true; | ||
} catch (err) { | ||
// We don't expect any of the above to throw, but better to be safe. | ||
return false; | ||
} | ||
} | ||
module.exports = shouldUseNative() ? Object.assign : function (target, source) { | ||
var from; | ||
var to = toObject(target); | ||
var symbols; | ||
for (var s = 1; s < arguments.length; s++) { | ||
from = Object(arguments[s]); | ||
for (var key in from) { | ||
if (hasOwnProperty.call(from, key)) { | ||
to[key] = from[key]; | ||
} | ||
} | ||
if (getOwnPropertySymbols) { | ||
symbols = getOwnPropertySymbols(from); | ||
for (var i = 0; i < symbols.length; i++) { | ||
if (propIsEnumerable.call(from, symbols[i])) { | ||
to[symbols[i]] = from[symbols[i]]; | ||
} | ||
} | ||
} | ||
} | ||
return to; | ||
}; | ||
/***/ }), | ||
/* 11 */ | ||
/***/ (function(module, exports, __webpack_require__) { | ||
"use strict"; | ||
/** | ||
* Copyright (c) 2013-present, Facebook, Inc. | ||
* | ||
* This source code is licensed under the MIT license found in the | ||
* LICENSE file in the root directory of this source tree. | ||
*/ | ||
if (true) { | ||
var invariant = __webpack_require__(2); | ||
var warning = __webpack_require__(3); | ||
var ReactPropTypesSecret = __webpack_require__(4); | ||
var loggedTypeFailures = {}; | ||
} | ||
/** | ||
* Assert that the values match with the type specs. | ||
* Error messages are memorized and will only be shown once. | ||
* | ||
* @param {object} typeSpecs Map of name to a ReactPropType | ||
* @param {object} values Runtime values that need to be type-checked | ||
* @param {string} location e.g. "prop", "context", "child context" | ||
* @param {string} componentName Name of the component for error messages. | ||
* @param {?Function} getStack Returns the component stack. | ||
* @private | ||
*/ | ||
function checkPropTypes(typeSpecs, values, location, componentName, getStack) { | ||
if (true) { | ||
for (var typeSpecName in typeSpecs) { | ||
if (typeSpecs.hasOwnProperty(typeSpecName)) { | ||
var error; | ||
// Prop type validation may throw. In case they do, we don't want to | ||
// fail the render phase where it didn't fail before. So we log it. | ||
// After these have been cleaned up, we'll let them throw. | ||
try { | ||
// This is intentionally an invariant that gets caught. It's the same | ||
// behavior as without this statement except with a better message. | ||
invariant(typeof typeSpecs[typeSpecName] === 'function', '%s: %s type `%s` is invalid; it must be a function, usually from ' + 'the `prop-types` package, but received `%s`.', componentName || 'React class', location, typeSpecName, typeof typeSpecs[typeSpecName]); | ||
error = typeSpecs[typeSpecName](values, typeSpecName, componentName, location, null, ReactPropTypesSecret); | ||
} catch (ex) { | ||
error = ex; | ||
default: | ||
return value === expValue; | ||
} | ||
}); | ||
return expressionsMatch && !inverse || !expressionsMatch && inverse; | ||
}); | ||
} | ||
warning(!error || error instanceof Error, '%s: type specification of %s `%s` is invalid; the type checker ' + 'function must return `null` or an `Error` but returned a %s. ' + 'You may have forgotten to pass an argument to the type checker ' + 'creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and ' + 'shape all require an argument).', componentName || 'React class', location, typeSpecName, typeof error); | ||
if (error instanceof Error && !(error.message in loggedTypeFailures)) { | ||
// Only monitor this failure once because there tends to be a lot of the | ||
// same error. | ||
loggedTypeFailures[error.message] = true; | ||
var stack = getStack ? getStack() : ''; | ||
warning(false, 'Failed %s type: %s%s', location, error.message, stack != null ? stack : ''); | ||
function parseQuery(mediaQuery) { | ||
return mediaQuery.split(",").map(function(query) { | ||
query = query.trim(); | ||
var captures = query.match(RE_MEDIA_QUERY), modifier = captures[1], type = captures[2], expressions = captures[3] || "", parsed = {}; | ||
return parsed.inverse = !!modifier && "not" === modifier.toLowerCase(), parsed.type = type ? type.toLowerCase() : "all", | ||
expressions = expressions.match(/\([^\)]+\)/g) || [], parsed.expressions = expressions.map(function(expression) { | ||
var captures = expression.match(RE_MQ_EXPRESSION), feature = captures[1].toLowerCase().match(RE_MQ_FEATURE); | ||
return { | ||
modifier: feature[1], | ||
feature: feature[2], | ||
value: captures[2] | ||
}; | ||
}), parsed; | ||
}); | ||
} | ||
} | ||
} | ||
} | ||
} | ||
function toDecimal(ratio) { | ||
var numbers, decimal = Number(ratio); | ||
return decimal || (numbers = ratio.match(/^(\d+)\s*\/\s*(\d+)$/), decimal = numbers[1] / numbers[2]), | ||
decimal; | ||
} | ||
function toDpi(resolution) { | ||
var value = parseFloat(resolution); | ||
switch (String(resolution).match(RE_RESOLUTION_UNIT)[1]) { | ||
case "dpcm": | ||
return value / 2.54; | ||
module.exports = checkPropTypes; | ||
case "dppx": | ||
return 96 * value; | ||
/***/ }), | ||
/* 12 */ | ||
/***/ (function(module, exports, __webpack_require__) { | ||
"use strict"; | ||
var staticMatch = __webpack_require__(13).match; | ||
var dynamicMatch = typeof window !== 'undefined' ? window.matchMedia : null; | ||
// our fake MediaQueryList | ||
function Mql(query, values){ | ||
var self = this; | ||
if(dynamicMatch){ | ||
var mql = dynamicMatch.call(window, query); | ||
this.matches = mql.matches; | ||
this.media = mql.media; | ||
// TODO: is there a time it makes sense to remove this listener? | ||
mql.addListener(update); | ||
} else { | ||
this.matches = staticMatch(query, values); | ||
this.media = query; | ||
} | ||
this.addListener = addListener; | ||
this.removeListener = removeListener; | ||
this.dispose = dispose; | ||
function addListener(listener){ | ||
if(mql){ | ||
mql.addListener(listener); | ||
} | ||
} | ||
function removeListener(listener){ | ||
if(mql){ | ||
mql.removeListener(listener); | ||
} | ||
} | ||
// update ourselves! | ||
function update(evt){ | ||
self.matches = evt.matches; | ||
self.media = evt.media; | ||
} | ||
function dispose(){ | ||
if(mql){ | ||
mql.removeListener(update); | ||
} | ||
} | ||
} | ||
function matchMedia(query, values){ | ||
return new Mql(query, values); | ||
} | ||
module.exports = matchMedia; | ||
/***/ }), | ||
/* 13 */ | ||
/***/ (function(module, exports, __webpack_require__) { | ||
"use strict"; | ||
/* | ||
Copyright (c) 2014, Yahoo! Inc. All rights reserved. | ||
Copyrights licensed under the New BSD License. | ||
See the accompanying LICENSE file for terms. | ||
*/ | ||
exports.match = matchQuery; | ||
exports.parse = parseQuery; | ||
// ----------------------------------------------------------------------------- | ||
var RE_MEDIA_QUERY = /(?:(only|not)?\s*([^\s\(\)]+)(?:\s*and)?\s*)?(.+)?/i, | ||
RE_MQ_EXPRESSION = /\(\s*([^\s\:\)]+)\s*(?:\:\s*([^\s\)]+))?\s*\)/, | ||
RE_MQ_FEATURE = /^(?:(min|max)-)?(.+)/, | ||
RE_LENGTH_UNIT = /(em|rem|px|cm|mm|in|pt|pc)?$/, | ||
RE_RESOLUTION_UNIT = /(dpi|dpcm|dppx)?$/; | ||
function matchQuery(mediaQuery, values) { | ||
return parseQuery(mediaQuery).some(function (query) { | ||
var inverse = query.inverse; | ||
// Either the parsed or specified `type` is "all", or the types must be | ||
// equal for a match. | ||
var typeMatch = query.type === 'all' || values.type === query.type; | ||
// Quit early when `type` doesn't match, but take "not" into account. | ||
if ((typeMatch && inverse) || !(typeMatch || inverse)) { | ||
return false; | ||
default: | ||
return value; | ||
} | ||
} | ||
function toPx(length) { | ||
var value = parseFloat(length); | ||
switch (String(length).match(RE_LENGTH_UNIT)[1]) { | ||
case "em": | ||
case "rem": | ||
return 16 * value; | ||
var expressionsMatch = query.expressions.every(function (expression) { | ||
var feature = expression.feature, | ||
modifier = expression.modifier, | ||
expValue = expression.value, | ||
value = values[feature]; | ||
case "cm": | ||
return 96 * value / 2.54; | ||
// Missing or falsy values don't match. | ||
if (!value) { return false; } | ||
case "mm": | ||
return 96 * value / 2.54 / 10; | ||
switch (feature) { | ||
case 'orientation': | ||
case 'scan': | ||
return value.toLowerCase() === expValue.toLowerCase(); | ||
case "in": | ||
return 96 * value; | ||
case 'width': | ||
case 'height': | ||
case 'device-width': | ||
case 'device-height': | ||
expValue = toPx(expValue); | ||
value = toPx(value); | ||
break; | ||
case "pt": | ||
return 72 * value; | ||
case 'resolution': | ||
expValue = toDpi(expValue); | ||
value = toDpi(value); | ||
break; | ||
case "pc": | ||
return 72 * value / 12; | ||
case 'aspect-ratio': | ||
case 'device-aspect-ratio': | ||
case /* Deprecated */ 'device-pixel-ratio': | ||
expValue = toDecimal(expValue); | ||
value = toDecimal(value); | ||
break; | ||
case 'grid': | ||
case 'color': | ||
case 'color-index': | ||
case 'monochrome': | ||
expValue = parseInt(expValue, 10) || 1; | ||
value = parseInt(value, 10) || 0; | ||
break; | ||
default: | ||
return value; | ||
} | ||
switch (modifier) { | ||
case 'min': return value >= expValue; | ||
case 'max': return value <= expValue; | ||
default : return value === expValue; | ||
} | ||
}); | ||
return (expressionsMatch && !inverse) || (!expressionsMatch && inverse); | ||
}); | ||
} | ||
function parseQuery(mediaQuery) { | ||
return mediaQuery.split(',').map(function (query) { | ||
query = query.trim(); | ||
var captures = query.match(RE_MEDIA_QUERY), | ||
modifier = captures[1], | ||
type = captures[2], | ||
expressions = captures[3] || '', | ||
parsed = {}; | ||
parsed.inverse = !!modifier && modifier.toLowerCase() === 'not'; | ||
parsed.type = type ? type.toLowerCase() : 'all'; | ||
// Split expressions into a list. | ||
expressions = expressions.match(/\([^\)]+\)/g) || []; | ||
parsed.expressions = expressions.map(function (expression) { | ||
var captures = expression.match(RE_MQ_EXPRESSION), | ||
feature = captures[1].toLowerCase().match(RE_MQ_FEATURE); | ||
return { | ||
modifier: feature[1], | ||
feature : feature[2], | ||
value : captures[2] | ||
} | ||
exports.match = matchQuery, exports.parse = parseQuery; | ||
var RE_MEDIA_QUERY = /(?:(only|not)?\s*([^\s\(\)]+)(?:\s*and)?\s*)?(.+)?/i, RE_MQ_EXPRESSION = /\(\s*([^\s\:\)]+)\s*(?:\:\s*([^\s\)]+))?\s*\)/, RE_MQ_FEATURE = /^(?:(min|max)-)?(.+)/, RE_LENGTH_UNIT = /(em|rem|px|cm|mm|in|pt|pc)?$/, RE_RESOLUTION_UNIT = /(dpi|dpcm|dppx)?$/; | ||
}, function(module, exports, __webpack_require__) { | ||
"use strict"; | ||
function _interopRequireDefault(obj) { | ||
return obj && obj.__esModule ? obj : { | ||
default: obj | ||
}; | ||
}); | ||
return parsed; | ||
}); | ||
} | ||
// -- Utilities ---------------------------------------------------------------- | ||
function toDecimal(ratio) { | ||
var decimal = Number(ratio), | ||
numbers; | ||
if (!decimal) { | ||
numbers = ratio.match(/^(\d+)\s*\/\s*(\d+)$/); | ||
decimal = numbers[1] / numbers[2]; | ||
} | ||
return decimal; | ||
} | ||
function toDpi(resolution) { | ||
var value = parseFloat(resolution), | ||
units = String(resolution).match(RE_RESOLUTION_UNIT)[1]; | ||
switch (units) { | ||
case 'dpcm': return value / 2.54; | ||
case 'dppx': return value * 96; | ||
default : return value; | ||
} | ||
} | ||
function toPx(length) { | ||
var value = parseFloat(length), | ||
units = String(length).match(RE_LENGTH_UNIT)[1]; | ||
switch (units) { | ||
case 'em' : return value * 16; | ||
case 'rem': return value * 16; | ||
case 'cm' : return value * 96 / 2.54; | ||
case 'mm' : return value * 96 / 2.54 / 10; | ||
case 'in' : return value * 96; | ||
case 'pt' : return value * 72; | ||
case 'pc' : return value * 72 / 12; | ||
default : return value; | ||
} | ||
} | ||
/***/ }), | ||
/* 14 */ | ||
/***/ (function(module, exports, __webpack_require__) { | ||
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { | ||
value: true | ||
} | ||
function keyVal(k, v) { | ||
var realKey = (0, _hyphenateStyleName2.default)(k); | ||
return "number" == typeof v && (v += "px"), !0 === v ? k : !1 === v ? negate(k) : "(" + realKey + ": " + v + ")"; | ||
} | ||
function join(conds) { | ||
return conds.join(" and "); | ||
} | ||
Object.defineProperty(exports, "__esModule", { | ||
value: !0 | ||
}), exports.default = function(obj) { | ||
var rules = []; | ||
return Object.keys(_mediaQuery2.default.all).forEach(function(k) { | ||
var v = obj[k]; | ||
null != v && rules.push(keyVal(k, v)); | ||
}), join(rules); | ||
}; | ||
var _hyphenateStyleName = __webpack_require__(5), _hyphenateStyleName2 = _interopRequireDefault(_hyphenateStyleName), _mediaQuery = __webpack_require__(6), _mediaQuery2 = _interopRequireDefault(_mediaQuery), negate = function(cond) { | ||
return "not " + cond; | ||
}; | ||
module.exports = exports.default; | ||
} ]); | ||
}); | ||
exports.default = function (obj) { | ||
var rules = []; | ||
Object.keys(_mediaQuery2.default.all).forEach(function (k) { | ||
var v = obj[k]; | ||
if (v != null) { | ||
rules.push(keyVal(k, v)); | ||
} | ||
}); | ||
return join(rules); | ||
}; | ||
var _hyphenateStyleName = __webpack_require__(5); | ||
var _hyphenateStyleName2 = _interopRequireDefault(_hyphenateStyleName); | ||
var _mediaQuery = __webpack_require__(6); | ||
var _mediaQuery2 = _interopRequireDefault(_mediaQuery); | ||
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } | ||
var negate = function negate(cond) { | ||
return 'not ' + cond; | ||
}; | ||
function keyVal(k, v) { | ||
var realKey = (0, _hyphenateStyleName2.default)(k); | ||
// px shorthand | ||
if (typeof v === 'number') { | ||
v = v + 'px'; | ||
} | ||
if (v === true) { | ||
return k; | ||
} | ||
if (v === false) { | ||
return negate(k); | ||
} | ||
return '(' + realKey + ': ' + v + ')'; | ||
} | ||
function join(conds) { | ||
return conds.join(' and '); | ||
} | ||
module.exports = exports['default']; | ||
/***/ }) | ||
/******/ ]); | ||
}); | ||
//# sourceMappingURL=react-responsive.js.map |
{ | ||
"name": "react-responsive", | ||
"description": "Media queries in react for responsive design", | ||
"version": "4.0.2", | ||
"version": "4.0.3", | ||
"homepage": "http://github.com/contra/react-responsive", | ||
@@ -35,3 +35,3 @@ "repository": { | ||
"react": "^16.0.0", | ||
"prop-types": "^16.0.0" | ||
"prop-types": "^15.0.0" | ||
}, | ||
@@ -38,0 +38,0 @@ "devDependencies": { |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
287279
777
1