@hixme-ui/animate
Advanced tools
Comparing version 1.4.0 to 1.5.0
@@ -124,3 +124,3 @@ 'use strict'; | ||
if (props.display) return props.display; | ||
return 'inline-block'; | ||
return 'inherit'; | ||
}); | ||
@@ -127,0 +127,0 @@ |
{ | ||
"name": "@hixme-ui/animate", | ||
"version": "1.4.0", | ||
"version": "1.5.0", | ||
"description": "hixme-ui Animate component", | ||
@@ -45,3 +45,2 @@ "publishConfig": { | ||
"devDependencies": { | ||
"babel": "^6.23.0", | ||
"babel-cli": "^6.26.0", | ||
@@ -83,3 +82,3 @@ "babel-core": "^6.26.0", | ||
"react-addons-test-utils": "^15.0.0", | ||
"react-test-renderer": "^15.6.2", | ||
"react-test-renderer": "^16.0.0", | ||
"regenerator-runtime": "^0.11.0", | ||
@@ -93,6 +92,6 @@ "rimraf": "^2.6.1", | ||
"dependencies": { | ||
"@hixme-ui/theme": "^1.3.0", | ||
"@hixme-ui/theme": "^1.5.0", | ||
"@hixme-ui/theme-props": "^1.3.0", | ||
"prop-types": "^15.6.0", | ||
"react": "^15.6.1", | ||
"react": "^16.0.0", | ||
"react-animations": "^1.0.0", | ||
@@ -99,0 +98,0 @@ "react-maskedinput": "^4.0.0", |
@@ -13,3 +13,2 @@ # hixme-ui animate | ||
<Animate bounce time='1s' /> | ||
``` | ||
@@ -26,4 +25,5 @@ | ||
| trigger | boolean | true | | ||
| display | string | 'inline-block' | | ||
| display | string | 'inherit' | | ||
| fillMode | string | 'none' | | ||
@@ -187,3 +187,3 @@ import styled, { keyframes } from 'styled-components' | ||
if (props.display) return props.display | ||
return 'inline-block' | ||
return 'inherit' | ||
}}; | ||
@@ -190,0 +190,0 @@ ` |
Sorry, the diff of this file is not supported yet
26932
42
+ Addedreact@16.14.0(transitive)
- Removedcreate-react-class@15.7.0(transitive)
- Removedreact@15.7.0(transitive)
Updated@hixme-ui/theme@^1.5.0
Updatedreact@^16.0.0