collapsible-react-component
Advanced tools
Comparing version
@@ -45,3 +45,3 @@ var React = require('react'); | ||
return classNames.join(' '); | ||
}, [isTransitioning, open]); | ||
}, [isTransitioning, open, revealType]); | ||
return React.createElement("div", { | ||
@@ -48,0 +48,0 @@ className: className, |
@@ -45,3 +45,3 @@ import { useLayoutEffect, useEffect, useState, useCallback, useMemo, createElement } from 'react'; | ||
return classNames.join(' '); | ||
}, [isTransitioning, open]); | ||
}, [isTransitioning, open, revealType]); | ||
return createElement("div", { | ||
@@ -48,0 +48,0 @@ className: className, |
{ | ||
"name": "collapsible-react-component", | ||
"version": "2.1.0", | ||
"version": "2.1.1", | ||
"description": "Collapses and expands content with an animation.", | ||
@@ -5,0 +5,0 @@ "author": "FilipChalupa", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
18223
0.41%