@roo-ui/assets
Advanced tools
Comparing version 0.39.1 to 0.49.0
@@ -6,2 +6,13 @@ # Change Log | ||
<a name="0.49.0"></a> | ||
# [0.49.0](https://github.com/hooroo/roo-ui/compare/v0.48.0...v0.49.0) (2018-08-01) | ||
### Features | ||
* **greys:** converts greys array to an object and introduces a new grey - Breaking Change :pear: [@dougmcclurg](https://github.com/dougmcclurg) ([#132](https://github.com/hooroo/roo-ui/issues/132)) ([0706dd0](https://github.com/hooroo/roo-ui/commit/0706dd0)) | ||
<a name="0.39.1"></a> | ||
@@ -8,0 +19,0 @@ ## [0.39.1](https://github.com/hooroo/roo-ui/compare/v0.39.0...v0.39.1) (2018-06-26) |
{ | ||
"name": "@roo-ui/assets", | ||
"version": "0.39.1", | ||
"version": "0.49.0", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -14,3 +14,3 @@ import React from 'react'; | ||
.add('default', () => ( | ||
<Box p={6} bg="grey.3"> | ||
<Box p={6} bg="greys.porcelain"> | ||
<img | ||
@@ -17,0 +17,0 @@ src={select('Assets', invert(assets), Object.values(assets)[0])} |
11714