Comparing version 0.2.0 to 0.2.1
@@ -5,2 +5,6 @@ # Changelog | ||
### [0.2.1](https://github.com/zillow/drywall/compare/v0.2.0...v0.2.1) (2019-06-22) | ||
## [0.2.0](https://github.com/zillow/drywall/compare/v0.1.1...v0.2.0) (2019-06-22) | ||
@@ -7,0 +11,0 @@ |
@@ -13,6 +13,2 @@ import PropTypes from 'prop-types'; | ||
}; | ||
/** | ||
* See also [`TextButton`](#textbutton) | ||
*/ | ||
var Button = styled.button.withConfig({ | ||
@@ -19,0 +15,0 @@ displayName: "Button", |
@@ -25,6 +25,2 @@ "use strict"; | ||
}; | ||
/** | ||
* See also [`TextButton`](#textbutton) | ||
*/ | ||
exports.BUTTON_SIZES = BUTTON_SIZES; | ||
@@ -31,0 +27,0 @@ |
{ | ||
"name": "drywall", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "drywall component library", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -16,5 +16,2 @@ import PropTypes from 'prop-types'; | ||
/** | ||
* See also [`TextButton`](#textbutton) | ||
*/ | ||
const Button = styled.button` | ||
@@ -21,0 +18,0 @@ ${props => props.theme && props.theme.ns && props.theme.ns().Button}; |
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
31345
35
588
0