\n
\n What is your favorite day?
\n \n {children}\n
\n \n
\n );\n }\n "
)
),
_react2.default.createElement(
- 'div',
- { className: 'column' },
+ "div",
+ { className: "column" },
_react2.default.createElement(_reactDatepicker2.default, {
selected: this.state.startDate,
onChange: this.handleChange,
@@ -92819,19 +65050,19 @@
children = _ref.children;
return _react2.default.createElement(
- 'div',
- { style: { padding: '16px', background: '#216ba5', color: '#fff' } },
+ "div",
+ { style: { padding: "16px", background: "#216ba5", color: "#fff" } },
_react2.default.createElement(
_reactDatepicker.CalendarContainer,
{ className: className },
_react2.default.createElement(
- 'div',
- { style: { background: '#f0f0f0' } },
- 'What is your favorite day?'
+ "div",
+ { style: { background: "#f0f0f0" } },
+ "What is your favorite day?"
),
_react2.default.createElement(
- 'div',
- { style: { position: 'relative' } },
+ "div",
+ { style: { position: "relative" } },
children
)
)
@@ -92845,9 +65076,9 @@
/***/
},
- /* 769 */
+ /* 761 */
/***/ function(module, exports, __webpack_require__) {
- 'use strict';
+ "use strict";
exports.__esModule = true;
@@ -92855,7 +65086,7 @@
var _react2 = _interopRequireDefault(_react);
- var _reactDatepicker = __webpack_require__(533);
+ var _reactDatepicker = __webpack_require__(525);
var _reactDatepicker2 = _interopRequireDefault(_reactDatepicker);
@@ -92865,7 +65096,7 @@
function _classCallCheck(instance, Constructor) {
if (!(instance instanceof Constructor)) {
- throw new TypeError('Cannot call a class as a function');
+ throw new TypeError("Cannot call a class as a function");
}
}
@@ -92875,15 +65106,15 @@
"this hasn't been initialised - super() hasn't been called"
);
}
- return call && (typeof call === 'object' || typeof call === 'function')
+ return call && (typeof call === "object" || typeof call === "function")
? call
: self;
}
function _inherits(subClass, superClass) {
- if (typeof superClass !== 'function' && superClass !== null) {
+ if (typeof superClass !== "function" && superClass !== null) {
throw new TypeError(
- 'Super expression must either be null or a function, not ' +
+ "Super expression must either be null or a function, not " +
typeof superClass
);
}
@@ -92926,20 +65157,20 @@
WithPortal.prototype.render = function render() {
return _react2.default.createElement(
- 'div',
- { className: 'row' },
+ "div",
+ { className: "row" },
_react2.default.createElement(
- 'pre',
- { className: 'column example__code' },
+ "pre",
+ { className: "column example__code" },
_react2.default.createElement(
- 'code',
- { className: 'jsx' },
- '\n