@roo-ui/components
Advanced tools
Comparing version
@@ -6,2 +6,10 @@ # Change Log | ||
<a name="0.14.1"></a> | ||
## [0.14.1](https://github.com/hooroo/roo-ui/compare/v0.14.0...v0.14.1) (2018-05-16) | ||
**Note:** Version bump only for package @roo-ui/components | ||
<a name="0.14.0"></a> | ||
@@ -8,0 +16,0 @@ # [0.14.0](https://github.com/hooroo/roo-ui/compare/v0.13.0...v0.14.0) (2018-05-15) |
{ | ||
"name": "@roo-ui/components", | ||
"version": "0.14.0", | ||
"version": "0.14.1", | ||
"main": "dist/index.js", | ||
@@ -5,0 +5,0 @@ "publishConfig": { |
@@ -23,2 +23,17 @@ # Box | ||
This component can be customized with [styled-system](https://github.com/jxnblk/styled-system) by passing props for [space](https://github.com/jxnblk/styled-system#space-responsive), [width](https://github.com/jxnblk/styled-system#width-responsive), [height](https://github.com/jxnblk/styled-system#layout), [color](https://github.com/jxnblk/styled-system#color-responsive), [text align](https://github.com/jxnblk/styled-system#typography), [box shadow](https://github.com/jxnblk/styled-system#misc), or [borders](https://github.com/jxnblk/styled-system#borders). | ||
This component can be customized with [styled-system](https://github.com/jxnblk/styled-system) by passing props for | ||
`space`, | ||
`width`, | ||
`minWidth`, | ||
`maxWidth`, | ||
`height`, | ||
`minHeight`, | ||
`maxHeight`, | ||
`color`, | ||
`textAlign`, | ||
`boxShadow`, | ||
`borderRadius`, | ||
`borders`, | ||
`borderColor`, | ||
`flexBasis` & | ||
`flex` [functions](https://github.com/jxnblk/styled-system#table-of-style-props) |
@@ -23,2 +23,2 @@ # Container | ||
This component can be customized with [styled-system](https://github.com/jxnblk/styled-system) by passing props for [max width](https://github.com/jxnblk/styled-system#layout). | ||
This component can be customized with [styled-system](https://github.com/jxnblk/styled-system) by passing props for `maxWidth` & `space` [functions](https://github.com/jxnblk/styled-system#table-of-style-props). |
@@ -26,2 +26,7 @@ # Flex | ||
This component can be customized with [styled-system](https://github.com/jxnblk/styled-system) by passing props for [space](https://github.com/jxnblk/styled-system#space-responsive), [width](https://github.com/jxnblk/styled-system#width-responsive), [height](https://github.com/jxnblk/styled-system#layout), [color](https://github.com/jxnblk/styled-system#color-responsive), or [flexbox](https://github.com/jxnblk/styled-system#flexbox). | ||
This component can be customized with [styled-system](https://github.com/jxnblk/styled-system) by passing props for | ||
`alignItems`, | ||
`justifyContent`, | ||
`flexWrap` & | ||
`flexDirection`, [functions](https://github.com/jxnblk/styled-system#table-of-style-props) | ||
as well as props supported by [`<Box />`](../Box/README.md) |
39
62.5%159742
-0.07%