@project-r/styleguide
Advanced tools
Comparing version 1.2.0 to 1.3.0
@@ -32,5 +32,6 @@ 'use strict'; | ||
_react2.default.createElement(_catalog.ColorSpecimen, { span: 1, name: 'divider', value: _colors2.default.divider }), | ||
_react2.default.createElement(_catalog.ColorSpecimen, { span: 5, name: 'text', value: _colors2.default.text }), | ||
_react2.default.createElement(_catalog.ColorSpecimen, { span: 4, name: 'text', value: _colors2.default.text }), | ||
_react2.default.createElement(_catalog.ColorSpecimen, { span: 2, name: 'lightText', value: _colors2.default.lightText }), | ||
_react2.default.createElement(_catalog.ColorSpecimen, { span: 1, name: 'error', value: _colors2.default.error }) | ||
); | ||
}; |
@@ -16,2 +16,3 @@ 'use strict'; | ||
text: '#191919', | ||
lightText: '#979797', | ||
error: '#9E0041', | ||
@@ -18,0 +19,0 @@ divider: '#DBDCDD' |
{ | ||
"name": "@project-r/styleguide", | ||
"version": "1.2.0", | ||
"version": "1.3.0", | ||
"engines": { | ||
"node": "8.4.0" | ||
}, | ||
"peerDependencies": { | ||
@@ -5,0 +8,0 @@ "glamor": "^2.20.37", |
@@ -103,3 +103,3 @@ This is a living style guide. Subject to constant change. | ||
Further reading: | ||
- [Adding a New Component)](/dev/process) | ||
- [Adding a New Component](/dev/process) | ||
@@ -106,0 +106,0 @@ ### Semantic Release |
@@ -17,5 +17,7 @@ import React from 'react' | ||
<ColorSpecimen span={5} name='text' value={colors.text} /> | ||
<ColorSpecimen span={4} name='text' value={colors.text} /> | ||
<ColorSpecimen span={2} name='lightText' value={colors.lightText} /> | ||
<ColorSpecimen span={1} name='error' value={colors.error} /> | ||
</Page> | ||
) |
@@ -10,2 +10,3 @@ import {getJson} from './env' | ||
text: '#191919', | ||
lightText: '#979797', | ||
error: '#9E0041', | ||
@@ -12,0 +13,0 @@ divider: '#DBDCDD', |
113777
2879