cf-component-card
Advanced tools
Comparing version 3.0.0 to 3.0.1
@@ -6,2 +6,8 @@ # Change Log | ||
<a name="3.0.1"></a> | ||
## [3.0.1](https://github.com/cloudflare/cf-ui/compare/cf-component-card@3.0.0...cf-component-card@3.0.1) (2017-08-15) | ||
<a name="3.0.0"></a> | ||
@@ -8,0 +14,0 @@ # [3.0.0](https://github.com/cloudflare/cf-ui/compare/cf-component-card@2.1.1...cf-component-card@3.0.0) (2017-08-02) |
@@ -51,2 +51,3 @@ 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; }; }(); | ||
Card.propTypes = { | ||
className: PropTypes.string, | ||
id: PropTypes.string, | ||
@@ -53,0 +54,0 @@ children: PropTypes.node |
@@ -49,2 +49,3 @@ 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; }; }(); | ||
CardBlock.propTypes = { | ||
className: PropTypes.string, | ||
children: PropTypes.node | ||
@@ -51,0 +52,0 @@ }; |
@@ -26,2 +26,3 @@ import React from 'react'; | ||
CardContent.propTypes = { | ||
className: PropTypes.string, | ||
children: PropTypes.node | ||
@@ -28,0 +29,0 @@ }; |
@@ -41,2 +41,3 @@ import React from 'react'; | ||
CardControl.propTypes = { | ||
className: PropTypes.string, | ||
children: PropTypes.node, | ||
@@ -43,0 +44,0 @@ wide: PropTypes.bool |
@@ -26,2 +26,3 @@ import React from 'react'; | ||
Footer.propTypes = { | ||
className: PropTypes.string, | ||
children: PropTypes.string | ||
@@ -28,0 +29,0 @@ }; |
@@ -28,2 +28,3 @@ import React from 'react'; | ||
CardMessages.propTypes = { | ||
className: PropTypes.string, | ||
/* The messages to render */ | ||
@@ -30,0 +31,0 @@ messages: PropTypes.arrayOf(PropTypes.shape({ |
@@ -32,2 +32,3 @@ import React from 'react'; | ||
CardSection.propTypes = { | ||
className: PropTypes.string, | ||
status: PropTypes.oneOf(['default', 'error']), | ||
@@ -34,0 +35,0 @@ children: PropTypes.node |
@@ -24,2 +24,3 @@ import React from 'react'; | ||
Title.propTypes = { | ||
className: PropTypes.string, | ||
children: PropTypes.string | ||
@@ -26,0 +27,0 @@ }; |
@@ -50,2 +50,3 @@ import React from 'react'; | ||
CardToolbar.propTypes = { | ||
className: PropTypes.string, | ||
controls: PropTypes.any, | ||
@@ -52,0 +53,0 @@ links: PropTypes.any |
@@ -75,2 +75,3 @@ 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.propTypes = { | ||
className: PropTypes.string, | ||
onClick: PropTypes.func.isRequired, | ||
@@ -77,0 +78,0 @@ isActive: PropTypes.bool.isRequired, |
@@ -65,2 +65,3 @@ 'use strict'; | ||
Card.propTypes = { | ||
className: _propTypes2.default.string, | ||
id: _propTypes2.default.string, | ||
@@ -67,0 +68,0 @@ children: _propTypes2.default.node |
@@ -63,2 +63,3 @@ 'use strict'; | ||
CardBlock.propTypes = { | ||
className: _propTypes2.default.string, | ||
children: _propTypes2.default.node | ||
@@ -65,0 +66,0 @@ }; |
@@ -40,2 +40,3 @@ 'use strict'; | ||
CardContent.propTypes = { | ||
className: _propTypes2.default.string, | ||
children: _propTypes2.default.node | ||
@@ -42,0 +43,0 @@ }; |
@@ -55,2 +55,3 @@ 'use strict'; | ||
CardControl.propTypes = { | ||
className: _propTypes2.default.string, | ||
children: _propTypes2.default.node, | ||
@@ -57,0 +58,0 @@ wide: _propTypes2.default.bool |
@@ -40,2 +40,3 @@ 'use strict'; | ||
Footer.propTypes = { | ||
className: _propTypes2.default.string, | ||
children: _propTypes2.default.string | ||
@@ -42,0 +43,0 @@ }; |
@@ -42,2 +42,3 @@ 'use strict'; | ||
CardMessages.propTypes = { | ||
className: _propTypes2.default.string, | ||
/* The messages to render */ | ||
@@ -44,0 +45,0 @@ messages: _propTypes2.default.arrayOf(_propTypes2.default.shape({ |
@@ -46,2 +46,3 @@ 'use strict'; | ||
CardSection.propTypes = { | ||
className: _propTypes2.default.string, | ||
status: _propTypes2.default.oneOf(['default', 'error']), | ||
@@ -48,0 +49,0 @@ children: _propTypes2.default.node |
@@ -38,2 +38,3 @@ 'use strict'; | ||
Title.propTypes = { | ||
className: _propTypes2.default.string, | ||
children: _propTypes2.default.string | ||
@@ -40,0 +41,0 @@ }; |
@@ -64,2 +64,3 @@ 'use strict'; | ||
CardToolbar.propTypes = { | ||
className: _propTypes2.default.string, | ||
controls: _propTypes2.default.any, | ||
@@ -66,0 +67,0 @@ links: _propTypes2.default.any |
@@ -92,2 +92,3 @@ 'use strict'; | ||
CardToolbarLink.propTypes = { | ||
className: _propTypes2.default.string, | ||
onClick: _propTypes2.default.func.isRequired, | ||
@@ -94,0 +95,0 @@ isActive: _propTypes2.default.bool.isRequired, |
{ | ||
"name": "cf-component-card", | ||
"description": "Cloudflare Card Component", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"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
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
0
55727
48
1269