cf-component-box
Advanced tools
Comparing version 2.10.6 to 2.10.7
@@ -6,2 +6,10 @@ # Change Log | ||
<a name="2.10.7"></a> | ||
## [2.10.7](http://stash.cfops.it:7999/www/cf-ux/compare/cf-component-box@2.10.6...cf-component-box@2.10.7) (2018-04-24) | ||
**Note:** Version bump only for package cf-component-box | ||
<a name="2.10.6"></a> | ||
@@ -8,0 +16,0 @@ ## [2.10.6](http://stash.cfops.it:7999/www/cf-ux/compare/cf-component-box@2.10.5...cf-component-box@2.10.6) (2018-04-20) |
{ | ||
"name": "cf-component-box", | ||
"description": "Cloudflare Box Component\n\nThis is styling component similar to cf-component-flex which allows for arbitrary styling.\n\n This component should only be used when the built in style doesn't quite fit the bill and when it can't be done with fela. Ideally, cfui components should have the right styling built in for most cases. In the few edge cases that pop up in real world feature development, this is an alternative to wrapping your component in a `<div>` or `<span>` and styling it with css to accomodate one-offs. \n\n Also, note that using Box effectively performs a component level CSS reset, as all props not provided will be pulled from the default theme. These defaults, outlined in propertiesSpec, either match the browser defaults, or are taken from our global styles as defined by cf-style-const.", | ||
"version": "2.10.6", | ||
"version": "2.10.7", | ||
"main": "lib/index.js", | ||
@@ -14,4 +14,4 @@ "module": "es/index.js", | ||
"dependencies": { | ||
"cf-style-const": "^3.0.5", | ||
"cf-style-container": "^8.0.6", | ||
"cf-style-const": "^3.1.0", | ||
"cf-style-container": "^8.1.0", | ||
"polished": "^1.8.1", | ||
@@ -18,0 +18,0 @@ "prop-types": "^15.6.0" |
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
42742
Updatedcf-style-const@^3.1.0
Updatedcf-style-container@^8.1.0