@eaze/typography
Advanced tools
Comparing version 0.2.3 to 0.2.4
{ | ||
"name": "@eaze/typography", | ||
"version": "0.2.3", | ||
"version": "0.2.4", | ||
"description": "Styled text components", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -14,3 +14,2 @@ import React, { PureComponent } from 'react' | ||
export default class LabelComponent extends PureComponent { | ||
static defaultProps = { | ||
@@ -27,3 +26,3 @@ className: '', | ||
render () { | ||
const { content, children, className, ...otherProps} = this.props | ||
const { content, children, className, ...otherProps } = this.props | ||
@@ -30,0 +29,0 @@ return ( |
@@ -14,3 +14,2 @@ import React, { PureComponent } from 'react' | ||
export default class SectionTitleComponent extends PureComponent { | ||
static defaultProps = { | ||
@@ -25,3 +24,3 @@ componentStyle: {}, | ||
className: PropTypes.string, | ||
color: PropTypes.string, | ||
color: PropTypes.string | ||
} | ||
@@ -28,0 +27,0 @@ |
@@ -13,3 +13,2 @@ import React, { PureComponent } from 'react' | ||
export default class SubtextComponent extends PureComponent { | ||
static defaultProps = { | ||
@@ -16,0 +15,0 @@ componentStyle: {}, |
@@ -13,3 +13,2 @@ import React, { PureComponent } from 'react' | ||
export default class TextComponent extends PureComponent { | ||
static defaultProps = { | ||
@@ -16,0 +15,0 @@ componentStyle: {}, |
@@ -15,3 +15,2 @@ import React, { PureComponent } from 'react' | ||
export default class TitleComponent extends PureComponent { | ||
static defaultProps = { | ||
@@ -18,0 +17,0 @@ componentStyle: {}, |
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
0
96648