cf-component-box
Advanced tools
Comparing version 2.6.5 to 2.6.6
@@ -6,2 +6,8 @@ # Change Log | ||
<a name="2.6.6"></a> | ||
## [2.6.6](https://github.com/cloudflare/cf-ui/compare/cf-component-box@2.6.5...cf-component-box@2.6.6) (2017-08-15) | ||
<a name="2.6.5"></a> | ||
@@ -8,0 +14,0 @@ ## [2.6.5](https://github.com/cloudflare/cf-ui/compare/cf-component-box@2.6.3...cf-component-box@2.6.5) (2017-08-09) |
@@ -0,1 +1,3 @@ | ||
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; }; | ||
import React from 'react'; | ||
@@ -140,4 +142,7 @@ import PropTypes from 'prop-types'; | ||
Box.propTypes = extractPropTypes(); | ||
Box.propTypes = _extends({ | ||
className: PropTypes.string, | ||
children: PropTypes.node | ||
}, extractPropTypes()); | ||
export default createComponent(styles, Box); |
@@ -7,2 +7,4 @@ 'use strict'; | ||
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 = require('react'); | ||
@@ -158,4 +160,7 @@ | ||
Box.propTypes = extractPropTypes(); | ||
Box.propTypes = _extends({ | ||
className: _propTypes2.default.string, | ||
children: _propTypes2.default.node | ||
}, extractPropTypes()); | ||
exports.default = (0, _cfStyleContainer.createComponent)(styles, Box); |
{ | ||
"name": "cf-component-box", | ||
"description": "Cloudflare Box Component", | ||
"version": "2.6.5", | ||
"version": "2.6.6", | ||
"main": "lib/index.js", | ||
@@ -6,0 +6,0 @@ "module": "es/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
31344
955