cf-component-card
Advanced tools
Comparing version 3.1.1 to 3.1.2
# Change Log | ||
All notable changes to this project will be documented in this file. | ||
See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
<a name="3.1.2"></a> | ||
## [3.1.2](http://stash.cfops.it:7999/www/cf-ux/compare/cf-component-card@3.1.1...cf-component-card@3.1.2) (2017-09-25) | ||
**Note:** Version bump only for package cf-component-card | ||
<a name="3.1.0"></a> | ||
@@ -7,0 +15,0 @@ # [3.1.0](https://github.com/cloudflare/cf-ui/compare/cf-component-card@3.0.4...cf-component-card@3.1.0) (2017-09-21) |
@@ -1,3 +0,7 @@ | ||
export default (function (baseTheme) { | ||
function _objectDestructuringEmpty(obj) { if (obj == null) throw new TypeError("Cannot destructure undefined"); } | ||
export default (function (_ref) { | ||
_objectDestructuringEmpty(_ref); | ||
return {}; | ||
}); |
@@ -1,3 +0,7 @@ | ||
export default (function (baseTheme) { | ||
function _objectDestructuringEmpty(obj) { if (obj == null) throw new TypeError("Cannot destructure undefined"); } | ||
export default (function (_ref) { | ||
_objectDestructuringEmpty(_ref); | ||
return {}; | ||
}); |
@@ -1,3 +0,7 @@ | ||
export default (function (baseTheme) { | ||
function _objectDestructuringEmpty(obj) { if (obj == null) throw new TypeError("Cannot destructure undefined"); } | ||
export default (function (_ref) { | ||
_objectDestructuringEmpty(_ref); | ||
return {}; | ||
}); |
@@ -1,3 +0,7 @@ | ||
export default (function (baseTheme) { | ||
function _objectDestructuringEmpty(obj) { if (obj == null) throw new TypeError("Cannot destructure undefined"); } | ||
export default (function (_ref) { | ||
_objectDestructuringEmpty(_ref); | ||
return {}; | ||
}); |
@@ -1,3 +0,7 @@ | ||
export default (function (baseTheme) { | ||
function _objectDestructuringEmpty(obj) { if (obj == null) throw new TypeError("Cannot destructure undefined"); } | ||
export default (function (_ref) { | ||
_objectDestructuringEmpty(_ref); | ||
return {}; | ||
}); |
@@ -1,3 +0,1 @@ | ||
import React from 'react'; | ||
import PropTypes from 'prop-types'; | ||
@@ -4,0 +2,0 @@ |
@@ -1,3 +0,7 @@ | ||
export default (function (baseTheme) { | ||
function _objectDestructuringEmpty(obj) { if (obj == null) throw new TypeError("Cannot destructure undefined"); } | ||
export default (function (_ref) { | ||
_objectDestructuringEmpty(_ref); | ||
return {}; | ||
}); |
@@ -1,3 +0,7 @@ | ||
export default (function (baseTheme) { | ||
function _objectDestructuringEmpty(obj) { if (obj == null) throw new TypeError("Cannot destructure undefined"); } | ||
export default (function (_ref) { | ||
_objectDestructuringEmpty(_ref); | ||
return {}; | ||
}); |
@@ -1,2 +0,6 @@ | ||
export default (function (baseTheme) { | ||
function _objectDestructuringEmpty(obj) { if (obj == null) throw new TypeError("Cannot destructure undefined"); } | ||
export default (function (_ref) { | ||
_objectDestructuringEmpty(_ref); | ||
return { | ||
@@ -3,0 +7,0 @@ fontWeight: 400, |
@@ -96,5 +96,6 @@ 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; }; }(); | ||
CardToolbarLink.defaultProps = { | ||
expandable: true | ||
expandable: true, | ||
isActive: false | ||
}; | ||
export default createComponent(styles, CardToolbarLink, ['isActive', 'expandable', 'to']); |
@@ -5,4 +5,8 @@ "use strict"; | ||
exports.default = function (baseTheme) { | ||
function _objectDestructuringEmpty(obj) { if (obj == null) throw new TypeError("Cannot destructure undefined"); } | ||
exports.default = function (_ref) { | ||
_objectDestructuringEmpty(_ref); | ||
return {}; | ||
}; |
@@ -5,4 +5,8 @@ "use strict"; | ||
exports.default = function (baseTheme) { | ||
function _objectDestructuringEmpty(obj) { if (obj == null) throw new TypeError("Cannot destructure undefined"); } | ||
exports.default = function (_ref) { | ||
_objectDestructuringEmpty(_ref); | ||
return {}; | ||
}; |
@@ -5,4 +5,8 @@ "use strict"; | ||
exports.default = function (baseTheme) { | ||
function _objectDestructuringEmpty(obj) { if (obj == null) throw new TypeError("Cannot destructure undefined"); } | ||
exports.default = function (_ref) { | ||
_objectDestructuringEmpty(_ref); | ||
return {}; | ||
}; |
@@ -5,4 +5,8 @@ "use strict"; | ||
exports.default = function (baseTheme) { | ||
function _objectDestructuringEmpty(obj) { if (obj == null) throw new TypeError("Cannot destructure undefined"); } | ||
exports.default = function (_ref) { | ||
_objectDestructuringEmpty(_ref); | ||
return {}; | ||
}; |
@@ -5,4 +5,8 @@ "use strict"; | ||
exports.default = function (baseTheme) { | ||
function _objectDestructuringEmpty(obj) { if (obj == null) throw new TypeError("Cannot destructure undefined"); } | ||
exports.default = function (_ref) { | ||
_objectDestructuringEmpty(_ref); | ||
return {}; | ||
}; |
@@ -5,6 +5,2 @@ 'use strict'; | ||
var _react = require('react'); | ||
var _react2 = _interopRequireDefault(_react); | ||
var _propTypes = require('prop-types'); | ||
@@ -11,0 +7,0 @@ |
@@ -5,4 +5,8 @@ "use strict"; | ||
exports.default = function (baseTheme) { | ||
function _objectDestructuringEmpty(obj) { if (obj == null) throw new TypeError("Cannot destructure undefined"); } | ||
exports.default = function (_ref) { | ||
_objectDestructuringEmpty(_ref); | ||
return {}; | ||
}; |
@@ -5,4 +5,8 @@ "use strict"; | ||
exports.default = function (baseTheme) { | ||
function _objectDestructuringEmpty(obj) { if (obj == null) throw new TypeError("Cannot destructure undefined"); } | ||
exports.default = function (_ref) { | ||
_objectDestructuringEmpty(_ref); | ||
return {}; | ||
}; |
@@ -5,3 +5,7 @@ 'use strict'; | ||
exports.default = function (baseTheme) { | ||
function _objectDestructuringEmpty(obj) { if (obj == null) throw new TypeError("Cannot destructure undefined"); } | ||
exports.default = function (_ref) { | ||
_objectDestructuringEmpty(_ref); | ||
return { | ||
@@ -8,0 +12,0 @@ fontWeight: 400, |
@@ -111,5 +111,6 @@ 'use strict'; | ||
CardToolbarLink.defaultProps = { | ||
expandable: true | ||
expandable: true, | ||
isActive: false | ||
}; | ||
exports.default = (0, _cfStyleContainer.createComponent)(styles, CardToolbarLink, ['isActive', 'expandable', 'to']); |
{ | ||
"name": "cf-component-card", | ||
"description": "Cloudflare Card Component", | ||
"version": "3.1.1", | ||
"version": "3.1.2", | ||
"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
59273
1284